Added SEE ALSO entry pointing to time.7

This commit is contained in:
Michael Kerrisk 2007-02-02 05:47:09 +00:00
parent c7c740cb83
commit 60bb61aaee
3 changed files with 6 additions and 3 deletions

View File

@ -85,4 +85,5 @@ SVr4, POSIX.1-2001, 4.3BSD
.BR setitimer (2),
.BR sigaction (2),
.BR signal (2),
.BR sleep (3)
.BR sleep (3),
.BR time (7)

View File

@ -148,4 +148,5 @@ POSIX.1-2001.
.BR timer_create (2),
.BR sleep (3),
.BR usleep (3),
.BR feature_test_macros (7)
.BR feature_test_macros (7),
.BR time (7)

View File

@ -103,4 +103,5 @@ instead.
.BR select (2),
.BR setitimer (2),
.BR usleep (3),
.BR feature_test_macros (7)
.BR feature_test_macros (7),
.BR time (7)