diff options
| author | Warner Losh <imp@FreeBSD.org> | 2025-06-13 18:01:31 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2025-06-13 18:29:38 +0000 |
| commit | 67c5db938c87fd3e6688070b6958da70f8a1ee90 (patch) | |
| tree | 60d7a8d3d8621da8bbe9bed4066b5b426b80f699 /lib/libsys | |
| parent | 330b17e1cf5c2e259f99ad6ac21eda6bd92a0836 (diff) | |
Diffstat (limited to 'lib/libsys')
| -rw-r--r-- | lib/libsys/clock_gettime.2 | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/libsys/clock_gettime.2 b/lib/libsys/clock_gettime.2 index c3b8fb92c9c1..89551d0f720b 100644 --- a/lib/libsys/clock_gettime.2 +++ b/lib/libsys/clock_gettime.2 @@ -102,7 +102,9 @@ Returns the execution time of the calling thread. .It Dv CLOCK_TAI Increments in SI seconds like a wall clock. It uses a 1970 epoch and implements the TAI timescale. -Similar to CLOCK_REALTIME, but without leap seconds. +Similar to +.Dv CLOCK_REALTIME , +but without leap seconds. It will increase monotonically during a leap second. Will return .Er EINVAL |
