diff options
author | Tim Potter <tpot@samba.org> | 2002-11-22 00:32:24 +0000 |
---|---|---|
committer | Tim Potter <tpot@samba.org> | 2002-11-22 00:32:24 +0000 |
commit | 556d1ca2d20c42c7ee5934631331f0a019203f06 (patch) | |
tree | 08d21019a44164e5e2b9f2a962a0c14a07ba0e69 /docs/docbook/manpages/vfstest.1.sgml | |
parent | 5939005588f9e0518793cd85e1e78082cb90b11d (diff) | |
download | samba-556d1ca2d20c42c7ee5934631331f0a019203f06.tar.gz samba-556d1ca2d20c42c7ee5934631331f0a019203f06.tar.bz2 samba-556d1ca2d20c42c7ee5934631331f0a019203f06.zip |
Sync docbook directory with HEAD.
Sorry but there are way too many changes to track down all the commit
messages and list them here. Most of the changes look like updates
and cleanups from Jelmer though.
(This used to be commit 75615648d0ace3bde6a2ef2dad562094f1b25d00)
Diffstat (limited to 'docs/docbook/manpages/vfstest.1.sgml')
-rw-r--r-- | docs/docbook/manpages/vfstest.1.sgml | 23 |
1 files changed, 7 insertions, 16 deletions
diff --git a/docs/docbook/manpages/vfstest.1.sgml b/docs/docbook/manpages/vfstest.1.sgml index 9a7eff1939..d6c7e5f142 100644 --- a/docs/docbook/manpages/vfstest.1.sgml +++ b/docs/docbook/manpages/vfstest.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="vfstest"> <refmeta> @@ -43,25 +46,13 @@ <varlistentry> <term>-c|--command=command</term> - <listitem><para>Execute the specified (colon-seperated) commands. + <listitem><para>Execute the specified (colon-separated) commands. See below for the commands that are available. </para> </listitem> </varlistentry> - <varlistentry> - <term>-d|--debug=debuglevel</term> - <listitem><para>set the debuglevel. Debug level 0 is the lowest - and 100 being the highest. This should be set to 100 if you are - planning on submitting a bug report to the Samba team (see - <filename>BUGS.txt</filename>). - </para></listitem> - </varlistentry> - - <varlistentry> - <term>-h|--help</term> - <listitem><para>Print a summary of command line options. - </para></listitem> - </varlistentry> + &stdarg.debuglevel; + &stdarg.help; <varlistentry> <term>-l|--logfile=logbasename</term> |