From ccf11468bd695dfb9c8d06ff285374ac2befa4a6 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Thu, 4 Dec 2008 14:05:18 -0500 Subject: [PATCH] time.7: SEE ALSO: add clock_gettime(3) Signed-off-by: Michael Kerrisk Reported-by: Pavel Machek --- man7/time.7 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/man7/time.7 b/man7/time.7 index 3e5a617d9..da0e0aee7 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-08-11 "Linux" "Linux Programmer's Manual" +.TH TIME 7 2008-12-04 "Linux" "Linux Programmer's Manual" .SH NAME time \- overview of time and timers .SH DESCRIPTION @@ -192,6 +192,7 @@ and .BR adjtime (3), .BR clock (3), .BR clock_getcpuclockid (3), +.BR clock_gettime (3), .BR ctime (3), .BR sleep (3), .BR strftime (3),