From 31bd62727dcba38c101ea0035f4b2898571ab149 Mon Sep 17 00:00:00 2001 From: Shirish Pargaonkar Date: Wed, 8 Jul 2009 07:43:43 -0400 Subject: docs: flesh out options section of umount.cifs manpage Signed-off-by: Shirish Pargaonkar Signed-off-by: Jeff Layton --- docs-xml/manpages-3/umount.cifs.8.xml | 56 ++++++++++++++++++++++++++++++----- 1 file changed, 49 insertions(+), 7 deletions(-) (limited to 'docs-xml/manpages-3') diff --git a/docs-xml/manpages-3/umount.cifs.8.xml b/docs-xml/manpages-3/umount.cifs.8.xml index d845d385e3..319c437610 100644 --- a/docs-xml/manpages-3/umount.cifs.8.xml +++ b/docs-xml/manpages-3/umount.cifs.8.xml @@ -54,14 +54,56 @@ can rely on specifying explicit entries in /etc/fstab See OPTIONS - - --verbose - print additional debugging information - - - --no-mtab + + -V + Print version and exit. + + + -h + Print help message and exit. + + + -r + In case unmounting fails, try to remount + read-only. + + + -d + In case the unmounted device was a loop device, + also free this loop device. + + + -f + Force unmount (in case of an unreachable + server). + + + -l + Lazy unmount. Detach the filesystem from + the filesysetm hierarchy now, and + cleanup all references to the filesystem + as soon as it is not busy anymore. + + + -e + Mark the mount point as expired. If a mount + point is not currently in use, then an initial + call to unmount with this flag fails with the + error EAGAIN, but marks the mount point as + expired. The mount point remains expired as + long as it isn't accessed by any process. + A second unmount call specifying -e unmounts + an expired mount point. This flag cannot be + specified with either -f or -l + + + -v|--verbose + Verbose Mode. Print additional debugging information + + + -n|--no-mtab Do not update the mtab even if unmount completes successfully (/proc/mounts will still display the correct information) - + -- cgit