diff options
author | Alejandro Colomar <alx@kernel.org> | 2023-02-05 23:14:38 +0100 |
---|---|---|
committer | Alejandro Colomar <alx@kernel.org> | 2023-02-05 23:14:42 +0100 |
commit | cdede5cdd1b0ba75135d3b32d96354026e96f866 (patch) | |
tree | f21d7604d25b2de607ef5471e5e180094231e046 /man7/time_namespaces.7 | |
parent | f29fc8dcf0da15a596a7cdc7e5a0b2932100b522 (diff) | |
download | man-pages-cdede5cdd1b0ba75135d3b32d96354026e96f866.tar.gz |
Many pages: Use \[bu] instead of \(bu
Signed-off-by: Alejandro Colomar <alx@kernel.org>
Diffstat (limited to 'man7/time_namespaces.7')
-rw-r--r-- | man7/time_namespaces.7 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/man7/time_namespaces.7 b/man7/time_namespaces.7 index 1316bff091..15ec3dbcd9 100644 --- a/man7/time_namespaces.7 +++ b/man7/time_namespaces.7 @@ -8,7 +8,7 @@ time_namespaces \- overview of Linux time namespaces .SH DESCRIPTION Time namespaces virtualize the values of two system clocks: -.IP \(bu 3 +.IP \[bu] 3 .B CLOCK_MONOTONIC (and likewise .B CLOCK_MONOTONIC_COARSE @@ -16,7 +16,7 @@ and .BR CLOCK_MONOTONIC_RAW ), a nonsettable clock that represents monotonic time since\[em]as described by POSIX\[em]"some unspecified point in the past". -.IP \(bu +.IP \[bu] .B CLOCK_BOOTTIME (and likewise .BR CLOCK_BOOTTIME_ALARM ), @@ -147,11 +147,11 @@ An value is out of range. In particular; .RS -.IP \(bu 3 +.IP \[bu] 3 .I offset-secs can't be set to a value which would make the current time on the corresponding clock inside the namespace a negative value; and -.IP \(bu +.IP \[bu] .I offset-secs can't be set to a value such that the time on the corresponding clock inside the namespace would exceed half of the value of the kernel constant |