git: 355bdaddb4bf - stable/15 - clock_gettime.2: Fix a couple of typos
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 23 Jun 2026 16:28:22 UTC
The branch stable/15 has been updated by jhb:
URL: https://cgit.FreeBSD.org/src/commit/?id=355bdaddb4bf8dac0bb883e2e5195f1784fe7c00
commit 355bdaddb4bf8dac0bb883e2e5195f1784fe7c00
Author: John Baldwin <jhb@FreeBSD.org>
AuthorDate: 2026-05-13 18:11:26 +0000
Commit: John Baldwin <jhb@FreeBSD.org>
CommitDate: 2026-06-23 16:07:47 +0000
clock_gettime.2: Fix a couple of typos
Reviewed by: emaste
Differential Revision: https://reviews.freebsd.org/D56990
(cherry picked from commit 52fa2f9f8d57e4dde555567794c6b3e0e242b8a1)
---
lib/libsys/clock_gettime.2 | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/lib/libsys/clock_gettime.2 b/lib/libsys/clock_gettime.2
index 89551d0f720b..39dbd0ae1e35 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
@@ -109,7 +109,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