The branch main has been updated by imp:

URL: 
https://cgit.FreeBSD.org/src/commit/?id=67c5db938c87fd3e6688070b6958da70f8a1ee90

commit 67c5db938c87fd3e6688070b6958da70f8a1ee90
Author:     Warner Losh <i...@freebsd.org>
AuthorDate: 2025-06-13 18:01:31 +0000
Commit:     Warner Losh <i...@freebsd.org>
CommitDate: 2025-06-13 18:29:38 +0000

    clock_gettime: Better markup
    
    Markup CLOCK_REALTIME better.
    
    Noticed by: kib
    Fixes: 7b7ba7857ce8
    Sponsored by:           Netflix
---
 lib/libsys/clock_gettime.2 | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

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

Reply via email to