Date: Wed, 13 May 2026 18:11:43 +0000 From: John Baldwin <jhb@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: git: 52fa2f9f8d57 - main - clock_gettime.2: Fix a couple of typos Message-ID: <6a04bedf.20cd3.1ddaf401@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by jhb: URL: https://cgit.FreeBSD.org/src/commit/?id=52fa2f9f8d57e4dde555567794c6b3e0e242b8a1 commit 52fa2f9f8d57e4dde555567794c6b3e0e242b8a1 Author: John Baldwin <jhb@FreeBSD.org> AuthorDate: 2026-05-13 18:11:26 +0000 Commit: John Baldwin <jhb@FreeBSD.org> CommitDate: 2026-05-13 18:11:26 +0000 clock_gettime.2: Fix a couple of typos Reviewed by: emaste Differential Revision: https://reviews.freebsd.org/D56990 --- 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 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 .Pphome | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a04bedf.20cd3.1ddaf401>
