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/winbindd.8.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/winbindd.8.sgml')
-rw-r--r-- | docs/docbook/manpages/winbindd.8.sgml | 20 |
1 files changed, 6 insertions, 14 deletions
diff --git a/docs/docbook/manpages/winbindd.8.sgml b/docs/docbook/manpages/winbindd.8.sgml index a44e195d8c..cae8eb4105 100644 --- a/docs/docbook/manpages/winbindd.8.sgml +++ b/docs/docbook/manpages/winbindd.8.sgml @@ -1,4 +1,6 @@ -<!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="winbindd.8"> <refmeta> @@ -128,13 +130,9 @@ group: files winbind than a file.</para></listitem> </varlistentry> - <varlistentry> - <term>-d debuglevel</term> - <listitem><para>Sets the debuglevel to an integer between - 0 and 100. 0 is for no debugging and 100 is for reams and - reams. To submit a bug report to the Samba Team, use debug - level 100 (see BUGS.txt). </para></listitem> - </varlistentry> + &popt.common.samba; + &popt.common.connection; + &stdarg.help; <varlistentry> <term>-i</term> @@ -168,12 +166,6 @@ group: files winbind </para></listitem> </varlistentry> - <varlistentry> - <term>-s|--conf=smb.conf</term> - <listitem><para>Specifies the location of the all-important - <citerefentry><refentrytitle>smb.conf</refentrytitle> - <manvolnum>5</manvolnum></citerefentry> file. </para></listitem> - </varlistentry> </variablelist> </refsect1> |