]> git.ipfire.org Git - thirdparty/libbsd.git/commitdiff
man: Fix BSD and glibc versions
authorGuillem Jover <guillem@hadrons.org>
Fri, 3 Mar 2023 00:27:31 +0000 (01:27 +0100)
committerGuillem Jover <guillem@hadrons.org>
Fri, 3 Mar 2023 00:35:31 +0000 (01:35 +0100)
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.

man/closefrom.3bsd
man/wcslcpy.3bsd

index 5f930f5dcbb42f6b4d9a8bfaf02158671ac17b5f..eff6c646c77b85af3067ff7489fb9a2e3813af0c 100644 (file)
@@ -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.
index 3a6169cb421ffd58170c4d7a4dcad6a25df56e33..61e1e979025c896155176fb3aa40f18a604fc3a5 100644 (file)
@@ -79,4 +79,4 @@ functions first appeared in
 .Nx 1.6 ,
 .Fx 5.0
 and
-.Dx 2.1.1 .
+.Dx 2.1 .