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.
This commit is contained in:
Guillem Jover 2023-03-03 01:27:31 +01:00
parent 59a21c7fb8
commit 5962e03c2d
2 changed files with 3 additions and 3 deletions

View 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.

View File

@ -79,4 +79,4 @@ functions first appeared in
.Nx 1.6 ,
.Fx 5.0
and
.Dx 2.1.1 .
.Dx 2.1 .