]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
intro.2, mount_setattr.2, seccomp_unotify.2, fflush.3, pthread_mutex_consistent.3...
authorMichael Kerrisk <mtk.manpages@gmail.com>
Wed, 18 Aug 2021 05:30:52 +0000 (07:30 +0200)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Wed, 18 Aug 2021 05:30:52 +0000 (07:30 +0200)
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
man2/intro.2
man2/mount_setattr.2
man2/seccomp_unotify.2
man3/fflush.3
man3/pthread_mutex_consistent.3

index 942ef5c31d77196c6ad8c4a96fbc289fa95c9657..352186783f4c58ca3f765c353ccdb6e0980c3a56 100644 (file)
@@ -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)
index 196e98242b900555d2a3db49b39440454159a3e7..fbd98bcd6b2ec4762e5afd190f18c4ba0e10cfec 100644 (file)
@@ -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)
index ba2167a8097134f425689bc1f819202fb0d847e6..6e0a5ebad4f9c534f4b487eb2c5f2f4aaa055a57 100644 (file)
@@ -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
index a600da2ae9fb04420d27772ac04dfde6b1fee4d3..eb0bb93e2116bdb85ecb77a1fb5e121261f6aa70 100644 (file)
@@ -133,8 +133,8 @@ or
 .BR sync (2),
 .BR write (2),
 .BR fclose (3),
-.BR fpurge (3),
 .BR fileno (3),
 .BR fopen (3),
+.BR fpurge (3),
 .BR setbuf (3),
 .BR unlocked_stdio (3)
index a653f3d0679c1214c0d76d0dd8af7d4976dcec62..87889844ea7a22665c9271895886b71114cccf0b 100644 (file)
@@ -98,7 +98,7 @@ See
 .ad l
 .nh
 .BR pthread_mutex_lock (3),
-.BR pthread_mutexattr_init (3),
 .BR pthread_mutexattr_getrobust (3),
+.BR pthread_mutexattr_init (3),
 .BR pthread_mutexattr_setrobust (3),
 .BR pthreads (7)