From: Michael Kerrisk Date: Fri, 2 Feb 2007 05:47:09 +0000 (+0000) Subject: Added SEE ALSO entry pointing to time.7 X-Git-Tag: man-pages-2.44~29 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=60bb61aaee4ba5cc0974327b8d1d727a2597ad09;p=thirdparty%2Fman-pages.git Added SEE ALSO entry pointing to time.7 --- diff --git a/man2/alarm.2 b/man2/alarm.2 index f062d41f25..33152f1733 100644 --- a/man2/alarm.2 +++ b/man2/alarm.2 @@ -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) diff --git a/man2/nanosleep.2 b/man2/nanosleep.2 index bc433cfe5f..782c442c21 100644 --- a/man2/nanosleep.2 +++ b/man2/nanosleep.2 @@ -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) diff --git a/man3/ualarm.3 b/man3/ualarm.3 index d2a4d3d636..9dfd4b1b5b 100644 --- a/man3/ualarm.3 +++ b/man3/ualarm.3 @@ -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)