Subversion Repositories

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

Rev 3 | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

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