Subversion Repositories

?revision_form?Rev ?revision_input??revision_submit??revision_endform?

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">
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>... -- <arg><option><replaceable>PRAYER-SESSION-OPTION</replaceable></option></arg> ...
77
    </cmdsynopsis>
78
  </refsynopsisdiv>
79
  <refsect1>
80
    <title>DESCRIPTION</title>
81
 
82
    <para>This manual page documents briefly the
83
      <command>&dhpackage;</command> and <command>bar</command>
84
      commands.</para>
85
 
86
    <para>This manual page was written for the &debian; distribution
87
      because the original program does not have a manual page.
88
      Instead, it has documentation in the &gnu;
89
      <application>Info</application> format; see below.</para>
90
 
91
    <para><command>&dhpackage;</command> is a program that...</para>
92
 
93
  </refsect1>
94
  <refsect1>
95
    <title>OPTIONS</title>
96
 
97
    <variablelist>
98
      <varlistentry>
99
        <term>
100
          <option>--config-file <replaceable>filename</replaceable></option>
101
        </term>
102
        <listitem>
103
          <para>Define prayer config file (Overrides compilation default and PRAYER_CONFIG_FILE environment variable).</para>
104
        </listitem>
105
      </varlistentry>
106
      <varlistentry>
107
        <term>
108
          <option>--config-option <replaceable>option</replaceable>=<replaceable>value</replaceable></option>
109
        </term>
110
        <listitem>
111
          <para>Override single configuration option.</para>
112
        </listitem>
113
      </varlistentry>
114
      <varlistentry>
115
        <term>
116
          <option>--foreground</option>
117
        </term>
118
        <listitem>
119
          <para>Run single threaded server in foreground.</para>
120
        </listitem>
121
      </varlistentry>
122
      <varlistentry>
123
        <term>
124
          <option>--disable-prefork</option>
125
        </term>
126
        <listitem>
127
          <para>Run as simple fork()/exec() daemon.</para>
128
        </listitem>
129
      </varlistentry>
130
      <varlistentry>
131
        <term>
132
          <option>--disable-session</option>
133
        </term>
134
        <listitem>
135
          <para>Don't start up prayer-session server.</para>
136
        </listitem>
137
      </varlistentry>
138
      <varlistentry>
139
        <term>
140
          <option>--</option>
141
        </term>
142
        <listitem>
143
          <para>End of prayer options: remaining options will be passed to prayer-session server process.</para>
144
        </listitem>
145
      </varlistentry>
146
      <varlistentry>
147
        <term>
148
          <option>--help</option>
149
        </term>
150
        <listitem>
151
          <para>Show option summary.</para>
152
        </listitem>
153
      </varlistentry>
154
    </variablelist>
155
  </refsect1>
156
  <refsect1>
157
    <title>SEE ALSO</title>
158
 
159
    <para>prayer-session(8), prayer.cf(5).</para>
160
 
161
  </refsect1>
162
  <refsect1>
163
    <title>AUTHOR</title>
164
 
165
    <para>This manual page was written by &dhusername; &dhemail; for
166
      the &debian; system (but may be used by others).  Permission is
167
      granted to copy, distribute and/or modify this document under
168
      the terms of the &gnu; General Public License, Version 2 any
169
	  later version published by the Free Software Foundation.
170
    </para>
171
	<para>
172
	  On Debian systems, the complete text of the GNU General Public
173
	  License can be found in /usr/share/common-licenses/GPL.
174
	</para>
175
 
176
  </refsect1>
177
</refentry>
178