From nobody Thu May 21 20:59:53 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 4gM14p20kvz6dxGY for ; Thu, 21 May 2026 20:59:54 +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 4gM14n6XHDz47gp for ; Thu, 21 May 2026 20:59:53 +0000 (UTC) (envelope-from git@FreeBSD.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1779397193; 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=g8HbWhelXaIw4UdRk2u6yUiATnEhKccT6Agsrxs4K3g=; b=PVFOs9YNpDn+FwsaXJDCI+gPFBzAH11Doxo9YH9/ani5FOLUUVgxICZD7CxpsNHKzjEgTK uy7bnGk3A6L+u1O15axKYm/2Quv/vHdn7IEQiGbzLUgIF63bRVIrHw3l5nK0Cq/cimj7t2 uOOPC16hvtAchYpUV0eo/9cancNeeLuWOOxlA6uWo3VsrbCJyIraxZvlT5ZeLnhqiPMeZC 4g7N4D1Vpd7mfg0rVDIpR9mxjRwk00j2YGO3hyCHbE6fYOyKf9UkKoBer5x3ORj1XVce+a ylfqSmE8LPyHEwjWtSXVLjeJxvfANwcElgkCklroMwJZ00DfLa1F6R2/7ZvclQ== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1779397193; a=rsa-sha256; cv=none; b=L5IGS1w7pdu63ojdU2p3IHeOrSKhTeyb7C447G2Icq7K+HkgN5snSver8vUCTBpqfwZlVv Ier8a5nb53fJ8KzfBKw3D7mkT7akDkDihpKplyO2yL9fAXGxUR974UsVzA2c3DX2U5vMPh xgDpAfLrcdfyiw+SInaGMwgQyfDwUqRM2P0Vu5sepgnpC5pgY1RbSWhiZiFDrNgs1x6DFs rWFaLhe0KOlVX1zK12giiV+eW7A0OOw5s79qT69S+t+FYv8y0aNBfm1qkyz4Kat/Z0ffBK nguBJDVAbHriisBOloN7E5s3v8gA/fk3P7J7XM0U09vLyD+60kqeQe1WrmBYWw== 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=1779397193; 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=g8HbWhelXaIw4UdRk2u6yUiATnEhKccT6Agsrxs4K3g=; b=UGEtfUV2xIMDqWA3BMKlSlfLLsFy3Lxr8bt/0KiMH6odyu7lClNVBAtfEXqp65iDz0/D1U IP9pzggXGJYva+mzB5Eg0stFHp/flk1yECDoNM8t4oe2scEfrOF01g7YVYGuk3IGUoYMqc LZ4zOSKbqHi+EHaJjgykmfyrfIzGMtBZAjDdzSKO4FN8ZVkdZx/txZs6vk+MJwUMk530ph 8h9pjqm31/EuZjBQ0PIh6KFmfb3M4wvLAypHYOaHO+i3JPjLxoaANOmWJUyBHgj7ZcKHiI GR6jojQ56FBGzmuWOqFWk0YtuByQ2Eo5ahaHVJj+BOV8mwJS8SMj+Sz+h6RGlg== Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) by mxrelay.nyi.freebsd.org (Postfix) with ESMTP id 4gM14n66WwzqR9 for ; Thu, 21 May 2026 20:59:53 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from git (uid 1279) (envelope-from git@FreeBSD.org) id 18f74 by gitrepo.freebsd.org (DragonFly Mail Agent v0.13+ on gitrepo.freebsd.org); Thu, 21 May 2026 20:59:53 +0000 To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org From: Robert Clausecker Subject: git: e2fb604d4ddd - stable/15 - libc/timespec_get*.3: expose STANDARDS section 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: fuz X-Git-Repository: src X-Git-Refname: refs/heads/stable/15 X-Git-Reftype: branch X-Git-Commit: e2fb604d4ddd34207f08d1e1b17c554b6f967927 Auto-Submitted: auto-generated Date: Thu, 21 May 2026 20:59:53 +0000 Message-Id: <6a0f7249.18f74.44c84f99@gitrepo.freebsd.org> The branch stable/15 has been updated by fuz: URL: https://cgit.FreeBSD.org/src/commit/?id=e2fb604d4ddd34207f08d1e1b17c554b6f967927 commit e2fb604d4ddd34207f08d1e1b17c554b6f967927 Author: Robert Clausecker AuthorDate: 2026-05-14 10:32:11 +0000 Commit: Robert Clausecker CommitDate: 2026-05-21 20:59:01 +0000 libc/timespec_get*.3: expose STANDARDS section We now have .St -isoC-2023, so the STANDARDS section can go live. Fixes: 9b5d724cad10087e34165199e55f15f2df744ed5 MFC after: 1 week (cherry picked from commit aa92784fcb8a375231058d67f7ccaeaa3e42ed33) --- lib/libc/gen/timespec_get.3 | 10 +++++----- lib/libc/gen/timespec_getres.3 | 12 ++++++------ 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/lib/libc/gen/timespec_get.3 b/lib/libc/gen/timespec_get.3 index 7edf4fe17c30..f6cb578db55e 100644 --- a/lib/libc/gen/timespec_get.3 +++ b/lib/libc/gen/timespec_get.3 @@ -27,7 +27,7 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE .\" POSSIBILITY OF SUCH DAMAGE. .\" -.Dd August 21, 2023 +.Dd May 14, 2026 .Dt TIMESPEC_GET 3 .Os .Sh NAME @@ -85,10 +85,10 @@ of .Dv TIME_UTC conforms to .St -isoC-2011 . -.\" The -.\" .Dv TIME_MONOTONIC -.\" base conforms to -.\" -isoC-2023 . +The +.Dv TIME_MONOTONIC +base conforms to +.St -isoC-2023 . .Sh HISTORY This interface first appeared in .Fx 12 . diff --git a/lib/libc/gen/timespec_getres.3 b/lib/libc/gen/timespec_getres.3 index e00af6758f1a..1b65cad4a056 100644 --- a/lib/libc/gen/timespec_getres.3 +++ b/lib/libc/gen/timespec_getres.3 @@ -3,7 +3,7 @@ .\" .\" SPDX-License-Identifier: BSD-2-Clause .\" -.Dd August 21, 2023 +.Dd May 14, 2026 .Dt TIMESPEC_GETRES 3 .Os .Sh NAME @@ -36,11 +36,11 @@ if successful and zero otherwise. .Sh SEE ALSO .Xr clock_getres 2 , .Xr timespec_get 3 -.\" .Sh STANDARDS -.\" The -.\" .Nm -.\" function conforms to -.\" .St -isoC-2023 . +.Sh STANDARDS +The +.Nm +function conforms to +.St -isoC-2023 . .Sh HISTORY This interface first appeared in .Fx 14 .