/mandos/trunk

To get this branch, use:
bzr branch http://bzr.recompile.se/loggerhead/mandos/trunk

« back to all changes in this revision

Viewing changes to mandos-keygen.xml

  • Committer: Teddy Hogeborn
  • Date: 2008-08-18 23:55:28 UTC
  • Revision ID: teddy@fukt.bsnet.se-20080818235528-dn628nlbrtzl7z4f
* Makefile: Bug fix: fixed creation of man pages for section 5 pages.

* mandos (main): Changed from requiring "[server]" in mandos.conf(5)
                 to requiring "[DEFAULT]".

* mandos.conf ([server]): Renamed to "[DEFAULT]".

* mandos.conf.xml: Removed <?xml-stylesheet>.  New entity "&OVERVIEW;"
                   referring to "overview.xml".
  (DESCRIPTION): Updated to specify the syntax more precisely.  Use
                 <varname> around the option names.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
        "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4
4
<!ENTITY VERSION "1.0">
5
5
<!ENTITY COMMANDNAME "mandos-keygen">
 
6
<!ENTITY OVERVIEW SYSTEM "overview.xml">
6
7
]>
7
8
 
8
 
<refentry xmlns:xi="http://www.w3.org/2001/XInclude">
 
9
<refentry>
9
10
  <refentryinfo>
10
11
    <title>&COMMANDNAME;</title>
11
12
    <!-- NWalsh's docbook scripts use this to generate the footer: -->
268
269
 
269
270
  <refsect1 id="overview">
270
271
    <title>OVERVIEW</title>
271
 
    <xi:include href="overview.xml"/>
 
272
    &OVERVIEW;
272
273
    <para>
273
274
      This program is a small program to generate new OpenPGP keys for
274
275
      new Mandos clients.
388
389
      <citerefentry><refentrytitle>password-request</refentrytitle>
389
390
      <manvolnum>8mandos</manvolnum></citerefentry>,
390
391
      <citerefentry><refentrytitle>mandos</refentrytitle>
391
 
      <manvolnum>8</manvolnum></citerefentry>,
 
392
      <manvolnum>8</manvolnum></citerefentry>, and
392
393
      <citerefentry><refentrytitle>gpg</refentrytitle>
393
394
      <manvolnum>1</manvolnum></citerefentry>
394
395
    </para>