]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
clock_getres.2: srcfix: semantic newlines
authorMichael Kerrisk <mtk.manpages@gmail.com>
Mon, 20 Apr 2020 10:47:42 +0000 (12:47 +0200)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Mon, 20 Apr 2020 10:47:42 +0000 (12:47 +0200)
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
man2/clock_getres.2

index 45dcaa43af29b64e4ff957c51e7242ef4f91f42f..4b76418d3e5ad1166aa5875d035ec54a91b8d4d9 100644 (file)
@@ -231,8 +231,10 @@ On Linux, this clock is not settable.
 Linux also implements dynamic clock instances as described below.
 .SH DYNAMIC CLOCKS " (since Linux 2.6.39)"
 In addition to hard coded SYS-V style clock ids, Linux also supports
-POSIX clock operations on certain character devices.  Such devices are
-called "dynamic" clocks.  Using the appropriate macros, open file
+POSIX clock operations on certain character devices.
+Such devices are
+called "dynamic" clocks.
+Using the appropriate macros, open file
 descriptors may be converted into clock ids and passed to
 .BR clock_gettime (),
 .BR clock_settime (),
@@ -273,7 +275,8 @@ points outside the accessible address space.
 .B EINVAL
 The
 .I clockid
-specified is invalid for one of two reasons.  Either the SYS-V style
+specified is invalid for one of two reasons.
+Either the SYS-V style
 hard coded positive value is out of range, or the dynamic clock id
 does not refer to a valid instance of a clock object.
 .\" Linux also gives this error on attempts to set CLOCK_PROCESS_CPUTIME_ID