aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2016-03-06 06:21:53 +0100
committerMichael Kerrisk <mtk.manpages@gmail.com>2016-03-06 06:21:53 +0100
commitde69c712ba44144b0151a837263928033b072d2f (patch)
tree8678b37cabac6af78b4335ab13e3a1d5aca5fa20
parent82b43a769287431483659a5302bfa990a96ffa4f (diff)
downloadman-pages-de69c712ba44144b0151a837263928033b072d2f.tar.gz
adjtimex.2: Minor tweaks
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
-rw-r--r--man2/adjtimex.26
1 files changed, 3 insertions, 3 deletions
diff --git a/man2/adjtimex.2 b/man2/adjtimex.2
index df1c94a3fe..508f7f084c 100644
--- a/man2/adjtimex.2
+++ b/man2/adjtimex.2
@@ -261,7 +261,7 @@ Leap-second insertion will occur each day, so long as this flag remains set.
.\"
.TP
.BR STA_DEL " (read-write)"
-Delete a leap second at the last second of the day.
+Delete a leap second at the last second of the UTC day.
.\" John Stultz:
.\" Similarly the progression here is:
.\" 23:59:57 + TIME_DEL
@@ -336,13 +336,13 @@ On success,
returns the clock state; that is, one of the following values:
.TP 12
.BR TIME_OK
-Clock synchronized.
+Clock synchronized, no leap second adjustment pending.
.TP
.BR TIME_INS
Indicates that a leap second will be added at the end of the UTC day.
.TP
.BR TIME_DEL
-Indicates that a leap second will be deleted at the end of the day.
+Indicates that a leap second will be deleted at the end of the UTC day.
.TP
.BR TIME_OOP
Insertion of a leap second is in progress.