Commit 5962e03c2d258269946588f034bb9ce35c868a1c

Guillem Jover 2023-03-03T01:27:31

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 .