]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
umount: improve --recursive docs
authorKarel Zak <kzak@redhat.com>
Mon, 25 Feb 2013 10:17:27 +0000 (11:17 +0100)
committerKarel Zak <kzak@redhat.com>
Mon, 25 Feb 2013 10:17:27 +0000 (11:17 +0100)
Signed-off-by: Karel Zak <kzak@redhat.com>
sys-utils/umount.8

index b8d43587674ef5cdf9b95648d731414f43558774..e49b59e67f561ed28f92b8017ae1c2989b0933e0 100644 (file)
@@ -111,7 +111,10 @@ to specify options for which no action should be taken.
 .TP
 \fB\-R\fR, \fB\-\-recursive\fR
 Recursively unmount each directory specified. Recursion for each directory will
-stop if any unmount operation in the chain fails for any reason.
+stop if any unmount operation in the chain fails for any reason. The relationship
+between mountpoints is determined by /proc/self/mountinfo entries. The filesystem
+must be specified by mountpoint path, recursive unmount by device name (or UUID)
+is unsupported.
 .TP
 \fB\-r\fR, \fB\-\-read\-only\fR
 In case unmounting fails, try to remount read-only.