From 5962e03c2d258269946588f034bb9ce35c868a1c Mon Sep 17 00:00:00 2001 From: Guillem Jover Date: Fri, 3 Mar 2023 01:27:31 +0100 Subject: [PATCH] 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. --- man/closefrom.3bsd | 4 ++-- man/wcslcpy.3bsd | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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 .