diff options
author | Jakub Hrozek <jhrozek@redhat.com> | 2009-05-10 23:02:21 +0200 |
---|---|---|
committer | Simo Sorce <ssorce@redhat.com> | 2009-05-14 11:41:10 -0400 |
commit | ca2fa90f8e7a9399c7c44781f1a032fe10f98cdc (patch) | |
tree | ae2ba67c79ac782d9c9e1250f7657dc88fdd43f3 /server/man/include/param_help.xml | |
parent | 50c10e1f61a1bef93a7f768ad6edb28989f1761b (diff) | |
download | sssd-ca2fa90f8e7a9399c7c44781f1a032fe10f98cdc.tar.gz sssd-ca2fa90f8e7a9399c7c44781f1a032fe10f98cdc.tar.bz2 sssd-ca2fa90f8e7a9399c7c44781f1a032fe10f98cdc.zip |
Manpage generation
Provides a set of make rules for generating UNIX manual pages from
DocBook 4.5 source as well as sample manpage for sss_useradd.
Automatic generation of manual pages during "make" process is
tunable with config parameter "--with-manpages". To rebuild the man
pages separately, use the "make doc" target. Before building, the
manpages are validated using a DTD schema.
Diffstat (limited to 'server/man/include/param_help.xml')
-rw-r--r-- | server/man/include/param_help.xml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/server/man/include/param_help.xml b/server/man/include/param_help.xml new file mode 100644 index 00000000..a2478bf2 --- /dev/null +++ b/server/man/include/param_help.xml @@ -0,0 +1,10 @@ +<varlistentry> + <term> + <option>-h</option>,<option>--help</option> + </term> + <listitem> + <para> + Display help message and exit. + </para> + </listitem> +</varlistentry> |