From nobody Wed May 13 18:11:43 2026 X-Original-To: dev-commits-src-all@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4gG1kX2dKcz6cn7Z for ; Wed, 13 May 2026 18:11:48 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R13" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 4gG1kX1KQ4z49R9 for ; Wed, 13 May 2026 18:11:48 +0000 (UTC) (envelope-from git@FreeBSD.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1778695908; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=K+ltc75VaCgSKgSIljHOGu+91tPq6Vok+rxeF3LgS9I=; b=OFDSpXolnsbUSSUe6sgDfcoP+cZMoGzMfuubNrDYZ41hesjCIUYSkH53a7zQbWCXTn6WMO 6FNrbo1IYQ3SSv3ZLp6w3hxFRCsPqJCOxejmRkcTu/FN+7F0c9zeAWPz1BfOp40V66GpK5 iwlXMC250GATsE4tl580rzg/86vrHxGQxd7uMFxFAp8Rl5bEcTr4XPdLf4NGgmmx7EATMe TsnmUkLnIp1RUw3AS196talPkrMv+oD0vA9oG/ackaUZaIJElZStJ3cggf1IPvRrBmeQa4 AWAXaRsWd8C/DKH8l6PvtziAx0T1z0OeRZU5YD+GqH9xDhOw57QXlL1QDO5ZEQ== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1778695908; a=rsa-sha256; cv=none; b=SipMDJDifUBAybOvUS6sO/uLN8//ZKMK0R9A0eDSYSayhKNxurkbh+LSvr8jM64HIWAyFV l9nO0a4X2XQPfJ+DW6l5fVjaFm793BcLFoUMXHqgSnIVVbQfHxHcwYHdBpf1Xr0h5g3jX2 0Rhr22zsKRG6x1WgozlbpuHQqKF5SHX+h9RWWw2nu+PgcjSqbYw5qFnPaFgZt+6Kp0pb4V nAV0Rnbw+paSAjdrm3OoNoBr1jWeAbIpMEpvtFEOyUaH4MyhRfc/xjljSTlojmIub14y0K R1TSS36vphWH513GZ/VjPpW4vtUwnR2ysAINkGZ3smjY+U5BcV/McwxtQjzb6w== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1778695908; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=K+ltc75VaCgSKgSIljHOGu+91tPq6Vok+rxeF3LgS9I=; b=sPLaRvEEnGBlAc6hG7Px3YKGcyleA9Z1TkYvytJA5kf8LjjgYrKRtqcLBRXPluunG8lwLS CS6iB6UAgxIcIqDxf2V9DNEtMYkuG29C9vw49hXfumYRCW14hxuIU/Tq385PbgnkrHgKWv JSZyeuhaCyxUbFiXSXxzVyVGvb90PjyfYRfR2qhGFiDiXqnTE1Jshd9urrPI4hdUevbdH3 gU/HQ7UiuNHW/c0gDdLoyzxXXBp3iqYPUTj+cf6KJ8tYNIqRLNUfFzmOJmQrSRzGUggt59 QfRjlrabpts2omAlCOFqAeiB7QDxbPyFf9euO5RWfGcrg8BFizkO0W0jTZIQKA== Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) by mxrelay.nyi.freebsd.org (Postfix) with ESMTP id 4gG1kX0tZ1z11dS for ; Wed, 13 May 2026 18:11:48 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from git (uid 1279) (envelope-from git@FreeBSD.org) id 20cd3 by gitrepo.freebsd.org (DragonFly Mail Agent v0.13+ on gitrepo.freebsd.org); Wed, 13 May 2026 18:11:43 +0000 To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org From: John Baldwin Subject: git: 52fa2f9f8d57 - main - clock_gettime.2: Fix a couple of typos List-Id: Commit messages for all branches of the src repository List-Archive: https://lists.freebsd.org/archives/dev-commits-src-all List-Help: List-Post: List-Subscribe: List-Unsubscribe: X-BeenThere: dev-commits-src-all@freebsd.org Sender: owner-dev-commits-src-all@FreeBSD.org List-Id: List-Post: List-Help: List-Subscribe: List-Unsubscribe: List-Owner: Precedence: list MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: jhb X-Git-Repository: src X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 52fa2f9f8d57e4dde555567794c6b3e0e242b8a1 Auto-Submitted: auto-generated Date: Wed, 13 May 2026 18:11:43 +0000 Message-Id: <6a04bedf.20cd3.1ddaf401@gitrepo.freebsd.org> The branch main has been updated by jhb: URL: https://cgit.FreeBSD.org/src/commit/?id=52fa2f9f8d57e4dde555567794c6b3e0e242b8a1 commit 52fa2f9f8d57e4dde555567794c6b3e0e242b8a1 Author: John Baldwin AuthorDate: 2026-05-13 18:11:26 +0000 Commit: John Baldwin 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 .Pp