From b324e17d3208c940622ab192609b836928d5aa8d Mon Sep 17 00:00:00 2001 From: Alejandro Colomar Date: Sun, 4 Dec 2022 20:38:06 +0100 Subject: Many pages: wfix Refer consistently to software versions. In most cases, it is done as . In the case of Linux and glibc, use the project name, instead of other terms such as 'kernel' or 'library'. I found the uses of inconsistent language with the following: $ find man* -type f \ | xargs grep -i '\(since\|before\|after\|until\|to\|from\|in\|between\|version\|with\) \(kernel\|version\|2\.\|3\.\|4\.\|5\.\)' \ | sort However, I might have missed some cases. Anyway, 99% consistency is pretty good consistency. We'll fix the remaining cases as we see them. Signed-off-by: Alejandro Colomar --- man3/readdir_r.3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'man3/readdir_r.3') diff --git a/man3/readdir_r.3 b/man3/readdir_r.3 index eaefbde873..38f87d1770 100644 --- a/man3/readdir_r.3 +++ b/man3/readdir_r.3 @@ -56,7 +56,7 @@ It is recommended that applications use .BR readdir (3) instead of .BR readdir_r (). -Furthermore, since version 2.24, glibc deprecates +Furthermore, since glibc 2.24, glibc deprecates .BR readdir_r (). The reasons are as follows: .IP \(bu 3 -- cgit 1.2.3-korg