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
8manpage.1: manpage.sgml
9	docbook-to-man $< > $@
10
11
12	The docbook-to-man binary is found in the docbook-to-man package.
13	Please remember that if you create the nroff version in one of the
14	debian/rules file targets (such as build), you will need to include
15	docbook-to-man in your Build-Depends control field.
16
17  -->
18
19  <!-- Fill in your name for FIRSTNAME and SURNAME. -->
20  <!ENTITY dhfirstname "<firstname>Peter</firstname>">
21  <!ENTITY dhsurname   "<surname>Eriksson</surname>">
22  <!-- Please adjust the date whenever revising the manpage. -->
23  <!ENTITY dhdate      "<date>March 22, 2002</date>">
24  <!-- SECTION should be 1-8, maybe w/ subsection other parameters are
25       allowed: see man(7), man(1). -->
26  <!ENTITY dhsection   "<manvolnum>1</manvolnum>">
27  <!ENTITY dhemail     "<email>pen@lysator.liu.se</email>">
28  <!ENTITY dhusername  "Peter Eriksson">
29  <!ENTITY dhucpackage "<refentrytitle>rpad</refentrytitle>">
30  <!ENTITY dhpackage   "rpad">
31
32  <!ENTITY debian      "<productname>Debian</productname>">
33  <!ENTITY gnu         "<acronym>GNU</acronym>">
34]>
35
36<refentry>
37  <refentryinfo>
38    <address>
39      &dhemail;
40    </address>
41    <author>
42      &dhfirstname;
43      &dhsurname;
44    </author>
45    <copyright>
46      <year>2002</year>
47      <holder>&dhusername;</holder>
48    </copyright>
49    &dhdate;
50  </refentryinfo>
51  <refmeta>
52    &dhucpackage;
53
54    &dhsection;
55  </refmeta>
56  <refnamediv>
57    <refname>&dhpackage;</refname>
58
59    <refpurpose>Reserved Port Allocation Daemon.</refpurpose>
60  </refnamediv>
61  <refsynopsisdiv>
62    <cmdsynopsis>
63      <command>&dhpackage;</command>
64      <command> [options]</command>
65    </cmdsynopsis>
66  </refsynopsisdiv>
67  <refsect1>
68    <title>DESCRIPTION</title>
69
70    <para>This manual page documents briefly the
71      <command>&dhpackage;</command> command.</para>
72
73    <para><command>&dhpackage;</command> is a daemon that implements a
74    service to provide privileged (bound) IP sockets to non-privileged
75    processes.
76
77    </para>
78  </refsect1>
79  <refsect1>
80    <title>SEE ALSO</title>
81
82    <para>pftpd (1), ftpd (1) and ftp (1).</para>
83
84  </refsect1>
85  <refsect1>
86    <title>AUTHOR</title>
87
88    <para>&dhpackage; was written by &dhusername; &dhemail;.</para>
89    <para>
90      Permission is granted to copy, distribute and/or modify this
91      document under the terms of the <acronym>GNU</acronym> Free
92      Documentation License, Version 1.1 or any later version
93      published by the Free Software Foundation; with no Invariant
94      Sections, no Front-Cover Texts and no Back-Cover Texts.</para>
95  </refsect1>
96</refentry>
97
98<!-- Keep this comment at the end of the file
99Local variables:
100mode: sgml
101sgml-omittag:t
102sgml-shorttag:t
103sgml-minimize-attributes:nil
104sgml-always-quote-attributes:t
105sgml-indent-step:2
106sgml-indent-data:t
107sgml-parent-document:nil
108sgml-default-dtd-file:nil
109sgml-exposed-tags:nil
110sgml-local-catalogs:nil
111sgml-local-ecat-files:nil
112End:
113-->
114
115
116