From 2bfa8272f026d82fd76d19baaf64d0328d5ace0c Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Tue, 13 Mar 2012 03:58:56 +1300 Subject: [PATCH] intro.2, btowc.3, intro.3, pthread_sigqueue.3: Correct order of SEE ALSO entries Signed-off-by: Michael Kerrisk --- man2/intro.2 | 4 ++-- man3/btowc.3 | 2 +- man3/intro.3 | 2 +- man3/pthread_sigqueue.3 | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/man2/intro.2 b/man2/intro.2 index f3d8e2bec..8898b34c7 100644 --- a/man2/intro.2 +++ b/man2/intro.2 @@ -102,8 +102,8 @@ Note that these can be different from page to page! .BR sem_overview (7), .BR shm_overview (7), .BR signal (7), -.BR svipc (7), -.BR standards (7), .BR socket (7), +.BR standards (7), +.BR svipc (7), .BR symlink (7), .BR time (7) diff --git a/man3/btowc.3 b/man3/btowc.3 index c3b49a1e6..020f887ae 100644 --- a/man3/btowc.3 +++ b/man3/btowc.3 @@ -64,6 +64,6 @@ or the thread-safe .BR mbrtowc (3) instead. .SH "SEE ALSO" -.BR mbtowc (3), .BR mbrtowc (3), +.BR mbtowc (3), .BR wctob (3) diff --git a/man3/intro.3 b/man3/intro.3 index d7b11e78a..6141e782f 100644 --- a/man3/intro.3 +++ b/man3/intro.3 @@ -97,10 +97,10 @@ Note that these can be different from page to page! .BR errno (3), .BR capabilities (7), .BR credentials (7), +.BR environ (7), .BR feature_test_macros (7), .BR libc (7), .BR math_error (7), -.BR environ (7), .BR path_resolution (7), .BR pthreads (7), .BR signal (7), diff --git a/man3/pthread_sigqueue.3 b/man3/pthread_sigqueue.3 index 8bfa3a43f..7ad98849e 100644 --- a/man3/pthread_sigqueue.3 +++ b/man3/pthread_sigqueue.3 @@ -93,8 +93,8 @@ This function is a GNU extension. .SH SEE ALSO .BR rt_tgsigqueueinfo (2), .BR sigaction (2), +.BR pthread_sigmask (3), .BR sigqueue (3), .BR sigwait (3), -.BR pthread_sigmask (3), .BR pthreads (7), .BR signal (7)