~smoser/ubuntu/lucid/metacity/lp-494096

« back to all changes in this revision

Viewing changes to debian/metacity.sgml

  • Committer: Bazaar Package Importer
  • Author(s): Akira TAGOH
  • Date: 2002-04-16 21:35:19 UTC
  • Revision ID: james.westby@ubuntu.com-20020416213519-fvpsicnin6sc4c4u
Tags: 2.3.89-1
* New upstream release.
* debian/scripts/vars.build: fix bashism.
* debian/rules: add GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=yes to install
  rule.
* debian/metacity.manpages: remove metacity-restart.1 entry. this command
  no longer exists.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!doctype refentry PUBLIC "-//OASIS//DTD DocBook V4.1//EN" [
 
2
 
 
3
<!-- Process this file with docbook-to-man to generate an nroff manual
 
4
     page: `docbook-to-man manpage.sgml > manpage.1'.  You may view
 
5
     the manual page with: `docbook-to-man manpage.sgml | nroff -man |
 
6
     less'.  A typical entry in a Makefile or Makefile.am is:
 
7
 
 
8
manpage.1: manpage.sgml
 
9
        docbook-to-man $< > $@
 
10
  -->
 
11
 
 
12
  <!-- Fill in your name for FIRSTNAME and SURNAME. -->
 
13
  <!ENTITY dhfirstname "<firstname>Thom</firstname>">
 
14
  <!ENTITY dhsurname   "<surname>May</surname>">
 
15
  <!-- Please adjust the date whenever revising the manpage. -->
 
16
  <!ENTITY dhdate      "<date>February 10, 2002</date>">
 
17
  <!-- SECTION should be 1-8, maybe w/ subsection other parameters are
 
18
       allowed: see man(7), man(1). -->
 
19
  <!ENTITY dhsection   "<manvolnum>1</manvolnum>">
 
20
  <!ENTITY dhemail     "<email>thom@debian.org</email>">
 
21
  <!ENTITY dhusername  "Thom May">
 
22
  <!ENTITY dhucpackage "<refentrytitle>METACITY</refentrytitle>">
 
23
  <!ENTITY dhpackage   "metacity">
 
24
 
 
25
  <!ENTITY debian      "<productname>Debian GNU/Linux</productname>">
 
26
  <!ENTITY gnu         "<acronym>GNU</acronym>">
 
27
]>
 
28
 
 
29
<refentry>
 
30
  <refentryinfo>
 
31
    <address>
 
32
      &dhemail;
 
33
    </address>
 
34
    <author>
 
35
      &dhfirstname;
 
36
      &dhsurname;
 
37
    </author>
 
38
    <copyright>
 
39
      <year>2001</year>
 
40
      <holder>&dhusername;</holder>
 
41
    </copyright>
 
42
    &dhdate;
 
43
  </refentryinfo>
 
44
  <refmeta>
 
45
    &dhucpackage;
 
46
 
 
47
    &dhsection;
 
48
  </refmeta>
 
49
  <refnamediv>
 
50
    <refname>&dhpackage;</refname>
 
51
 
 
52
    <refpurpose>minimal GTK2 Window Manager</refpurpose>
 
53
  </refnamediv>
 
54
  <refsynopsisdiv>
 
55
    <cmdsynopsis>
 
56
      <command>&dhpackage;</command>
 
57
    </cmdsynopsis>
 
58
  </refsynopsisdiv>
 
59
  <refsect1>
 
60
    <title>DESCRIPTION</title>
 
61
 
 
62
    <para>This manual page documents briefly the
 
63
      <command>&dhpackage;</command> and <command>bar</command>
 
64
      command</para>
 
65
 
 
66
    <para>This manual page was written for the &debian; distribution
 
67
      because the original program does not have a manual page.</para>
 
68
 
 
69
    <para><command>&dhpackage;</command> is a minimal X window manager that
 
70
    tries to be as crack free as possible. It supports sloppy focussing and 
 
71
    multiple desktops.</para>
 
72
 
 
73
  </refsect1>
 
74
  <refsect1>
 
75
    <title>OPTIONS</title>
 
76
 
 
77
    <para>Metacity currently takes no options. </para>
 
78
 
 
79
  <refsect1>
 
80
    <title>AUTHOR</title>
 
81
 
 
82
    <para>This manual page was written by &dhusername; &dhemail; for
 
83
      the &debian; system (but may be used by others).  Permission is
 
84
      granted to copy, distribute and/or modify this document under
 
85
      the terms of the <acronym>GNU</acronym> Free Documentation
 
86
      License, Version 1.1 or any later version published by the Free
 
87
      Software Foundation; with no Invariant Sections, no Front-Cover
 
88
      Texts and no Back-Cover Texts.</para>
 
89
 
 
90
  </refsect1>
 
91
</refentry>
 
92
 
 
93
<!-- Keep this comment at the end of the file
 
94
Local variables:
 
95
mode: sgml
 
96
sgml-omittag:t
 
97
sgml-shorttag:t
 
98
sgml-minimize-attributes:nil
 
99
sgml-always-quote-attributes:t
 
100
sgml-indent-step:2
 
101
sgml-indent-data:t
 
102
sgml-parent-document:nil
 
103
sgml-default-dtd-file:nil
 
104
sgml-exposed-tags:nil
 
105
sgml-local-catalogs:nil
 
106
sgml-local-ecat-files:nil
 
107
End:
 
108
-->