diff options
author | Rafal Szczesniak <mimir@samba.org> | 2003-08-14 01:32:00 +0000 |
---|---|---|
committer | Rafal Szczesniak <mimir@samba.org> | 2003-08-14 01:32:00 +0000 |
commit | 810627ded2dad8cd8a19f330d6cb0b3b1338cf09 (patch) | |
tree | c558f906b5a521a9c9da7690eb846a356f470fb2 /docs | |
parent | 134e7f948de25e9bcb4297a0f125ee67774c7fac (diff) | |
download | samba-810627ded2dad8cd8a19f330d6cb0b3b1338cf09.tar.gz samba-810627ded2dad8cd8a19f330d6cb0b3b1338cf09.tar.xz samba-810627ded2dad8cd8a19f330d6cb0b3b1338cf09.zip |
Removed -l parameter description to avoid duplication
with common.samba section.
Also found while testing domain trusts (so far it works) :-)
rafal
(This used to be commit 75fa4a17bd95a3761749c8885f8aee8615e4f6aa)
Diffstat (limited to 'docs')
-rw-r--r-- | docs/docbook/manpages/smbclient.1.xml | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/docs/docbook/manpages/smbclient.1.xml b/docs/docbook/manpages/smbclient.1.xml index 0b8a6bce958..d3b0bb45cd7 100644 --- a/docs/docbook/manpages/smbclient.1.xml +++ b/docs/docbook/manpages/smbclient.1.xml @@ -220,23 +220,6 @@ </varlistentry> - <varlistentry> - <term>-l logfilename</term> - <listitem><para>If specified, <replaceable>logfilename</replaceable> specifies a base filename - into which operational data from the running client will be - logged. </para> - - <para>The default base name is specified at compile time.</para> - - <para>The base name is used to generate actual log file names. - For example, if the name specified was "log", the debug file - would be <filename>log.client</filename>.</para> - - <para>The log file generated is never removed by the client. - </para></listitem> - </varlistentry> - - &stdarg.help; <varlistentry> |