diff options
author | Mattias Andrée <maandree@kth.se> | 2023-01-13 19:37:12 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2023-01-13 19:37:12 +0100 |
commit | 7cb0868ea8e741330cb1c37d7258e73ca47aa895 (patch) | |
tree | 56d012c4807c9384e36c4097ad77d5180d9e8cdf /timeprefix.1 | |
parent | Improve makefile (diff) | |
download | timeprefix-7cb0868ea8e741330cb1c37d7258e73ca47aa895.tar.gz timeprefix-7cb0868ea8e741330cb1c37d7258e73ca47aa895.tar.bz2 timeprefix-7cb0868ea8e741330cb1c37d7258e73ca47aa895.tar.xz |
Only use CLOCK_BOOTTIME if available and adjtimex(3) on Linux
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'timeprefix.1')
-rw-r--r-- | timeprefix.1 | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/timeprefix.1 b/timeprefix.1 index 088b3ef..2e83572 100644 --- a/timeprefix.1 +++ b/timeprefix.1 @@ -18,3 +18,12 @@ can merged into one with .PP .B timeprefix also marks when the program started and terminated. +.SH BUGS +.B timeprefix +will use a clock that is supposed to be monotonic, +but is not necessarily system-wide, if +.I CLOCK_BOOTTIME +is not defined on the system. +.PP +.B timeprefix +only supports leap seconds on Linux. |