From 80c64eadc1d0a60c65cc729cca24e4060fd0c09a Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Mon, 5 Dec 2011 18:12:12 +0100 Subject: [PATCH] docs: Add missing prefixpath options for mount.cifs. Signed-off-by: Andreas Schneider Fix bug #8645 (mount.cifs misses documentation for the prefixpath= option). (cherry picked from commit d68296009d07bb644749d4655898f7908df7bfb7) --- docs-xml/manpages-3/mount.cifs.8.xml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/docs-xml/manpages-3/mount.cifs.8.xml b/docs-xml/manpages-3/mount.cifs.8.xml index c4fe2e8933a..21c7f609e97 100644 --- a/docs-xml/manpages-3/mount.cifs.8.xml +++ b/docs-xml/manpages-3/mount.cifs.8.xml @@ -147,6 +147,18 @@ information. + prefixpath=arg + + + It's possible to mount a subdirectory of a share. The preferred way + to do this is to append the path to the UNC when mounting. However, + it's also possible to do the same by setting this option and + providing the path there. + + + + + forceuid instructs the client to ignore any uid provided by -- 2.11.4.GIT