Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 3 Sep 2023 05:20:16 GMT
From:      Konstantin Belousov <kib@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: f920de9a0cbe - stable/13 - libc: fix history for strverscmp(3) and versionsort(3)
Message-ID:  <202309030520.3835KGYL092232@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch stable/13 has been updated by kib:

URL: https://cgit.FreeBSD.org/src/commit/?id=f920de9a0cbe611a6db6efa5d133dddea2df3a1b

commit f920de9a0cbe611a6db6efa5d133dddea2df3a1b
Author:     Mina Galić <freebsd@igalic.co>
AuthorDate: 2023-08-31 11:50:17 +0000
Commit:     Konstantin Belousov <kib@FreeBSD.org>
CommitDate: 2023-09-03 05:19:23 +0000

    libc: fix history for strverscmp(3) and versionsort(3)
    
    PR:             273401
    
    (cherry picked from commit 09ec5e67a7a6605e5a58a2e3e82dab243a90609a)
---
 lib/libc/gen/scandir.3       | 4 ++--
 lib/libc/string/strverscmp.3 | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/lib/libc/gen/scandir.3 b/lib/libc/gen/scandir.3
index 024e9947e682..e6d1fb38c2b1 100644
--- a/lib/libc/gen/scandir.3
+++ b/lib/libc/gen/scandir.3
@@ -27,7 +27,7 @@
 .\"
 .\"     @(#)scandir.3	8.1 (Berkeley) 6/4/93
 .\"
-.Dd August 23, 2022
+.Dd August 31, 2023
 .Dt SCANDIR 3
 .Os
 .Sh NAME
@@ -189,4 +189,4 @@ and
 .Fn
 versionsort
 functions were added in
-.Fx 14.0 .
+.Fx 13.2 .
diff --git a/lib/libc/string/strverscmp.3 b/lib/libc/string/strverscmp.3
index e4413fb96e36..495e5c8780c1 100644
--- a/lib/libc/string/strverscmp.3
+++ b/lib/libc/string/strverscmp.3
@@ -1,6 +1,6 @@
 .\" SPDX-License-Identifier: BSD-2-Clause
 .\" Copyright (c) 2022 Aymeric Wibo <obiwac@gmail.com>
-.Dd July 11, 2022
+.Dd August 31, 2023
 .Dt STRVERSCMP 3
 .Os
 .Sh NAME
@@ -53,4 +53,4 @@ function is a GNU extension and conforms to no standard.
 The
 .Fn strverscmp
 function was added in
-.Fx 14.0 .
+.Fx 13.2 .



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202309030520.3835KGYL092232>