aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Baldwin <jhb@FreeBSD.org>2026-05-13 18:11:26 +0000
committerJohn Baldwin <jhb@FreeBSD.org>2026-05-13 18:11:26 +0000
commit52fa2f9f8d57e4dde555567794c6b3e0e242b8a1 (patch)
treef0f9d8d0e28edae23ad9eb784eb0ee1e8ca8550e
parent33355275247c462e1204bd1db5905a7d132eb502 (diff)
clock_gettime.2: Fix a couple of typos
Reviewed by: emaste Differential Revision: https://reviews.freebsd.org/D56990
-rw-r--r--lib/libsys/clock_gettime.24
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libsys/clock_gettime.2 b/lib/libsys/clock_gettime.2
index 841673648dfc..746be2e03d8b 100644
--- a/lib/libsys/clock_gettime.2
+++ b/lib/libsys/clock_gettime.2
@@ -71,7 +71,7 @@ Increments in SI seconds like a wall clock.
It uses a 1970 epoch and implements the UTC timescale.
The count of physical SI seconds since 1970, adjusted by subtracting the number
of positive leap seconds and adding the number of negative leap seconds.
-Behavior during a leap second is not defined by and POSIX standard.
+Behavior during a leap second is not defined by any POSIX standard.
.It Dv CLOCK_MONOTONIC
.It Dv CLOCK_MONOTONIC_PRECISE
.It Dv CLOCK_MONOTONIC_FAST
@@ -108,7 +108,7 @@ It will increase monotonically during a leap second.
Will return
.Er EINVAL
if the current offset between TAI and UTC is not known,
-which may be the case early in boot before NTP or other time daemon has
+which may be the case early in boot before NTP or another time daemon has
synchronized.
.El
.Pp