diff options
Diffstat (limited to 'docs/docbook')
-rw-r--r-- | docs/docbook/manpages/samba.7.sgml | 2 | ||||
-rw-r--r-- | docs/docbook/manpages/vfstest.1.sgml | 44 |
2 files changed, 23 insertions, 23 deletions
diff --git a/docs/docbook/manpages/samba.7.sgml b/docs/docbook/manpages/samba.7.sgml index ce443e78d9..17865edd81 100644 --- a/docs/docbook/manpages/samba.7.sgml +++ b/docs/docbook/manpages/samba.7.sgml @@ -124,7 +124,7 @@ <para>If you require help, visit the Samba webpage at <ulink url="http://samba.org/">http://www.samba.org/</ulink> and explore the many option available to you. - + </para> </refsect1> <refsect1> diff --git a/docs/docbook/manpages/vfstest.1.sgml b/docs/docbook/manpages/vfstest.1.sgml index 11878c1c89..9a7eff1939 100644 --- a/docs/docbook/manpages/vfstest.1.sgml +++ b/docs/docbook/manpages/vfstest.1.sgml @@ -16,8 +16,8 @@ <cmdsynopsis> <command>vfstest</command> <arg choice="opt">-d debuglevel</arg> - <arg choice="opt">-c "command"</arg> - <arg choice="opt">-l "logfile"</arg> + <arg choice="opt">-c command</arg> + <arg choice="opt">-l logfile</arg> <arg choice="opt">-h</arg> </cmdsynopsis> </refsynopsisdiv> @@ -28,9 +28,9 @@ <para>This tool is part of the <ulink url="samba.7.html"> Samba</ulink> suite.</para> - <para><command>vfstest</command> is a small command line + <para><command>vfstest</command> is a small command line utility that has the ability to test dso samba VFS modules. It gives the - user the ability to call the various VFS functions manually and + user the ability to call the various VFS functions manually and supports cascaded VFS modules. </para> </refsect1> @@ -43,20 +43,20 @@ <varlistentry> <term>-c|--command=command</term> - <listitem><para>Execute the specified (colon-seperated) commands. + <listitem><para>Execute the specified (colon-seperated) commands. See below for the commands that are available. - </para> </listitem> + </para> </listitem> </varlistentry> <varlistentry> <term>-d|--debug=debuglevel</term> - <listitem><para>set the debuglevel. Debug level 0 is the lowest + <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>). + 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. @@ -65,8 +65,8 @@ <varlistentry> <term>-l|--logfile=logbasename</term> - <listitem><para>File name for log/debug files. The extension - <constant>'.client'</constant> will be appended. The log file is never removed + <listitem><para>File name for log/debug files. The extension + <constant>'.client'</constant> will be appended. The log file is never removed by the client. </para></listitem> </varlistentry> @@ -81,10 +81,10 @@ <para><emphasis>VFS COMMANDS</emphasis></para> <itemizedlist> <listitem><para><command>load <module.so></command> - Load specified VFS module </para></listitem> - + <listitem><para><command>populate <char> <size></command> - Populate a data buffer with the specified data </para></listitem> - + <listitem><para><command>showdata [<offset> <len>]</command> - Show data currently in data buffer </para></listitem> @@ -122,9 +122,9 @@ <listitem><para><command>mknod</command> - VFS mknod()</para></listitem> <listitem><para><command>realpath</command> - VFS realpath()</para></listitem> </itemizedlist> - + <para><emphasis>GENERAL COMMANDS</emphasis></para> - <itemizedlist> + <itemizedlist> <listitem><para><command>conf <smb.conf></command> - Load a different configuration file</para></listitem> <listitem><para><command>help [<command>]</command> - Get list of commands or info about specified command</para></listitem> @@ -134,25 +134,25 @@ <listitem><para><command>freemem</command> - Free memory currently in use</para></listitem> <listitem><para><command>exit</command> - Exit vfstest</para></listitem> - </itemizedlist> + </itemizedlist> </refsect1> <refsect1> <title>VERSION</title> - <para>This man page is correct for version 3.0 of the Samba + <para>This man page is correct for version 3.0 of the Samba suite.</para> </refsect1> <refsect1> <title>AUTHOR</title> - - <para>The original Samba software and related utilities + + <para>The original Samba software and related utilities were created by Andrew Tridgell. Samba is now developed - by the Samba Team as an Open Source project similar + by the Samba Team as an Open Source project similar to the way the Linux kernel is developed.</para> - + <para>The vfstest man page was written by Jelmer Vernooij.</para> </refsect1> |