From 18d637c773f78ed2a6a2f40f43c85d6547efb871 Mon Sep 17 00:00:00 2001 From: Karolin Seeger Date: Wed, 9 Jan 2008 12:51:35 +0000 Subject: 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 for reporting this! Fix warning ( in ). Karolin (This used to be commit 03757059af76a9641787ce93c870e8f4b28d17b2) --- docs/manpages-3/smbclient.1.xml | 55 +++++++++++++++++++++++++++++++++++++++-- 1 file 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 @@ - &popt.common.samba; + + -V + Prints the program version number. + + + + + -s <configuration file> + 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. + + + + -d|--debuglevel=level + + level is an integer + from 0 to 10. The default value if this parameter is + not specified is 1 for smbclient. + + 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. + + 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. + + Note that specifying this parameter here will + override the log level parameter + in the &smb.conf; file. + + + + + -l|--log-basename=logdirectory + Base directory name for log/debug files. The extension + ".progname" will be appended (e.g. log.smbclient, + log.smbd, etc...). The log file is never removed by the client. + + + &popt.common.credentials; &popt.common.connection; @@ -725,7 +776,7 @@ lowercase Toggle lowercasing of filenames for the get and - link target linkname + mget commands. When lowercasing is toggled ON, local filenames are converted -- cgit