diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2002-10-31 22:00:20 +0000 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2002-10-31 22:00:20 +0000 |
commit | 2d62bd52486bd20922143f61cb7a3159ec78e478 (patch) | |
tree | 1af323b3917ec65111e49da8b172fcca128b8f5d /docs/docbook/manpages/vfstest.1.sgml | |
parent | 69a2042dc607da52eca85f93e115339b0a859b12 (diff) | |
download | samba-2d62bd52486bd20922143f61cb7a3159ec78e478.tar.gz samba-2d62bd52486bd20922143f61cb7a3159ec78e478.tar.bz2 samba-2d62bd52486bd20922143f61cb7a3159ec78e478.zip |
Add initial upgrading doc (doesn't contain much currently)
Start using more entities
(This used to be commit 6c442fe5c90902718d9a381e6b2518c0b4aab3de)
Diffstat (limited to 'docs/docbook/manpages/vfstest.1.sgml')
-rw-r--r-- | docs/docbook/manpages/vfstest.1.sgml | 21 |
1 files changed, 6 insertions, 15 deletions
diff --git a/docs/docbook/manpages/vfstest.1.sgml b/docs/docbook/manpages/vfstest.1.sgml index 9a7eff1939..f8fa7298b8 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> @@ -48,20 +51,8 @@ </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> |