From 901ac11aa85d56f7636ed1d30a0ccffe6101f273 Mon Sep 17 00:00:00 2001 From: Karolin Seeger Date: Mon, 5 Jan 2009 14:39:59 +0100 Subject: [PATCH] docs: Document the -g option of smbclient. This fixes bug #6013. Thanks to the Debian Samba packages maintainers for reporting! Karolin (cherry picked from commit 6752d78e946b2c4278e2deba325c76fb7ffbc06a) (cherry picked from commit e6abdbde9b67801d46c9d331045d155717e8b241) (cherry picked from commit 8a79b8796f98dd80b6e1f04d7302fb8342f0052d) (cherry picked from commit 1f979334266706656874fdbe6cce14f17105360b) (cherry picked from commit 74f5828112581fa230301f43f7685ec208a8e4f6) --- docs-xml/manpages-3/smbclient.1.xml | 24 +++++++++++++++++------- 1 file changed, 17 insertions(+), 7 deletions(-) diff --git a/docs-xml/manpages-3/smbclient.1.xml b/docs-xml/manpages-3/smbclient.1.xml index dad6177e05f..55f1d4ad3d9 100644 --- a/docs-xml/manpages-3/smbclient.1.xml +++ b/docs-xml/manpages-3/smbclient.1.xml @@ -13,7 +13,7 @@ smbclient - ftp-like client to access SMB/CIFS resources + ftp-like client to access SMB/CIFS resources on servers @@ -30,6 +30,7 @@ -m maxprotocol -A authfile -N + -g -i scope -O <socket options> -p port @@ -39,7 +40,7 @@ -P -c <command> - + smbclient servicename @@ -54,6 +55,7 @@ -m maxprotocol -A authfile -N + -g -l log-basename -I destinationIP -E @@ -233,7 +235,7 @@ on your WfWg PCs if you want them to always be able to receive messages. - + -p port This number is the TCP port number that will be used @@ -241,19 +243,27 @@ TCP port number for an SMB/CIFS server is 139, which is the default. - + + + -g + This parameter provides combined with + -L easy parseable output that allows processing + with utilities such as grep and cut. + + + -P Make queries to the external server using the machine account of the local server. - + &stdarg.help; - + -I IP-address - IP address is the address of the server to connect to. + IP address is the address of the server to connect to. It should be specified in standard "a.b.c.d" notation. Normally the client would attempt to locate a named -- 2.47.2