diff options
-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 |