aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorAlejandro Colomar <alx@kernel.org>2025-05-17 15:18:26 +0200
committerAlejandro Colomar <alx@kernel.org>2025-05-17 15:22:37 +0200
commitf99f884ddb8161dd9e16eeda7bee49fc2bff78be (patch)
tree35a235ddd1246ec917a1a841ed7c737352d14e32 /src
parent978b017d93e4e32b752b33877e44a8365644630c (diff)
downloadman-pages-f99f884ddb8161dd9e16eeda7bee49fc2bff78be.tar.gz
*: grfix
Scripted change: $ grep -rl 'The authors of the Linux man-pages' \ | xargs sed -i '/Copyright, The authors of the Linux man-pages project/s/The/the/'; Reported-by: Josh Triplett <josh@joshtriplett.org> Signed-off-by: Alejandro Colomar <alx@kernel.org>
Diffstat (limited to 'src')
-rwxr-xr-xsrc/bin/diffman-git2
-rwxr-xr-xsrc/bin/mansect2
-rwxr-xr-xsrc/bin/pdfman2
-rwxr-xr-xsrc/bin/sortman2
4 files changed, 4 insertions, 4 deletions
diff --git a/src/bin/diffman-git b/src/bin/diffman-git
index 2a8e39af00..2b7701548a 100755
--- a/src/bin/diffman-git
+++ b/src/bin/diffman-git
@@ -1,6 +1,6 @@
#!/bin/bash
#
-# Copyright, The authors of the Linux man-pages project
+# Copyright, the authors of the Linux man-pages project
# SPDX-License-Identifier: GPL-3.0-or-later
set -Eeuo pipefail;
diff --git a/src/bin/mansect b/src/bin/mansect
index 57da29e351..85c13c0d7a 100755
--- a/src/bin/mansect
+++ b/src/bin/mansect
@@ -1,6 +1,6 @@
#!/bin/bash
#
-# Copyright, The authors of the Linux man-pages project
+# Copyright, the authors of the Linux man-pages project
# SPDX-License-Identifier: GPL-3.0-or-later
set -Eeuo pipefail;
diff --git a/src/bin/pdfman b/src/bin/pdfman
index 68beeecb8a..8818f932b5 100755
--- a/src/bin/pdfman
+++ b/src/bin/pdfman
@@ -1,6 +1,6 @@
#!/bin/bash
#
-# Copyright, The authors of the Linux man-pages project
+# Copyright, the authors of the Linux man-pages project
# SPDX-License-Identifier: GPL-3.0-or-later
set -Eeuo pipefail;
diff --git a/src/bin/sortman b/src/bin/sortman
index 9cea2a916f..9f88dfce19 100755
--- a/src/bin/sortman
+++ b/src/bin/sortman
@@ -1,6 +1,6 @@
#!/bin/sh
#
-# Copyright, The authors of the Linux man-pages project
+# Copyright, the authors of the Linux man-pages project
# SPDX-License-Identifier: GPL-3.0-or-later
sed -E '/\/intro./ s/.*\.([[:digit:]])/\10\t&/' \