summaryrefslogtreecommitdiff
path: root/docs/manpages/smbclient.1.xml
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2004-08-08 19:14:52 +0000
committerGerald W. Carter <jerry@samba.org>2008-04-23 08:46:00 -0500
commitaed1af463588316d456cebd7a00da6b51f95e775 (patch)
tree615d61f4a96941405f597c12228e8bfa9dc5c2d8 /docs/manpages/smbclient.1.xml
parent994df6ff07805d4cfccf6e5ff167ce93f3f19ca8 (diff)
downloadsamba-aed1af463588316d456cebd7a00da6b51f95e775.tar.gz
samba-aed1af463588316d456cebd7a00da6b51f95e775.tar.bz2
samba-aed1af463588316d456cebd7a00da6b51f95e775.zip
Stylescript fixes
(This used to be commit c490850bad7f7d10bd306ff5a6bceeb2cb8eeb39)
Diffstat (limited to 'docs/manpages/smbclient.1.xml')
-rw-r--r--docs/manpages/smbclient.1.xml20
1 files changed, 19 insertions, 1 deletions
diff --git a/docs/manpages/smbclient.1.xml b/docs/manpages/smbclient.1.xml
index 4b950fbd9a..8063381440 100644
--- a/docs/manpages/smbclient.1.xml
+++ b/docs/manpages/smbclient.1.xml
@@ -20,6 +20,25 @@
<refsynopsisdiv>
<cmdsynopsis>
<command>smbclient</command>
+ <arg choice="opt">-b &lt;buffer size&gt;</arg>
+ <arg choice="opt">-d debuglevel</arg>
+ <arg choice="opt">-L &lt;netbios name&gt;</arg>
+ <arg choice="opt">-U username</arg>
+ <arg choice="opt">-I destinationIP</arg>
+ <arg choice="opt">-M &lt;netbios name&gt;</arg>
+ <arg choice="opt">-m maxprotocol</arg>
+ <arg choice="opt">-A authfile</arg>
+ <arg choice="opt">-N</arg>
+ <arg choice="opt">-i scope</arg>
+ <arg choice="opt">-O &lt;socket options&gt;</arg>
+ <arg choice="opt">-p port</arg>
+ <arg choice="opt">-R &lt;name resolve order&gt;</arg>
+ <arg choice="opt">-s &lt;smb config file&gt;</arg>
+ <arg choice="opt">-k</arg>
+ </cmdsynopsis>
+
+ <cmdsynopsis>
+ <command>smbclient</command>
<arg choice="req">servicename</arg>
<arg choice="opt">password</arg>
<arg choice="opt">-b &lt;buffer size&gt;</arg>
@@ -32,7 +51,6 @@
<arg choice="opt">-A authfile</arg>
<arg choice="opt">-N</arg>
<arg choice="opt">-l logdir</arg>
- <arg choice="opt">-L &lt;netbios name&gt;</arg>
<arg choice="opt">-I destinationIP</arg>
<arg choice="opt">-E</arg>
<arg choice="opt">-c &lt;command string&gt;</arg>