summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Terpstra <jht@samba.org>2005-10-17 20:56:39 +0000
committerGerald W. Carter <jerry@samba.org>2008-04-23 08:47:09 -0500
commitf03f2abf313d602115364b44386b3c7b5f906d87 (patch)
tree7214edd56c1956418fd9517d7523463727d70108
parent87c13ffb7a7ed593cba794a68bb8d0fa4dc0ba54 (diff)
downloadsamba-f03f2abf313d602115364b44386b3c7b5f906d87.tar.gz
samba-f03f2abf313d602115364b44386b3c7b5f906d87.tar.bz2
samba-f03f2abf313d602115364b44386b3c7b5f906d87.zip
Fix for bug #3180.
(This used to be commit df444a296a3cfffc3645d88afe500d6eb0871468)
-rw-r--r--docs/manpages-3/smbmount.8.xml30
1 files changed, 19 insertions, 11 deletions
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 @@
<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,6 +260,17 @@ password = &lt;value&gt;
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>