SEE ALSO: add time(7)

This commit is contained in:
Michael Kerrisk 2008-06-23 08:48:25 +00:00
parent aadbd6f90a
commit 1d7c4d16b2
12 changed files with 24 additions and 12 deletions

View File

@ -149,4 +149,5 @@ method of adjusting the system clock.
.SH "SEE ALSO"
.BR settimeofday (2),
.BR adjtime (3),
.BR capabilities (7)
.BR capabilities (7),
.BR time (7)

View File

@ -136,4 +136,5 @@ are also maintained.
.BR getrlimit (2),
.BR times (2),
.BR wait (2),
.BR wait4 (2)
.BR wait4 (2),
.BR time (7)

View File

@ -99,7 +99,8 @@ set to a (positive) value that indicates the error.
.BR io_cancel (2),
.BR io_destroy (2),
.BR io_setup (2),
.BR io_submit (2)
.BR io_submit (2),
.BR time (7)
.\" .SH "NOTES"
.\"
.\" .PP

View File

@ -326,4 +326,5 @@ BUGS section of
.SH "SEE ALSO"
.BR select (2),
.BR select_tut (2),
.BR feature_test_macros (7)
.BR feature_test_macros (7),
.BR time (7)

View File

@ -523,4 +523,5 @@ For vaguely related stuff, see
.BR send (2),
.BR sigprocmask (2),
.BR write (2),
.BR epoll (7)
.BR epoll (7),
.BR time (7)

View File

@ -515,4 +515,5 @@ and then increment the semaphore value by one.
.BR sigaction (2),
.BR capabilities (7),
.BR sem_overview (7),
.BR svipc (7)
.BR svipc (7),
.BR time (7)

View File

@ -164,4 +164,5 @@ is a library function implemented on top of
.BR sigprocmask (2),
.BR sigqueue (2),
.BR sigsetops (3),
.BR signal (7)
.BR signal (7),
.BR time (7)

View File

@ -84,4 +84,5 @@ that specifies a zero time interval.
.BR aio_fsync (3),
.BR aio_read (3),
.BR aio_return (3),
.BR aio_write (3)
.BR aio_write (3),
.BR time (7)

View File

@ -209,4 +209,5 @@ negligible in most cases.
.BR time (2),
.BR ctime (3),
.BR ftime (3),
.BR sysconf (3)
.BR sysconf (3),
.BR time (7)

View File

@ -151,4 +151,5 @@ POSIX.1-2001.
.BR mq_send (3),
.BR mq_unlink (3),
.BR feature_test_macros (7),
.BR mq_overview (7)
.BR mq_overview (7),
.BR time (7)

View File

@ -156,4 +156,5 @@ POSIX.1-2001.
.BR mq_receive (3),
.BR mq_unlink (3),
.BR feature_test_macros (7),
.BR mq_overview (7)
.BR mq_overview (7),
.BR time (7)

View File

@ -265,4 +265,5 @@ main(int argc, char *argv[])
.\" .BR clock_gettime (3),
.BR sem_getvalue (3),
.BR sem_post (3),
.BR sem_overview (7)
.BR sem_overview (7),
.BR time (7)