diff options
| author | Michael Kerrisk <mtk.manpages@gmail.com> | 2021-08-18 07:30:52 +0200 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2021-08-18 07:30:52 +0200 |
| commit | 85a7ae73441b3ccac80e1ecaba07dc3a3bb4c22c (patch) | |
| tree | a990ec5a95538d8f48768b482f9f3c01d4b9f2f5 /man2 | |
| parent | 90879cbd20f563af6bcc0ee9035cd59f591c29c7 (diff) | |
| download | man-pages-85a7ae73441b3ccac80e1ecaba07dc3a3bb4c22c.tar.gz | |
intro.2, mount_setattr.2, seccomp_unotify.2, fflush.3, pthread_mutex_consistent.3: Place SEE ALSO entries in correct order
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
Diffstat (limited to 'man2')
| -rw-r--r-- | man2/intro.2 | 2 | ||||
| -rw-r--r-- | man2/mount_setattr.2 | 4 | ||||
| -rw-r--r-- | man2/seccomp_unotify.2 | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/man2/intro.2 b/man2/intro.2 index 942ef5c31d..352186783f 100644 --- a/man2/intro.2 +++ b/man2/intro.2 @@ -129,7 +129,7 @@ Note that these can be different from page to page! .BR signal (7), .BR socket (7), .BR standards (7), -.BR system_data_types (7), .BR symlink (7), +.BR system_data_types (7), .BR sysvipc (7), .BR time (7) diff --git a/man2/mount_setattr.2 b/man2/mount_setattr.2 index 196e98242b..fbd98bcd6b 100644 --- a/man2/mount_setattr.2 +++ b/man2/mount_setattr.2 @@ -1027,13 +1027,13 @@ main(int argc, char *argv[]) } .EE .SH SEE ALSO -.BR newuidmap (1), .BR newgidmap (1), +.BR newuidmap (1), .BR clone (2), .BR mount (2), .BR unshare (2), .BR proc (5), -.BR mount_namespaces (7), .BR capabilities (7), +.BR mount_namespaces (7), .BR user_namespaces (7), .BR xattr (7) diff --git a/man2/seccomp_unotify.2 b/man2/seccomp_unotify.2 index ba2167a809..6e0a5ebad4 100644 --- a/man2/seccomp_unotify.2 +++ b/man2/seccomp_unotify.2 @@ -2003,8 +2003,8 @@ main(int argc, char *argv[]) .EE .SH SEE ALSO .BR ioctl (2), -.BR pidfd_open (2), .BR pidfd_getfd (2), +.BR pidfd_open (2), .BR seccomp (2) .PP A further example program can be found in the kernel source file |
