clock_getres.2: wfix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2020-04-01 21:30:37 +02:00
parent 066dcd09cb
commit 2c16f1bc28
1 changed files with 1 additions and 1 deletions

View File

@ -192,7 +192,7 @@ This clock does not count time that the system is suspended.
.\" commit 70a08cca1227dc31c784ec930099a4417a06e7d0
Identical to
.BR CLOCK_MONOTONIC ,
except it also includes any time that the system is suspended.
except that it also includes any time that the system is suspended.
This allows applications to get a suspend-aware monotonic clock
without having to deal with the complications of
.BR CLOCK_REALTIME ,