gettimeofday.2: spfix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2010-06-20 03:42:49 +02:00
parent 5aa2ee8001
commit 4c9f4bc8e9
1 changed files with 1 additions and 1 deletions

View File

@ -221,7 +221,7 @@ but not
.BR settimeofday (). .BR settimeofday ().
POSIX.1-2008 marks POSIX.1-2008 marks
.BR gettimeofday () .BR gettimeofday ()
as obsolete, recomending the use of as obsolete, recommending the use of
.BR clock_gettime (2) .BR clock_gettime (2)
instead. instead.
.SH NOTES .SH NOTES