diff options
author | Karolin Seeger <kseeger@samba.org> | 2009-02-02 11:46:39 +0100 |
---|---|---|
committer | Karolin Seeger <kseeger@samba.org> | 2009-02-02 11:46:39 +0100 |
commit | 73f4fc1f802f31459b70dba4777d142d00fcdd92 (patch) | |
tree | 194f0cc44aa12690a138202a8408b5b5d146c524 /docs-xml/manpages-3 | |
parent | 10e9e95ce8bb94c6a2547dd1148cd20a171b3583 (diff) | |
download | samba-73f4fc1f802f31459b70dba4777d142d00fcdd92.tar.gz samba-73f4fc1f802f31459b70dba4777d142d00fcdd92.tar.bz2 samba-73f4fc1f802f31459b70dba4777d142d00fcdd92.zip |
docs: Describe "service" in man mount.cifs.
This fixes bug #5346.
Thanks to the Debian Samba package maintainers for reporting and providing a
patch!
Karolin
Diffstat (limited to 'docs-xml/manpages-3')
-rw-r--r-- | docs-xml/manpages-3/mount.cifs.8.xml | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/docs-xml/manpages-3/mount.cifs.8.xml b/docs-xml/manpages-3/mount.cifs.8.xml index 54fbc139b4..00711e0de0 100644 --- a/docs-xml/manpages-3/mount.cifs.8.xml +++ b/docs-xml/manpages-3/mount.cifs.8.xml @@ -43,10 +43,13 @@ by the popular Open Source server Samba. </para> <para> - The mount.cifs utility attaches the UNC name (exported network resource) to - the local directory <emphasis>mount-point</emphasis>. It is possible to set the mode for mount.cifs to -setuid root to allow non-root users to mount shares to directories for which they -have write permission. + The mount.cifs utility attaches the UNC name (exported network resource) + specified as <emphasis>service</emphasis> (using //server/share syntax, + where "server" is the server name or IP address and "share" is the name + of the share) to the local directory <emphasis>mount-point</emphasis>. + It is possible to set the mode for mount.cifs to setuid root to allow + non-root users to mount shares to directories for which they + have write permission. </para> <para> |