From: John Terpstra Date: Mon, 17 Oct 2005 20:56:39 +0000 (+0000) Subject: Fix for bug #3180. X-Git-Tag: samba-3.3.0pre1~1874 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=df444a296a3cfffc3645d88afe500d6eb0871468;p=thirdparty%2Fsamba.git Fix for bug #3180. --- diff --git a/docs/manpages-3/smbmount.8.xml b/docs/manpages-3/smbmount.8.xml index 350759ef5a5..db30f423ba3 100644 --- a/docs/manpages-3/smbmount.8.xml +++ b/docs/manpages-3/smbmount.8.xml @@ -58,12 +58,11 @@ username=<arg> - specifies the username to connect as. If - this is not given, then the environment variable - USER is used. This option can also take the - form "user%password" or "user/workgroup" or - "user/workgroup%password" to allow the password and workgroup - to be specified as part of the username. + + specifies the username to connect as. If this is not given, then the environment variable USER + is used. This option can also take the form "user%password" or "user/workgroup" or "user/workgroup%password" + to allow the password and workgroup to be specified as part of the username. + @@ -75,11 +74,9 @@ - Note that passwords which contain the argument delimiter - character (i.e. a comma ',') will failed to be parsed correctly - on the command line. However, the same password defined - in the PASSWD environment variable or a credentials file (see - below) will be read correctly. + Note that passwords which contain the argument delimiter character (i.e. a comma ',') will failed to be parsed + correctly on the command line. However, the same password defined in the PASSWD environment variable or a + credentials file (see below) will be read correctly. @@ -263,6 +260,17 @@ password = <value> read and used as the password. + + OTHER COMMANDS + + + File systems that have been mounted using the smbmount + can be unmounted using the smbumount or the UNIX system + umount command. + + + + BUGS