summaryrefslogtreecommitdiffstats
path: root/sys-utils/mount.8
diff options
context:
space:
mode:
authorAlan Jenkins2018-01-21 17:41:17 +0100
committerGitHub2018-01-21 17:41:17 +0100
commitc72fa620b0dfe258ea6e10f209ed56702d84581b (patch)
treed8e710376a4ddd2622af45520ebf85a1dd217787 /sys-utils/mount.8
parentmount(8): point people to the proc(5) page for mount options (diff)
downloadkernel-qcow2-util-linux-c72fa620b0dfe258ea6e10f209ed56702d84581b.tar.gz
kernel-qcow2-util-linux-c72fa620b0dfe258ea6e10f209ed56702d84581b.tar.xz
kernel-qcow2-util-linux-c72fa620b0dfe258ea6e10f209ed56702d84581b.zip
mount(8): umount does not (anymore?) say `none busy'
The closest I can get is with `mount`, so refer to that instead. # mount none -t proc /proc mount: /proc: none already mounted or mount point busy. # umount /proc umount: /proc: target is busy. # (cd /root; umount proc) umount: /proc: target is busy. Signed-off-by: Alan Jenkins <alan.christopher.jenkins@gmail.com>
Diffstat (limited to 'sys-utils/mount.8')
-rw-r--r--sys-utils/mount.84
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-utils/mount.8 b/sys-utils/mount.8
index 954a4d385..2ce2df18f 100644
--- a/sys-utils/mount.8
+++ b/sys-utils/mount.8
@@ -183,8 +183,8 @@ mounting it, an arbitrary keyword, such as
can be used instead of a device specification.
(The customary choice
.I none
-is less fortunate: the error message `none busy' from
-.B umount
+is less fortunate: the error message `none already mounted' from
+.B mount
can be confusing.)
.SS The files /etc/fstab, /etc/mtab and /proc/mounts