]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
gettimeofday.2: Minor rewording of settimeofday() EINVAL error for timezone
authorMichael Kerrisk <mtk.manpages@gmail.com>
Sun, 13 May 2018 14:20:56 +0000 (16:20 +0200)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Sun, 13 May 2018 14:20:56 +0000 (16:20 +0200)
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
man2/clock_getres.2
man2/gettimeofday.2

index fa2e922ff22a6cbffa788b7c5d73dcdab344755c..c32f9e183fef13296530884949699f48367344b6 100644 (file)
@@ -209,7 +209,7 @@ specified is not supported on this system.
 .RB ( clock_settime ()):
 .I tp.tv_sec
 is negative or
-.I tv.tv_nsec
+.I tp.tv_nsec
 is outside the range [0..999,999,999].
 .TP
 .B EPERM
index b36543612bddaf4be737bb94e35055b0191cb5fe..049b3613fe32f35898a3ed8820435f578d4d78e1 100644 (file)
@@ -155,7 +155,9 @@ or
 pointed outside the accessible address space.
 .TP
 .B EINVAL
-Timezone (or something else) is invalid.
+.RB ( settimeofday ()):
+.I timezone
+is invalid.
 .TP
 .B EPERM
 The calling process has insufficient privilege to call