adjtimex.2: srcfix: semantic newlines

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2020-04-20 13:01:43 +02:00
parent 7c880414c4
commit 4952e654c4
1 changed files with 4 additions and 2 deletions

View File

@ -168,7 +168,8 @@ The value of
is the sum of its two fields, but the
field
.I buf.time.tv_usec
must always be non-negative. The following example shows how to
must always be non-negative.
The following example shows how to
normalize a timeval with nanosecond resolution.
.PP
.in +12n
@ -502,7 +503,8 @@ The
.I clk_id
given to
.BR clock_adjtime ()
is invalid for one of two reasons. Either the SYS-V style hard coded
is invalid for one of two reasons.
Either the SYS-V style hard coded
positive value is out of range, or the dynamic
.I clk_id
does not refer to a valid instance of a clock object.