From ec3de961d990259f4133c03039b12ba50ba168bf Mon Sep 17 00:00:00 2001 From: John Terpstra Date: Sat, 22 Oct 2005 00:21:20 +0000 Subject: [PATCH] Fix Bug #3183. (This used to be commit 710cdc3e916adf5a509b04b88b22a655fbbfaf2e) --- docs/manpages-3/smbclient.1.xml | 57 ++++++----------------------------------- 1 file changed, 8 insertions(+), 49 deletions(-) diff --git a/docs/manpages-3/smbclient.1.xml b/docs/manpages-3/smbclient.1.xml index 69d5b8119bc..c2af23bdfee 100644 --- a/docs/manpages-3/smbclient.1.xml +++ b/docs/manpages-3/smbclient.1.xml @@ -32,6 +32,7 @@ -R <name resolve order> -s <smb config file> -k + -P @@ -236,6 +237,12 @@ default. + + -P + + Make queries to the external server using the machine account of the local server. + + &stdarg.help; @@ -257,8 +264,6 @@ above. - - -E This parameter causes the client to write messages @@ -269,7 +274,6 @@ - typically the user's tty. - -L This option allows you to look at what services @@ -280,7 +284,6 @@ host on another network. - -t terminal code This option tells smbclient how to interpret @@ -296,7 +299,6 @@ CWjunet, CWhex, CWcap. This is not a complete list, check the Samba source code for the complete list. - -b buffersize @@ -427,15 +429,12 @@ - -D initial directory Change to initial directory before starting. Probably only of any use with the tar -T option. - - -c command string command string is a semicolon-separated list of @@ -445,6 +444,7 @@ This is particularly useful in scripts and for printing stdin to the server, e.g. -c 'print -'. + @@ -494,7 +494,6 @@ be displayed. - ! [shell command] If shell command is specified, the ! @@ -503,7 +502,6 @@ - altname file The client will request that the server return @@ -511,7 +509,6 @@ - case_sensitive Toggles the setting of the flag in SMB packets that @@ -522,8 +519,6 @@ - - cancel jobid0 [jobid1] ... [jobidN] The client will request that the server cancel @@ -531,8 +526,6 @@ - - chmod file mode in octal This command depends on the server supporting the CIFS @@ -541,8 +534,6 @@ - - chown file uid gid This command depends on the server supporting the CIFS @@ -553,8 +544,6 @@ - - cd [directory name] If "directory name" is specified, the current @@ -566,7 +555,6 @@ directory on the server will be reported. - del <mask> The client will request that the server attempt @@ -574,7 +562,6 @@ directory on the server. - dir <mask> A list of the files matching mask in the current @@ -582,14 +569,12 @@ and displayed. - exit Terminate the connection with the server and exit from the program. - get <remote file name> [local file name] Copy the file called remote file name from @@ -599,14 +584,11 @@ lowercase command. - - help [command] See the ? command above. - lcd [directory name] If directory name is specified, the current @@ -619,7 +601,6 @@ - link target linkname This command depends on the server supporting the CIFS @@ -629,8 +610,6 @@ - - lowercase Toggle lowercasing of filenames for the get and @@ -642,14 +621,11 @@ lowercase filenames are the norm on UNIX systems. - - ls <mask> See the dir command above. - mask <mask> This command allows the user to set up a mask @@ -675,13 +651,11 @@ mask back to "*" after using the mget or mput commands. - md <directory name> See the mkdir command. - mget <mask> Copy all files matching mask from the server to @@ -693,14 +667,12 @@ smbclient are binary. See also the lowercase command. - mkdir <directory name> Create a new directory on the server (user access privileges permitting) with the specified name. - mput <mask> Copy all files matching mask in the current working @@ -713,15 +685,12 @@ are binary. - print <file name> Print the specified file from the local machine through a printable service on the server. - - prompt Toggle prompting for filenames during operation @@ -733,7 +702,6 @@ - put <local file name> [remote file name] Copy the file called local file name from the @@ -743,27 +711,22 @@ - - queue Displays the print queue, showing the job id, name, size and current status. - quit See the exit command. - rd <directory name> See the rmdir command. - recurse Toggle directory recursion for the commands mget @@ -782,22 +745,18 @@ using the mask command will be ignored. - - rm <mask> Remove all files matching mask from the current working directory on the server. - rmdir <directory name> Remove the specified directory (user access privileges permitting) from the server. - setmode <filename> <perm=[+|\-]rsha> A version of the DOS attrib command to set -- 2.11.4.GIT