summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve French <sfrench@samba.org>2005-04-28 04:38:39 +0000
committerGerald W. Carter <jerry@samba.org>2008-04-23 08:46:31 -0500
commitce58466a9a14fa7d98a5d5758d07eea7dac38393 (patch)
treec4af5a68662ea5d7ded80036d82548a0aad395ba
parent7254d8812d2f313837309a8498bce7a1f844149d (diff)
downloadsamba-ce58466a9a14fa7d98a5d5758d07eea7dac38393.tar.gz
samba-ce58466a9a14fa7d98a5d5758d07eea7dac38393.tar.bz2
samba-ce58466a9a14fa7d98a5d5758d07eea7dac38393.zip
Fix some typos in the umount.cifs.8 man page
(This used to be commit 2ac2cd8e045d4f1a1356181ab225166a4702c42a)
-rw-r--r--docs/manpages/umount.cifs.8.xml10
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/manpages/umount.cifs.8.xml b/docs/manpages/umount.cifs.8.xml
index 66aa2714c6..e4d5934452 100644
--- a/docs/manpages/umount.cifs.8.xml
+++ b/docs/manpages/umount.cifs.8.xml
@@ -39,7 +39,7 @@ by the popular Open Source server Samba.
</para>
<para>
- The umount.cifs utility detaches the local directory <emphasis>mount-point</emphasis>from the corresponding UNC name (exported network resource) and frees the associated kernel resources.
+ The umount.cifs utility detaches the local directory <emphasis>mount-point</emphasis> from the corresponding UNC name (exported network resource) and frees the associated kernel resources.
It is possible to set the mode for umount.cifs to
setuid root (or equivalently update the /etc/permissions file) to allow non-root users to umount shares to directories for which they have write permission. The umount.cifs utility is typically
not needed if unmounts need only be performed by root users, or if user mounts and unmounts
@@ -83,16 +83,16 @@ For more information see the kernel file <filename>fs/cifs/README</filename>.
<refsect1>
<title>BUGS</title>
- <para>At this time umount.cifs does not lock the mount table using the same lock as the umount utility does, so do not attempt to do multiple unmounts from different processes (unmounts of a cifs mount and another type of filesystem mount at the same time.
+ <para>At this time umount.cifs does not lock the mount table using the same lock as the umount utility does, so do not attempt to do multiple unmounts from different processes (and in particular unmounts of a cifs mount and another type of filesystem mount at the same time).
</para>
- <para>If the same mount point is mounted multiple times by cifs, umount.cifs will remove all of the matching entries from the mount table (although only actually unmount the last one), rather than only removing the last matching entry in /etc/mtab. The pseudofile /proc/mounts will display correct information though, and the lack of an entry in /etc/mtab does not prevent subsequent unmounts.</para>
+ <para>If the same mount point is mounted multiple times by cifs, umount.cifs will remove all of the matching entries from the mount table (although umount.cifs will actually only unmount the last one), rather than only removing the last matching entry in /etc/mtab. The pseudofile /proc/mounts will display correct information though, and the lack of an entry in /etc/mtab does not prevent subsequent unmounts.</para>
<para>
Note that the typical response to a bug report is a suggestion
to try the latest version first. So please try doing that first,
and always include which versions you use of relevant software
-when reporting bugs (minimum: mount.cifs (try mount.cifs -V), kernel (see /proc/version) and
+when reporting bugs (minimum: umount.cifs (try umount.cifs -V), kernel (see /proc/version) and
server type you are trying to contact.
</para>
</refsect1>
@@ -124,7 +124,7 @@ server type you are trying to contact.
<para>The syntax was loosely based on the umount utility and the manpage was loosely based on that of mount.cifs.8. The man page was created by Steve French</para>
<para>The maintainer of the Linux cifs vfs and the userspace
- tool <emphasis>mount.cifs</emphasis> is <ulink url="mailto:sfrench@samba.org">Steve French</ulink>.
+ tool <emphasis>umount.cifs</emphasis> is <ulink url="mailto:sfrench@samba.org">Steve French</ulink>.
The <ulink url="mailto:linux-cifs-client@lists.samba.org">Linux CIFS Mailing list</ulink>
is the preferred place to ask questions regarding these programs.
</para>