diff options
author | Karolin Seeger <ks@samba.org> | 2008-01-09 12:51:35 +0000 |
---|---|---|
committer | Gerald W. Carter <jerry@samba.org> | 2008-04-23 08:47:41 -0500 |
commit | 18d637c773f78ed2a6a2f40f43c85d6547efb871 (patch) | |
tree | f6657a76c35c290dfcb268e93276812c66d3a1d4 | |
parent | 93b97edc8bd875ec2af57d847853109588ca2a6d (diff) | |
download | samba-18d637c773f78ed2a6a2f40f43c85d6547efb871.tar.gz samba-18d637c773f78ed2a6a2f40f43c85d6547efb871.tar.bz2 samba-18d637c773f78ed2a6a2f40f43c85d6547efb871.zip |
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 <noel@d.o> for reporting this!
Fix warning (<term> in <para>).
Karolin
(This used to be commit 03757059af76a9641787ce93c870e8f4b28d17b2)
-rw-r--r-- | docs/manpages-3/smbclient.1.xml | 55 |
1 files changed, 53 insertions, 2 deletions
diff --git a/docs/manpages-3/smbclient.1.xml b/docs/manpages-3/smbclient.1.xml index 02abeca3dc..607d40ce7f 100644 --- a/docs/manpages-3/smbclient.1.xml +++ b/docs/manpages-3/smbclient.1.xml @@ -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 <configuration file></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 |