adjtimex.2: Minor tweaks

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2016-03-06 06:21:53 +01:00
parent 82b43a7692
commit de69c712ba
1 changed files with 3 additions and 3 deletions

View File

@ -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.