Put SEE ALSO section into alphabetical order.

This commit is contained in:
Michael Kerrisk 2008-07-14 15:52:21 +00:00
parent 60e91186bf
commit f0c34053bc
39 changed files with 53 additions and 53 deletions

View File

@ -57,6 +57,6 @@ it was removed in Linux 2.6.
.BR create_module ()
is Linux-specific.
.SH "SEE ALSO"
.BR init_module (2),
.BR delete_module (2),
.BR init_module (2),
.BR query_module (2)

View File

@ -599,7 +599,7 @@ argv[4]: world
.BR execl (3),
.BR fexecve (3),
.BR getopt (3),
.BR environ (7),
.BR credentials (7),
.BR environ (7),
.BR path_resolution (7),
.BR ld.so (8)

View File

@ -133,5 +133,5 @@ is available on Linux since kernel 2.6.23.
is Linux-specific.
.SH SEE ALSO
.BR ftruncate (2),
.BR posix_fallocate (3),
.BR posix_fadvise (3)
.BR posix_fadvise (3),
.BR posix_fallocate (3)

View File

@ -226,5 +226,5 @@ See
.BR mbind (2),
.BR mmap (2),
.BR set_mempolicy (2),
.BR numactl (8),
.BR numa (3)
.BR numa (3),
.BR numactl (8)

View File

@ -119,7 +119,7 @@ migrating threads between CPUs, and so the argument is now ignored.
.\" over the course of the caching interval.
.SH SEE ALSO
.BR mbind (2),
.BR sched_setaffinity (2),
.BR set_mempolicy (2),
.BR sched_getcpu (3)
.BR sched_setaffinity (2),
.BR cpuset (7)

View File

@ -67,6 +67,6 @@ Inotify was merged into the 2.6.13 Linux kernel.
.SH "CONFORMING TO"
This system call is Linux-specific.
.SH "SEE ALSO"
.BR inotify_init (2),
.BR inotify_add_watch (2),
.BR inotify_init (2),
.BR inotify (7)

View File

@ -320,7 +320,7 @@ resource limit is encountered.
.\" 23 Jan 2006
.SH "SEE ALSO"
.BR mmap (2),
.BR shmctl (2),
.BR setrlimit (2),
.BR shmctl (2),
.BR sysconf (3),
.BR capabilities (7)

View File

@ -793,8 +793,8 @@ to enable this flag.
.BR link (2),
.BR lseek (2),
.BR mknod (2),
.BR mount (2),
.BR mmap (2),
.BR mount (2),
.BR openat (2),
.BR read (2),
.BR socket (2),
@ -803,7 +803,7 @@ to enable this flag.
.BR unlink (2),
.BR write (2),
.BR fopen (3),
.BR fifo (7),
.BR feature_test_macros (7),
.BR fifo (7),
.BR path_resolution (7),
.BR symlink (7)

View File

@ -230,8 +230,8 @@ page is allocated.
See
.BR mbind (2).
.SH SEE ALSO
.BR getcpu (2),
.BR get_mempolicy (2),
.BR getcpu (2),
.BR mbind (2),
.BR mmap (2),
.BR numa (3),

View File

@ -90,8 +90,8 @@ Under Linux the prototype is provided by glibc since version 2.3.2.
.SH "SEE ALSO"
.BR getresuid (2),
.BR getuid (2),
.BR setfsuid (2),
.BR setfsgid (2),
.BR setfsuid (2),
.BR setreuid (2),
.BR setuid (2),
.BR capabilities (7),

View File

@ -63,8 +63,8 @@ and so on really are implemented as separate system calls.
.BR recvfrom (2),
.BR recvmsg (2),
.BR send (2),
.BR sendto (2),
.BR sendmsg (2),
.BR sendto (2),
.BR setsockopt (2),
.BR shutdown (2),
.BR socket (2),

View File

@ -80,6 +80,6 @@ main(int argc, char *argv[])
}
.fi
.SH SEE ALSO
.BR intro (2),
.BR _syscall (2),
.BR intro (2),
.BR syscalls (2)

View File

@ -71,9 +71,9 @@ and
variants are C99 requirements.
.SH "SEE ALSO"
.BR acos (3),
.BR casin (3),
.BR atan (3),
.BR atan2 (3),
.BR casin (3),
.BR cos (3),
.BR sin (3),
.BR tan (3)

View File

@ -158,6 +158,6 @@ These functions are non-standard BSD extensions.
.SH SEE ALSO
.BR error (3),
.BR exit (3),
.BR printf (3),
.BR perror (3),
.BR printf (3),
.BR strerror (3)

View File

@ -56,8 +56,8 @@ function conforms to SVr4, POSIX.1-2001, 4.3BSD, C89.
The other functions are from C99.
.SH "SEE ALSO"
.BR abs (3),
.BR ceil (3),
.BR cabs (3),
.BR ceil (3),
.BR floor (3),
.BR labs (3),
.BR rint (3)

View File

@ -111,4 +111,3 @@ is an infinity (positive or negative).
.BR finite (3),
.BR INFINITY (3),
.BR isgreater (3)

View File

@ -45,8 +45,8 @@ use
instead.
.SH "SEE ALSO"
.BR grantpt (3),
.BR ptsname (3),
.BR posix_openpt (3),
.BR ptsname (3),
.BR unlockpt (3),
.BR ptmx (4),
.BR pty (7)

View File

@ -113,5 +113,5 @@ is zero.
.SH "CONFORMING TO"
C99
.SH "SEE ALSO"
.BR log (3),
.BR ilogb (3)
.BR ilogb (3),
.BR log (3)

View File

@ -220,7 +220,7 @@ for any of the errors specified for the library routine
Not in POSIX.1-2001.
Present on the BSDs.
.SH "SEE ALSO"
.BR dbopen (3),
.BR btree (3),
.BR dbopen (3),
.BR hash (3),
.BR recno (3)

View File

@ -64,6 +64,6 @@ C89, C99, POSIX.1-2001.
.SH "SEE ALSO"
.BR getpid (2),
.BR kill (2),
.BR signal (2),
.BR sigaction (2),
.BR signal (2),
.BR signal (7)

View File

@ -125,8 +125,8 @@ main(int argc, char *argv[])
}
.fi
.SH SEE ALSO
.BR regcomp (3),
.BR fgets (3),
.BR getline (3),
.BR nl_langinfo (3),
.BR regcomp (3),
.BR setlocale (3)

View File

@ -101,5 +101,5 @@ In the BSD implementation,
returns void.
.SH "SEE ALSO"
.BR sethostent (3),
.BR setservent (3),
.BR setprotoent (3)
.BR setprotoent (3),
.BR setservent (3)

View File

@ -63,6 +63,6 @@ variants are C99 requirements.
.BR asin (3),
.BR atan (3),
.BR atan2 (3),
.BR csin (3),
.BR cos (3),
.BR csin (3),
.BR tan (3)

View File

@ -148,8 +148,8 @@ see also
and
.BR termios (3).
.SH SEE ALSO
.BR sh (1),
.BR csh (1),
.BR sh (1),
.BR open (2),
.BR fopen (3),
.BR stdio (3)

View File

@ -71,5 +71,5 @@ SVr4, 4.3BSD, C89, C99.
.BR strsep (3),
.BR strstr (3),
.BR strtok (3),
.BR wcsspn (3),
.BR wcscspn (3)
.BR wcscspn (3),
.BR wcsspn (3)

View File

@ -75,8 +75,8 @@ and return \fIhaystack\fP when \fIneedle\fP is empty.
.BR index (3),
.BR memchr (3),
.BR rindex (3),
.BR strchr (3),
.BR strcasecmp (3),
.BR strchr (3),
.BR strpbrk (3),
.BR strsep (3),
.BR strspn (3),

View File

@ -127,4 +127,4 @@ Not in POSIX.1-2001.
Present on most BSD derivatives.
.SH "SEE ALSO"
.BR gettimeofday (2),
.BR time (7).
.BR time (7)

View File

@ -120,6 +120,6 @@ is unspecified.
.BR nanosleep (2),
.BR select (2),
.BR setitimer (2),
.BR ualarm (3),
.BR sleep (3),
.BR ualarm (3),
.BR time (7)

View File

@ -87,7 +87,7 @@ All escape sequences can be found in
.BR charsets (7),
.BR agetty (8),
.BR init (8),
.BR mingetty (8),
.BR mapscrn (8),
.BR mingetty (8),
.BR resizecons (8),
.BR setfont (8)

View File

@ -328,13 +328,13 @@ non-volatile memory;
and other hardware
capabilities that are not currently exposed by this API.
.SH "SEE ALSO"
.BR hwclock (8),
.BR date (1),
.BR time (2),
.BR stime (2),
.BR adjtimex (2),
.BR gettimeofday (2),
.BR settimeofday (2),
.BR adjtimex (2),
.BR stime (2),
.BR time (2),
.BR gmtime (3),
.BR time (7),
.BR hwclock (8),
/usr/src/linux/Documentation/rtc.txt

View File

@ -600,6 +600,6 @@ Report any bugs to linux@syskonnect.de
.\" .br
.\" Mirko Lindner \(em mlindner@syskonnect.de
.SH "SEE ALSO"
.BR modprobe (8),
.BR ifconfig (8),
.BR insmod (8),
.BR ifconfig (8)
.BR modprobe (8)

View File

@ -162,5 +162,5 @@ them by changing flags in the driver header and recompile.
.BR ifconfig (8),
.BR insmod (8),
.BR iwconfig (8),
.BR iwspy (8),
.BR iwpriv (8)
.BR iwpriv (8),
.BR iwspy (8)

View File

@ -912,12 +912,12 @@ created on the system.
.BR capget (2),
.BR prctl (2),
.BR setfsuid (2),
.BR cap_from_text (3),
.BR cap_clear (3),
.BR cap_copy_ext (3),
.BR cap_from_text (3),
.BR cap_get_file (3),
.BR cap_get_proc (3),
.BR cap_init (3),
.BR cap_copy_ext (3),
.BR capgetp (3),
.BR capsetp (3),
.BR credentials (7),

View File

@ -1491,8 +1491,8 @@ sed \-un p < ../alpha/tasks > tasks
.BR mbind (2),
.BR sched_getaffinity (2),
.BR sched_setaffinity (2),
.BR set_mempolicy (2),
.BR sched_setscheduler (2),
.BR set_mempolicy (2),
.BR proc (5),
.BR migratepages (8),
.BR numactl (8)

View File

@ -248,8 +248,8 @@ that any change to user or group credentials
etc.)
is carried through to all of the POSIX threads in a process.
.SH "SEE ALSO"
.BR csh (1),
.BR bash (1),
.BR csh (1),
.BR ps (1),
.BR access (2),
.BR execve (2),

View File

@ -270,6 +270,8 @@ An example of the use of various message queue functions is shown in
.SH "SEE ALSO"
.BR getrlimit (2),
.BR mq_getsetattr (2),
.BR poll (2),
.BR select (2),
.BR mq_close (3),
.BR mq_getattr (3),
.BR mq_notify (3),
@ -277,6 +279,4 @@ An example of the use of various message queue functions is shown in
.BR mq_receive (3),
.BR mq_send (3),
.BR mq_unlink (3),
.BR poll (2),
.BR select (2),
.BR epoll (7)

View File

@ -448,6 +448,7 @@ bash$ $( LD_ASSUME_KERNEL=2.2.5 ldd /bin/ls | grep libc.so | \\
.BR futex (2),
.BR gettid (2),
.BR futex (7),
.br
and various Pthreads manual pages, for example:
.BR pthread_atfork (3),
.BR pthread_cleanup_push (3),
@ -467,4 +468,4 @@ and various Pthreads manual pages, for example:
.BR pthread_setspecific (3),
.BR pthread_sigmask (3),
and
.BR pthread_testcancel (3).
.BR pthread_testcancel (3)

View File

@ -134,8 +134,8 @@ An example of the use of various POSIX semaphore functions is shown in
.SH "SEE ALSO"
.BR sem_close (3),
.BR sem_destroy (3),
.BR sem_init (3),
.BR sem_getvalue (3),
.BR sem_init (3),
.BR sem_open (3),
.BR sem_post (3),
.BR sem_unlink (3),

View File

@ -191,11 +191,11 @@ and
.BR utime (2),
.BR adjtime (3),
.BR clock (3),
.BR sleep (3),
.BR timeradd (3),
.BR ctime (3),
.BR sleep (3),
.BR strftime (3),
.BR strptime (3),
.BR timeradd (3),
.BR usleep (3),
.BR rtc (4),
.BR hwclock (8)