From nobody Thu May 21 20:59:53 2026 X-Original-To: dev-commits-src-branches@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 4gM14p20yQz6dx9S 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 4gM14p09ncz47XS for ; Thu, 21 May 2026 20:59:54 +0000 (UTC) (envelope-from git@FreeBSD.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1779397194; 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=EfNH2qF+3PmASpqWD6qOrHsYYRSHcIEQ20qtYqkzkZFYTjLy3WTc4EDkb5/2kCDw8gnMEq wRW1HxiEsCKvWGj27aZEG6uvRZu51qVSq4urWLF1kL2SbvYxL8hncOWmUmHv162t+A/u8W FTN+nQimBYJQxjygSEPzG2zuBlRUJEGeff7mmtskmW0OlGPGHTBzvcsm7qL9d2pbt2bifH Oyacxv5tDj6bh81Bkd9Hs4K0UsSHit1tpVR9iF+VQZYG1DtyBQcXRi90PLGII2rxz0tTx8 GWQUeDGvb1lqaH3titAriOjFhREX6ZHCQkIgYZ/mJAVcQ1wO/wXXRfYFOYRW7w== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1779397194; a=rsa-sha256; cv=none; b=NW9eQTTrwfspIbB5LgMKGnS+1O4TIvUXGKHwdv9/A+nWbQKcs59+juKAyHG0XRCLveuK5p BjslsI6Gtze6WfzrWl+N0Tf9XTRJPzH2E/u+6dueHKyGlpfpe6N9TPnBPjVD/7mn2oFd5h 4eLSFHQnC0WX28vAdndDQ3aVrzconDKyhvrSDlUYkcRBIQiqAH6wMmSIv3k+jdJTgcTJXX BJd6RitmzDx6cfy15G7aVghuPKImPhjSQKgIaKcrueXp/fMA9HAsOvKF7f5yuNCFYxnD61 PVxA600EWvdCqB5xSXyNwGmIuIWYKN1pdBijUvFl8YraFt5t5729v/Qqzl+z3w== 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=1779397194; 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=ZTjFQqAcnFUETo5WjZ+UkG4egC34lLHyqQyIDVrmQ+hUxephnLmwkhZxFiNqdrx0JNmsJN /lTCpqw3bKbR6Hhukuqg1/90CvQCAedvJJE7ICF7pJsZYqH4K6SVVUt13QgBSmaOI53MEE +uoUh85oKuabUtIMhpQ4awbW6n2VBkWE0Gk70CCFqum/nZKLtB4YS4n77Y8JQnE3ngaM99 nLd6kpqgb7k4syMX/Zh1si85xwKVJ5nLs0lg3mCtiofEDLkkHMYTfzRuCrW2ukafHRTzPv RXtbGfgS9dl4zCWg4uAa1bBi7uvSaGILmPLeigr0azyl2G7mbtqkiAwBlO13uw== Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) by mxrelay.nyi.freebsd.org (Postfix) with ESMTP id 4gM14n68ZyzqNn 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: Commits to the stable branches of the FreeBSD src repository List-Archive: https://lists.freebsd.org/archives/dev-commits-src-branches List-Help: List-Post: List-Subscribe: List-Unsubscribe: X-BeenThere: dev-commits-src-branches@freebsd.org Sender: owner-dev-commits-src-branches@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 .