diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2003-03-24 14:14:10 +0000 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2003-03-24 14:14:10 +0000 |
commit | e5ae6d548ff3c11a1be5ce3509da278b09994a34 (patch) | |
tree | a029925c7ca8a04c269beb6e73c2d9afd7d7170d /docs/docbook/manpages/smbstatus.1.sgml | |
parent | 9ae249c6f10d3d548a6f1f19b34acf27e237f638 (diff) | |
download | samba-e5ae6d548ff3c11a1be5ce3509da278b09994a34.tar.gz samba-e5ae6d548ff3c11a1be5ce3509da278b09994a34.tar.bz2 samba-e5ae6d548ff3c11a1be5ce3509da278b09994a34.zip |
Document common arguments with entities
(This used to be commit adafcbb9af4a22db0fefb70966564d8591b5baed)
Diffstat (limited to 'docs/docbook/manpages/smbstatus.1.sgml')
-rw-r--r-- | docs/docbook/manpages/smbstatus.1.sgml | 26 |
1 files changed, 6 insertions, 20 deletions
diff --git a/docs/docbook/manpages/smbstatus.1.sgml b/docs/docbook/manpages/smbstatus.1.sgml index 67d39f2586..98f7e864f6 100644 --- a/docs/docbook/manpages/smbstatus.1.sgml +++ b/docs/docbook/manpages/smbstatus.1.sgml @@ -1,4 +1,7 @@ -<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook V4.1//EN"> +<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook V4.1//EN" [ +<!ENTITY % globalentities SYSTEM '../global.ent'> %globalentities; +]> + <refentry id="smbstatus.1"> <refmeta> @@ -54,13 +57,7 @@ <listitem><para>gives brief output.</para></listitem> </varlistentry> - - <varlistentry> - <term>-d|--debug=<debuglevel></term> - <listitem><para>sets debugging to specified level</para> - </listitem> - </varlistentry> - + &popt.common.samba; <varlistentry> <term>-v|--verbose</term> @@ -96,18 +93,7 @@ </listitem> </varlistentry> - - - <varlistentry> - <term>-s|--conf=<configuration file></term> - <listitem><para>The default configuration file name is - determined at compile time. The file specified contains the - configuration details required by the server. See <citerefentry> - <refentrytitle>smb.conf</refentrytitle><manvolnum>5</manvolnum> - </citerefentry> for more information.</para> - </listitem> - </varlistentry> - + &stdarg.help; <varlistentry> <term>-u|--user=<username></term> |