From f03f2abf313d602115364b44386b3c7b5f906d87 Mon Sep 17 00:00:00 2001 From: John Terpstra Date: Mon, 17 Oct 2005 20:56:39 +0000 Subject: Fix for bug #3180. (This used to be commit df444a296a3cfffc3645d88afe500d6eb0871468) --- docs/manpages-3/smbmount.8.xml | 30 +++++++++++++++++++----------- 1 file changed, 19 insertions(+), 11 deletions(-) (limited to 'docs') diff --git a/docs/manpages-3/smbmount.8.xml b/docs/manpages-3/smbmount.8.xml index 350759ef5a..db30f423ba 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 -- cgit