svn commit: samba-docs r835 - in trunk/manpages-3: .

jht at samba.org jht at samba.org
Mon Oct 17 20:56:39 GMT 2005


Author: jht
Date: 2005-10-17 20:56:39 +0000 (Mon, 17 Oct 2005)
New Revision: 835

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba-docs&rev=835

Log:
Fix for bug #3180.
Modified:
   trunk/manpages-3/smbmount.8.xml


Changeset:
Modified: trunk/manpages-3/smbmount.8.xml
===================================================================
--- trunk/manpages-3/smbmount.8.xml	2005-10-17 20:47:50 UTC (rev 834)
+++ trunk/manpages-3/smbmount.8.xml	2005-10-17 20:56:39 UTC (rev 835)
@@ -58,12 +58,11 @@
 	<variablelist>
 		<varlistentry>
 		<term>username=&lt;arg&gt;</term>
-		<listitem><para>specifies the username to connect as. If
-		this is not given, then the environment variable <envar>
-		USER</envar> 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.</para></listitem>
+		<listitem><para>
+		specifies the username to connect as. If this is not given, then the environment variable <envar> USER</envar>
+		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.
+		</para></listitem>
 		</varlistentry>
 
 		<varlistentry>
@@ -75,11 +74,9 @@
 		</para>
 
 		<para>
-		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.
 		</para>
 		</listitem>
 		</varlistentry>
@@ -263,7 +260,18 @@
 	read and used as the password.</para>
 </refsect1>
 
+<refsect1>
+	<title>OTHER COMMANDS</title>
 
+	<para>
+	File systems that have been mounted using the <command>smbmount</command>
+	can be unmounted using the <command>smbumount</command> or the UNIX system
+	<command>umount</command> command.
+	</para>
+
+</refsect1>
+
+
 <refsect1>
 	<title>BUGS</title>
 



More information about the samba-cvs mailing list