From 4ffde404c2e262fc40ea105bfd53e7278efb8efa Mon Sep 17 00:00:00 2001 From: Alejandro Colomar Date: Fri, 9 May 2025 20:56:52 +0200 Subject: *, AUTHORS: Consistently refer to authors - Rename the file CREDITS => AUTHORS - Say 'authors' in the copyright notice. Scripted change: $ grep -rn 'The contributors to the Linux man-pages' -l \ | xargs sed -i '/Copyright, The contributors to the Linux man-pages project/s/contributors to/authors of/' Suggested-by: Dave Martin Acked-by: "G. Branden Robinson" Signed-off-by: Alejandro Colomar --- man/man3/readdir_r.3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'man/man3/readdir_r.3') diff --git a/man/man3/readdir_r.3 b/man/man3/readdir_r.3 index 67d0641c65..2d0892e3b9 100644 --- a/man/man3/readdir_r.3 +++ b/man/man3/readdir_r.3 @@ -1,5 +1,5 @@ '\" t -.\" Copyright, The contributors to the Linux man-pages project +.\" Copyright, The authors of the Linux man-pages project .\" .\" SPDX-License-Identifier: Linux-man-pages-copyleft .\" -- cgit 1.2.3-korg