From c72fa620b0dfe258ea6e10f209ed56702d84581b Mon Sep 17 00:00:00 2001 From: Alan Jenkins Date: Sun, 21 Jan 2018 16:41:17 +0000 Subject: 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 --- sys-utils/mount.8 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys-utils/mount.8') 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 -- cgit v1.2.3-55-g7522