Author: kseeger
Date: 2008-01-09 12:51:35 +0000 (Wed, 09 Jan 2008)
New Revision: 1223

WebSVN: 
http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba-docs&rev=1223

Log:
Fix bug #4730:
default debug level of smbclient is 1, not 0. I had to remove the 
&popt.common.samba include,
because of the non-standard default debug level. Please review and revert if it 
is too bad.
Thanks to Noel Koethe <[EMAIL PROTECTED]> for reporting this!

Fix warning (<term> in <para>). 

Karolin

Modified:
   trunk/manpages-3/smbclient.1.xml


Changeset:
Modified: trunk/manpages-3/smbclient.1.xml
===================================================================
--- trunk/manpages-3/smbclient.1.xml    2008-01-09 10:24:03 UTC (rev 1222)
+++ trunk/manpages-3/smbclient.1.xml    2008-01-09 12:51:35 UTC (rev 1223)
@@ -323,7 +323,58 @@
                </para></listitem>
                </varlistentry>
                
-               &popt.common.samba;
+               <varlistentry>
+               <term>-V</term>
+               <listitem><para>Prints the program version number.
+               </para></listitem>
+               </varlistentry>
+
+               <varlistentry>
+               <term>-s &lt;configuration file&gt;</term>
+               <listitem><para>The file specified contains the
+               configuration details required by the server.  The
+               information in this file includes server-specific
+               information such as what printcap file to use, as well
+               as descriptions of all the services that the server is
+               to provide. See &smb.conf; for more information.
+               The default configuration file name is determined at
+               compile time.</para></listitem>
+               </varlistentry>
+       
+               <varlistentry>
+               <term>-d|--debuglevel=level</term>
+               <listitem>
+               <para><replaceable>level</replaceable> is an integer
+               from 0 to 10. The default value if this parameter is
+               not specified is 1 for smbclient.</para>
+
+               <para>The higher this value, the more detail will be
+               logged to the log files about the activities of the
+               server. At level 0, only critical errors and serious
+               warnings will be logged. Level 1 is a reasonable level for
+               day-to-day running - it generates a small amount of
+               information about operations carried out.</para>
+
+               <para>Levels above 1 will generate considerable
+               amounts of log data, and should only be used when
+               investigating a problem. Levels above 3 are designed for
+               use only by developers and generate HUGE amounts of log
+               data, most of which is extremely cryptic.</para>
+
+               <para>Note that specifying this parameter here will
+               override the <parameter>log level</parameter> parameter
+               in the &smb.conf; file.</para>
+               </listitem>
+               </varlistentry>
+
+               <varlistentry>
+               <term>-l|--log-basename=logdirectory</term>
+               <listitem><para>Base directory name for log/debug files. The 
extension
+               <constant>".progname"</constant> will be appended (e.g. 
log.smbclient,
+               log.smbd, etc...). The log file is never removed by the client.
+               </para></listitem>
+               </varlistentry>
+
                &popt.common.credentials;
                &popt.common.connection;
                
@@ -725,7 +776,7 @@
                <varlistentry>
                <term>lowercase</term>
                <listitem><para>Toggle lowercasing of filenames for the get and
-               <term>link target linkname</term>
+               mget commands.          
                </para> 
 
                <para>When lowercasing is toggled ON, local filenames are 
converted

Reply via email to