From c8fb1c6d4ad5cb464a68ecc7bd23fd483ecea02c Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Tue, 19 May 2020 07:23:34 +0200 Subject: [PATCH] gettid.2, open.2, seccomp.2, pthread_mutex_consistent.3, signal.7, xattr.7: Put SEE ALSO entries in alphabetical order Signed-off-by: Michael Kerrisk --- man2/gettid.2 | 2 +- man2/open.2 | 2 +- man2/seccomp.2 | 4 ++-- man3/pthread_mutex_consistent.3 | 2 +- man7/signal.7 | 2 +- man7/xattr.7 | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/man2/gettid.2 b/man2/gettid.2 index ea0c0d4bd..19b0839e7 100644 --- a/man2/gettid.2 +++ b/man2/gettid.2 @@ -81,8 +81,8 @@ is the same as its thread ID (the value returned by .BR clone (2), .BR fcntl (2), .BR fork (2), -.BR getpid (2), .BR get_robust_list (2), +.BR getpid (2), .\" .BR kcmp (2), .BR ioprio_set (2), .\" .BR move_pages (2), diff --git a/man2/open.2 b/man2/open.2 index 58a38088e..c25584455 100644 --- a/man2/open.2 +++ b/man2/open.2 @@ -1863,8 +1863,8 @@ is ignored). .BR mknod (2), .BR mmap (2), .BR mount (2), -.BR openat2 (2), .BR open_by_handle_at (2), +.BR openat2 (2), .BR read (2), .BR socket (2), .BR stat (2), diff --git a/man2/seccomp.2 b/man2/seccomp.2 index 700edf1cb..4707f8628 100644 --- a/man2/seccomp.2 +++ b/man2/seccomp.2 @@ -1124,11 +1124,11 @@ Various pages from the .I libseccomp library, including: .BR scmp_sys_resolver (1), +.BR seccomp_export_bpf (3), .BR seccomp_init (3), .BR seccomp_load (3), -.BR seccomp_rule_add (3), and -.BR seccomp_export_bpf (3). +.BR seccomp_rule_add (3). .PP The kernel source files .IR Documentation/networking/filter.txt diff --git a/man3/pthread_mutex_consistent.3 b/man3/pthread_mutex_consistent.3 index 3d321a483..b898a8af1 100644 --- a/man3/pthread_mutex_consistent.3 +++ b/man3/pthread_mutex_consistent.3 @@ -99,8 +99,8 @@ See .SH SEE ALSO .ad l .nh -.BR pthread_mutexattr_init (3), .BR pthread_mutex_lock (3), +.BR pthread_mutexattr_init (3), .BR pthread_mutexattr_getrobust (3), .BR pthread_mutexattr_setrobust (3), .BR pthreads (7) diff --git a/man7/signal.7 b/man7/signal.7 index 2e682e588..433bfc304 100644 --- a/man7/signal.7 +++ b/man7/signal.7 @@ -875,9 +875,9 @@ for further details. .BR clone (2), .BR getrlimit (2), .BR kill (2), +.BR pidfd_send_signal (2), .BR restart_syscall (2), .BR rt_sigqueueinfo (2), -.BR pidfd_send_signal (2), .BR setitimer (2), .BR setrlimit (2), .BR sgetmask (2), diff --git a/man7/xattr.7 b/man7/xattr.7 index 23a928c1b..1db880c41 100644 --- a/man7/xattr.7 +++ b/man7/xattr.7 @@ -186,10 +186,10 @@ This page was formerly named .\" and the SGI XFS development team, .\" .RI < linux-xfs@oss.sgi.com >. .SH SEE ALSO +.BR attr (1), .BR getfattr (1), .BR setfattr (1), .BR getxattr (2), -.BR attr (1), .BR ioctl_iflags (2), .BR listxattr (2), .BR removexattr (2),