diff --git a/man3/clock_getres.3 b/man3/clock_getres.3 index 7e79fbaa1..1b749f5e3 100644 --- a/man3/clock_getres.3 +++ b/man3/clock_getres.3 @@ -27,7 +27,7 @@ .\" 2003-08-24 aeb, large parts rewritten .\" 2004-08-06 Christoph Lameter , SMP note .\" -.TH CLOCK_GETRES 3 2007-07-26 "" "Linux Programmer's Manual" +.TH CLOCK_GETRES 3 2008-08-11 "" "Linux Programmer's Manual" .SH NAME clock_getres, clock_gettime, clock_settime \- clock and time functions .SH SYNOPSIS @@ -207,6 +207,7 @@ negligible in most cases. .BR gettimeofday (2), .BR settimeofday (2), .BR time (2), +.BR clock_getcpuclockid (3), .BR ctime (3), .BR ftime (3), .BR sysconf (3), diff --git a/man7/time.7 b/man7/time.7 index 6d10699b4..3e5a617d9 100644 --- a/man7/time.7 +++ b/man7/time.7 @@ -23,7 +23,7 @@ .\" 2008-06-24, mtk: added some details about where jiffies come into .\" play; added section on high-resolution timers. .\" -.TH TIME 7 2008-06-25 "Linux" "Linux Programmer's Manual" +.TH TIME 7 2008-08-11 "Linux" "Linux Programmer's Manual" .SH NAME time \- overview of time and timers .SH DESCRIPTION @@ -191,6 +191,7 @@ and .BR utime (2), .BR adjtime (3), .BR clock (3), +.BR clock_getcpuclockid (3), .BR ctime (3), .BR sleep (3), .BR strftime (3),