libbsd: Branch 'main'

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Fri Mar 3 02:16:27 UTC 2023


 man/closefrom.3bsd |    4 ++--
 man/wcslcpy.3bsd   |    2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

New commits:
commit 5962e03c2d258269946588f034bb9ce35c868a1c
Author: Guillem Jover <guillem at hadrons.org>
Date:   Fri Mar 3 01:27:31 2023 +0100

    man: Fix BSD and glibc versions
    
    The versions used in the BSD macros are unknown, so they emit warnings,
    extend or reduce them to use the two digit form. Correct the glibc
    version when closefrom(3) got introduced.

diff --git a/man/closefrom.3bsd b/man/closefrom.3bsd
index 5f930f5..eff6c64 100644
--- a/man/closefrom.3bsd
+++ b/man/closefrom.3bsd
@@ -62,6 +62,6 @@ The
 function first appeared in Solaris 9,
 .Ox 3.5 ,
 .Dx 1.2 ,
-.Nx 3 ,
+.Nx 3.0 ,
 .Fx 8.0
-and glibc 2.26.
+and glibc 2.34.
diff --git a/man/wcslcpy.3bsd b/man/wcslcpy.3bsd
index 3a6169c..61e1e97 100644
--- a/man/wcslcpy.3bsd
+++ b/man/wcslcpy.3bsd
@@ -79,4 +79,4 @@ functions first appeared in
 .Nx 1.6 ,
 .Fx 5.0
 and
-.Dx 2.1.1 .
+.Dx 2.1 .


More information about the libbsd mailing list