From 5c3a06ed019c026bae1c83cba96c7f5d53341439 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Mon, 9 Aug 2021 22:42:43 +0200 Subject: [PATCH] mount_setattr.2: SEE ALSO: remove unneeded entries We don't really need ext4(5) and xfs(5) here. They provide no further info that is directly relevant to the reader of mount_setattr(2). clone3(2) isn't necessary because it is the same page as clone(2). Signed-off-by: Michael Kerrisk --- man2/mount_setattr.2 | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/man2/mount_setattr.2 b/man2/mount_setattr.2 index 756f6d21b..acf43b838 100644 --- a/man2/mount_setattr.2 +++ b/man2/mount_setattr.2 @@ -993,8 +993,6 @@ main(int argc, char *argv[]) .SH SEE ALSO .BR capabilities (7), .BR clone (2), -.BR clone3 (2), -.BR ext4 (5), .BR mount (2), .BR mount_namespaces (7), .BR newuidmap (1), @@ -1002,5 +1000,4 @@ main(int argc, char *argv[]) .BR proc (5), .BR unshare (2), .BR user_namespaces (7), -.BR xattr (7), -.BR xfs (5) +.BR xattr (7)