From a67271b0c97a1e70640e0c416c3a045c8949c910 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Sat, 18 Jun 2016 22:12:04 +0200 Subject: [PATCH] umount.2: SEE ALSO: add mount_namespaces(7) Signed-off-by: Michael Kerrisk --- man2/umount.2 | 1 + 1 file changed, 1 insertion(+) diff --git a/man2/umount.2 b/man2/umount.2 index 7c4452a7a..b2ea07b1f 100644 --- a/man2/umount.2 +++ b/man2/umount.2 @@ -209,6 +209,7 @@ leaving only \fIumount(dir)\fP (since now devices can be mounted in more than one place, so specifying the device does not suffice). .SH SEE ALSO .BR mount (2), +.BR mount_namespaces (7), .BR path_resolution (7), .BR mount (8), .BR umount (8)