request_key.2, statx.2, pthreads.7: Fix order of SEE ALSO entries

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2017-09-06 21:10:48 +02:00
parent d64b372593
commit 6edadda685
3 changed files with 3 additions and 3 deletions

View File

@ -549,9 +549,9 @@ main(int argc, char *argv[])
.BR add_key (2),
.BR keyctl (2),
.BR keyctl (3),
.BR capabilities (7),
.BR keyrings (7),
.BR keyutils (7),
.BR capabilities (7),
.BR persistent\-keyring (7),
.BR process\-keyring (7),
.BR session\-keyring (7),

View File

@ -540,8 +540,8 @@ system call; call it using
.BR access (2),
.BR chmod (2),
.BR chown (2),
.BR stat (2),
.BR readlink (2),
.BR stat (2),
.BR utime (2),
.BR capabilities (7),
.BR inode (7),

View File

@ -911,8 +911,8 @@ bash$ $( LD_ASSUME_KERNEL=2.2.5 ldd /bin/ls | grep libc.so | \\
.BR signal (7)
.PP
Various Pthreads manual pages, for example:
.BR pthread_attr_init (3),
.BR pthread_atfork (3),
.BR pthread_attr_init (3),
.BR pthread_cancel (3),
.BR pthread_cleanup_push (3),
.BR pthread_cond_signal (3),