gettid.2, restart_syscall.2, passwd.5, socket.7: Fix order of SEE ALSO entries

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2014-02-10 10:26:57 +01:00
parent e231acbc56
commit 0ec954eeef
4 changed files with 5 additions and 5 deletions

View File

@ -85,5 +85,5 @@ POSIX thread ID (i.e., the opaque value returned by
.BR sched_setaffinity (2),
.BR sched_setparam (2),
.BR sched_setscheduler (2),
.BR timer_create (2),
.BR tgkill (2)
.BR tgkill (2),
.BR timer_create (2)

View File

@ -121,8 +121,8 @@ returned in the usual fashion.
.\" the error EINTR (i.e., the call was interrupted by a signal handler).
.\"
.SH SEE ALSO
.BR sigreturn (2),
.BR sigaction (2),
.BR sigreturn (2),
.BR signal (7)
.\" FIXME select(2) should probably get the restart_syscall() treatment:
.\" If a select() call is suspended by stop-sig+SIGCONT, the time

View File

@ -163,8 +163,8 @@ shell field yields the same result and additionally allows the use of
.BR login (1),
.BR passwd (1),
.BR su (1),
.BR crypt (3),
.BR getpwent (3),
.BR getpwnam (3),
.BR crypt (3),
.BR group (5),
.BR shadow (5)

View File

@ -952,8 +952,8 @@ library.
.\" .SH AUTHORS
.\" This man page was written by Andi Kleen.
.SH SEE ALSO
.BR getsockopt (2),
.BR connect (2),
.BR getsockopt (2),
.BR setsockopt (2),
.BR socket (2),
.BR capabilities (7),