From 8c67481023e0c97327f837c6e33bd5922b7609c7 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Mon, 9 Aug 2021 22:44:33 +0200 Subject: [PATCH] mount_setattr.2: SEE ALSO: place entries in correct order Signed-off-by: Michael Kerrisk --- man2/mount_setattr.2 | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/man2/mount_setattr.2 b/man2/mount_setattr.2 index acf43b838..201a1c496 100644 --- a/man2/mount_setattr.2 +++ b/man2/mount_setattr.2 @@ -991,13 +991,13 @@ main(int argc, char *argv[]) } .EE .SH SEE ALSO -.BR capabilities (7), -.BR clone (2), -.BR mount (2), -.BR mount_namespaces (7), .BR newuidmap (1), .BR newgidmap (1), -.BR proc (5), +.BR clone (2), +.BR mount (2), .BR unshare (2), +.BR proc (5), +.BR mount_namespaces (7), +.BR capabilities (7), .BR user_namespaces (7), .BR xattr (7) -- 2.11.4.GIT