aboutsummaryrefslogtreecommitdiffstats
path: root/timeprefix.1
diff options
context:
space:
mode:
Diffstat (limited to 'timeprefix.1')
-rw-r--r--timeprefix.19
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.