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 <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2021-08-09 22:42:43 +02:00
parent 133e6b161c
commit 5c3a06ed01
1 changed files with 1 additions and 4 deletions

View File

@ -993,8 +993,6 @@ main(int argc, char *argv[])
.SH SEE ALSO .SH SEE ALSO
.BR capabilities (7), .BR capabilities (7),
.BR clone (2), .BR clone (2),
.BR clone3 (2),
.BR ext4 (5),
.BR mount (2), .BR mount (2),
.BR mount_namespaces (7), .BR mount_namespaces (7),
.BR newuidmap (1), .BR newuidmap (1),
@ -1002,5 +1000,4 @@ main(int argc, char *argv[])
.BR proc (5), .BR proc (5),
.BR unshare (2), .BR unshare (2),
.BR user_namespaces (7), .BR user_namespaces (7),
.BR xattr (7), .BR xattr (7)
.BR xfs (5)