clock_nanosleep.2, getpriority.2, kexec_load.2, nanosleep.2, nice.2, sched_setaffinity.2, timer_create.2, timer_delete.2, timer_settime.2, utime.2, btowc.3, futimes.3, log.3, pthread_attr_setguardsize.3, pthread_kill_other_threads_np.3, pthread_setaffinity_np.3, pthread_setcancelstate.3, pthread_setschedparam.3, pthread_setschedprio.3, pthread_tryjoin_np.3, strcoll.3, strcpy.3, string.3, strxfrm.3, networks.5, aio.7, sigevent.7, udplite.7: SEE ALSO: Place entries in correct order

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2010-11-01 06:34:26 +01:00
parent 3df44954f1
commit 3e5c319e24
28 changed files with 37 additions and 37 deletions

View File

@ -243,9 +243,9 @@ clock via
shall have no effect on a thread that is blocked on a relative
.BR clock_nanosleep ().
.SH "SEE ALSO"
.BR clock_getres (2),
.BR nanosleep (2),
.BR timer_create (2),
.BR clock_getres (2),
.BR sleep (3),
.BR usleep (3),
.BR time (7)

View File

@ -222,9 +222,9 @@ defined in
.IR <sys/time.h> .)
.SH "SEE ALSO"
.BR nice (1),
.BR renice (1),
.BR fork (2),
.BR capabilities (7),
.BR renice (1)
.BR capabilities (7)
.sp
.I Documentation/scheduler/sched-nice-design.txt
in the kernel source tree (since Linux 2.6.23).

View File

@ -151,5 +151,5 @@ Therefore, these constants must be defined manually.
This system call is only available if the kernel was configured with
.BR CONFIG_KEXEC .
.SH SEE ALSO
.BR syscall (2),
.BR reboot (2)
.BR reboot (2),
.BR syscall (2)

View File

@ -206,7 +206,7 @@ then the time that the thread spent in the stopped state is
.SH "SEE ALSO"
.BR clock_nanosleep (2),
.BR sched_setscheduler (2),
.BR sleep (3),
.BR timer_create (2),
.BR sleep (3),
.BR usleep (3),
.BR time (7)

View File

@ -104,8 +104,8 @@ to 0 before the call, and check its value when
returns \-1.
.SH "SEE ALSO"
.BR nice (1),
.BR renice (1),
.BR fork (2),
.BR getpriority (2),
.BR setpriority (2),
.BR capabilities (7),
.BR renice (1)
.BR capabilities (7)

View File

@ -224,7 +224,7 @@ represent the CPU set bit mask.
.BR sched_setscheduler (2),
.BR setpriority (2),
.BR CPU_SET (3),
.BR pthread_setaffinity_np (3),
.BR sched_getcpu (3),
.BR capabilities (7),
.BR pthread_setaffinity_np (3),
.BR cpuset (7)

View File

@ -392,8 +392,8 @@ main(int argc, char *argv[])
.BR clock_gettime (2),
.BR setitimer (2),
.BR timer_delete (2),
.BR timer_settime (2),
.BR timer_getoverrun (2),
.BR timer_settime (2),
.BR timerfd_create (2),
.BR clock_getcpuclockid (3),
.BR pthread_getcpuclockid (3),

View File

@ -66,6 +66,6 @@ POSIX.1-2001
.SH SEE ALSO
.BR clock_gettime (2),
.BR timer_create (2),
.BR timer_settime (2),
.BR timer_getoverrun (2),
.BR timer_settime (2),
.BR time (7)

View File

@ -207,6 +207,6 @@ See
.BR timer_create (2).
.SH SEE ALSO
.BR timer_create (2),
.BR timer_settime (2),
.BR timer_getoverrun (2),
.BR timer_settime (2),
.BR time (7)

View File

@ -183,5 +183,5 @@ and hence does not allow a subsecond resolution.
.BR futimesat (2),
.BR stat (2),
.BR utimensat (2),
.BR futimes (3),
.BR futimens (3)
.BR futimens (3),
.BR futimes (3)

View File

@ -62,5 +62,5 @@ Use the function
.BR mbtowc ()
instead.
.SH "SEE ALSO"
.BR wctob (3),
.BR mbtowc (3)
.BR mbtowc (3),
.BR wctob (3)

View File

@ -88,6 +88,6 @@ system call, which is supported since kernel 2.6.22.
These functions are not specified in any standard.
Other than Linux, they are only available on the BSDs.
.SH "SEE ALSO"
.BR utimensat (2),
.BR utime (2),
.BR utimensat (2),
.BR symlink (7)

View File

@ -138,7 +138,7 @@ exception.
.SH "SEE ALSO"
.BR cbrt (3),
.BR clog (3),
.BR log2 (3),
.BR log10 (3),
.BR log1p (3),
.BR log2 (3),
.BR sqrt (3)

View File

@ -156,7 +156,7 @@ See
.BR mmap (2),
.BR mprotect (2),
.BR pthread_attr_init (3),
.BR pthread_create (3),
.BR pthread_attr_setstack (3),
.BR pthread_attr_setstacksize (3),
.BR pthread_create (3),
.BR pthreads (7)

View File

@ -63,7 +63,7 @@ because the implementation does the right thing during an
.BR execve (2).)
.SH "SEE ALSO"
.BR execve (2),
.BR pthread_cancel (3),
.BR pthread_setcancelstate (3),
.BR pthread_setcanceltype (3),
.BR pthread_cancel (3),
.BR pthreads (7)

View File

@ -201,10 +201,10 @@ main(int argc, char *argv[])
}
.fi
.SH SEE ALSO
.BR sched_getcpu (3),
.BR sched_setaffinity (2),
.BR sched_setscheduler (2),
.BR pthread_attr_setaffinity_np (3),
.BR pthread_self (3),
.BR sched_getcpu (3),
.BR cpuset (7),
.BR pthreads (7)

View File

@ -172,7 +172,7 @@ argument of
See
.BR pthread_cancel (3).
.SH SEE ALSO
.BR pthread_cleanup_push (3),
.BR pthread_cancel (3),
.BR pthread_cleanup_push (3),
.BR pthread_testcancel (3),
.BR pthreads (7)

View File

@ -433,7 +433,7 @@ main(int argc, char *argv[])
.BR pthread_attr_setinheritsched (3),
.BR pthread_attr_setschedparam (3),
.BR pthread_attr_setschedpolicy (3),
.BR pthread_setschedprio (3),
.BR pthread_create (3),
.BR pthread_self (3),
.BR pthread_setschedprio (3),
.BR pthreads (7)

View File

@ -93,7 +93,7 @@ in each scheduling policy, see
.BR pthread_attr_setinheritsched (3),
.BR pthread_attr_setschedparam (3),
.BR pthread_attr_setschedpolicy (3),
.BR pthread_setschedparam (3),
.BR pthread_create (3),
.BR pthread_self (3),
.BR pthread_setschedparam (3),
.BR pthreads (7)

View File

@ -132,6 +132,6 @@ The following code waits to join for up to 5 seconds:
.fi
.SH SEE ALSO
.BR clock_gettime (2),
.BR pthread_join (3),
.BR pthread_exit (3),
.BR pthread_join (3),
.BR pthreads (7)

View File

@ -64,7 +64,7 @@ is equivalent to
.BR bcmp (3),
.BR memcmp (3),
.BR setlocale (3),
.BR string (3),
.BR strcasecmp (3),
.BR strcmp (3),
.BR string (3),
.BR strxfrm (3)

View File

@ -138,7 +138,7 @@ in ways that may make the impossible possible.
.BR memcpy (3),
.BR memmove (3),
.BR stpcpy (3),
.BR string (3),
.BR strdup (3),
.BR string (3),
.BR wcscpy (3),
.BR wcsncpy (3)

View File

@ -92,8 +92,8 @@ See the individual man pages for descriptions of each function.
.SH "SEE ALSO"
.BR index (3),
.BR rindex (3),
.BR strcasecmp (3),
.BR stpcpy (3),
.BR strcasecmp (3),
.BR strcat (3),
.BR strchr (3),
.BR strcmp (3),

View File

@ -71,7 +71,7 @@ copying the string with
.BR bcmp (3),
.BR memcmp (3),
.BR setlocale (3),
.BR string (3),
.BR strcasecmp (3),
.BR strcmp (3),
.BR strcoll (3)
.BR strcoll (3),
.BR string (3)

View File

@ -74,5 +74,5 @@ The networks definition file.
.BR getnetbyaddr (3),
.BR getnetbyname (3),
.BR getnetent (3),
.BR route (8),
.BR netstat (8)
.BR netstat (8),
.BR route (8)

View File

@ -444,11 +444,11 @@ main(int argc, char *argv[])
.fi
.SH SEE ALSO
.ad l
.BR io_submit (2),
.BR io_setup (2),
.BR io_cancel (2),
.BR io_destroy (2),
.BR io_getevents (2),
.BR io_setup (2),
.BR io_submit (2),
.BR aio_cancel (3),
.BR aio_error (3),
.BR aio_init (3),

View File

@ -132,8 +132,8 @@ POSIX.1-2001.
.BR aio_fsync (3),
.BR aio_read (3),
.BR aio_write (3),
.BR lio_listio (3),
.BR getaddrinfo_a (3),
.BR lio_listio (3),
.BR mq_notify (3),
.BR aio (7),
.BR pthreads (7)

View File

@ -142,10 +142,10 @@ Where glibc support is missing, the following definitions are needed:
.SH VERSIONS
UDP-Litev4/v6 first appeared in Linux 2.6.20.
.SH "SEE ALSO"
.BR udp (7),
.BR ip (7),
.BR ipv6 (7),
.BR socket (7)
.BR socket (7),
.BR udp (7)
RFC\ 3828 for the Lightweight User Datagram Protocol (UDP-Lite)
.br