Details | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
3 | magnus | 1 | <?xml version='1.0' encoding='ISO-8859-1'?> |
2 | <!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN" |
||
3 | "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" [ |
||
4 | |||
5 | <!-- |
||
6 | |||
7 | Process this file with an XSLT processor: `xsltproc \ |
||
8 | -''-nonet /usr/share/sgml/docbook/stylesheet/xsl/nwalsh/\ |
||
9 | manpages/docbook.xslb manpage.dbk'. A manual page |
||
10 | <package>.<section> will be generated. You may view the |
||
11 | manual page with: nroff -man <package>.<section> | less'. A |
||
12 | typical entry in a Makefile or Makefile.am is: |
||
13 | |||
14 | DB2MAN=/usr/share/sgml/docbook/stylesheet/xsl/nwalsh/\ |
||
15 | manpages/docbook.xsl |
||
16 | XP=xsltproc -''-nonet |
||
17 | |||
18 | manpage.1: manpage.dbk |
||
19 | $(XP) $(DB2MAN) $< |
||
20 | |||
21 | The xsltproc binary is found in the xsltproc package. The |
||
22 | XSL files are in docbook-xsl. Please remember that if you |
||
23 | create the nroff version in one of the debian/rules file |
||
24 | targets (such as build), you will need to include xsltproc |
||
25 | and docbook-xsl in your Build-Depends control field. |
||
26 | |||
27 | --> |
||
28 | |||
29 | <!-- Fill in your name for FIRSTNAME and SURNAME. --> |
||
30 | <!ENTITY dhfirstname "<firstname>Magnus</firstname>"> |
||
31 | <!ENTITY dhsurname "<surname>Holmgren</surname>"> |
||
32 | <!-- Please adjust the date whenever revising the manpage. --> |
||
33 | <!ENTITY dhdate "<date>oktober 24, 2006</date>"> |
||
34 | <!-- SECTION should be 1-8, maybe w/ subsection other parameters are |
||
35 | allowed: see man(7), man(1). --> |
||
36 | <!ENTITY dhsection "<manvolnum>8</manvolnum>"> |
||
37 | <!ENTITY dhemail "<email>magnus@kibibyte.se</email>"> |
||
38 | <!ENTITY dhusername "Magnus Holmgren"> |
||
39 | <!ENTITY dhucpackage "<refentrytitle>PRAYER</refentrytitle>"> |
||
40 | <!ENTITY dhpackage "prayer-session"> |
||
41 | |||
42 | <!ENTITY debian "<productname>Debian</productname>"> |
||
43 | <!ENTITY gnu "<acronym>GNU</acronym>"> |
||
44 | <!ENTITY gpl "&gnu; <acronym>GPL</acronym>"> |
||
45 | ]> |
||
46 | |||
47 | <refentry> |
||
48 | <refentryinfo> |
||
49 | <address> |
||
50 | &dhemail; |
||
51 | </address> |
||
52 | <author> |
||
53 | &dhfirstname; |
||
54 | &dhsurname; |
||
55 | </author> |
||
56 | <copyright> |
||
57 | <year>2006</year> |
||
58 | <holder>&dhusername;</holder> |
||
59 | </copyright> |
||
60 | &dhdate; |
||
61 | </refentryinfo> |
||
62 | <refmeta> |
||
63 | &dhucpackage; |
||
64 | |||
65 | &dhsection; |
||
66 | </refmeta> |
||
67 | <refnamediv> |
||
68 | <refname>&dhpackage;</refname> |
||
69 | |||
70 | <refpurpose>a fast stand-alone webmail server</refpurpose> |
||
71 | </refnamediv> |
||
72 | <refsynopsisdiv> |
||
73 | <cmdsynopsis> |
||
74 | <command>&dhpackage;</command> |
||
75 | |||
76 | <arg><option><replaceable>OPTION</replaceable></option></arg>...</cmdsynopsis> |
||
77 | </refsynopsisdiv> |
||
78 | <refsect1> |
||
79 | <title>DESCRIPTION</title> |
||
80 | |||
81 | <para>This manual page documents briefly the |
||
82 | <command>&dhpackage;</command> command.</para> |
||
83 | |||
84 | <para>This manual page was written for the &debian; distribution |
||
85 | because the original program does not have a manual page.</para> |
||
86 | |||
87 | <para><command>&dhpackage;</command> is a program that...</para> |
||
88 | |||
89 | </refsect1> |
||
90 | <refsect1> |
||
91 | <title>OPTIONS</title> |
||
92 | |||
93 | <variablelist> |
||
94 | <varlistentry> |
||
95 | <term> |
||
96 | <option>--config-file <replaceable>filename</replaceable></option> |
||
97 | </term> |
||
98 | <listitem> |
||
99 | <para>Define prayer config file (Overrides compilation default and PRAYER_CONFIG_FILE environment variable).</para> |
||
100 | </listitem> |
||
101 | </varlistentry> |
||
102 | <varlistentry> |
||
103 | <term> |
||
104 | <option>--config-option <replaceable>option</replaceable>=<replaceable>value</replaceable></option> |
||
105 | </term> |
||
106 | <listitem> |
||
107 | <para>Override single configuration option.</para> |
||
108 | </listitem> |
||
109 | </varlistentry> |
||
110 | <varlistentry> |
||
111 | <term> |
||
112 | <option>--foreground</option> |
||
113 | </term> |
||
114 | <listitem> |
||
115 | <para>Run single threaded server in foreground.</para> |
||
116 | </listitem> |
||
117 | </varlistentry> |
||
118 | <varlistentry> |
||
119 | <term> |
||
120 | <option>--debug</option> |
||
121 | </term> |
||
122 | <listitem> |
||
123 | <para>Enable debugging.</para> |
||
124 | </listitem> |
||
125 | </varlistentry> |
||
126 | <varlistentry> |
||
127 | <term> |
||
128 | <option>--help</option> |
||
129 | </term> |
||
130 | <listitem> |
||
131 | <para>Show option summary.</para> |
||
132 | </listitem> |
||
133 | </varlistentry> |
||
134 | </variablelist> |
||
135 | </refsect1> |
||
136 | <refsect1> |
||
137 | <title>SEE ALSO</title> |
||
138 | |||
139 | <para>prayer(8), prayer.cf(5).</para> |
||
140 | |||
141 | </refsect1> |
||
142 | <refsect1> |
||
143 | <title>AUTHOR</title> |
||
144 | |||
145 | <para>This manual page was written by &dhusername; &dhemail; for |
||
146 | the &debian; system (but may be used by others). Permission is |
||
147 | granted to copy, distribute and/or modify this document under |
||
148 | the terms of the &gnu; General Public License, Version 2 any |
||
149 | later version published by the Free Software Foundation. |
||
150 | </para> |
||
151 | <para> |
||
152 | On Debian systems, the complete text of the GNU General Public |
||
153 | License can be found in /usr/share/common-licenses/GPL. |
||
154 | </para> |
||
155 | |||
156 | </refsect1> |
||
157 | </refentry> |
||
158 |