]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
*/: Say GNU+Linux instead of GNU/Linux
authorAlejandro Colomar <alx@kernel.org>
Wed, 11 Feb 2026 17:04:15 +0000 (18:04 +0100)
committerAlejandro Colomar <alx@kernel.org>
Wed, 11 Feb 2026 17:04:15 +0000 (18:04 +0100)
Signed-off-by: Alejandro Colomar <alx@kernel.org>
README
lsm
man/man3/bstring.3
man/man5/hosts.5
man/man7/unicode.7
share/mk/build/pdf/book/front.roff
share/mk/build/pdf/book/prepare.pl

diff --git a/README b/README
index 026739af95ed9634aaf272ed7dbd04ca6748f32f..d994e3c12f285de3983cb6242113d25e84cd47de 100644 (file)
--- a/README
+++ b/README
@@ -1,8 +1,8 @@
 Name
-       Linux man-pages - manual pages for GNU/Linux
+       Linux man-pages - manual pages for GNU+Linux
 
 Synopsis
-       This package contains GNU/Linux manual pages for sections 1
+       This package contains GNU+Linux manual pages for sections 1
        through 8.
 
 Description
@@ -11,7 +11,7 @@ Description
        differences in other kernels or C libraries.
 
        These pages are most of the section 2, 3, 4, 5, 7 man pages for
-       GNU/Linux.  A few pages are provided in sections 1 and 8 for
+       GNU+Linux.  A few pages are provided in sections 1 and 8 for
        commands that are not documented in other packages, and there are
        a few pages in sections 5 and 8 for the timezone utilities.
 
diff --git a/lsm b/lsm
index 3fe11f7f78ad0732923ba9b28e2050d071618d8f..54781a94978f35f6773314b848768e7b5bfb17d4 100644 (file)
--- a/lsm
+++ b/lsm
@@ -2,7 +2,7 @@ Begin4
 Title:          Linux man-pages
 Version:        6.17
 Entered-date:   2026-02-11
-Description:    Manual pages for GNU/Linux.  This package contains
+Description:    Manual pages for GNU+Linux.  This package contains
                 manual pages for sections 2, 3, 4, 5, and 7, and
                 subsections of those.  Only a few pages are provided in
                 sections 1, 6, and 8, and none in 9.
index e224bb6aac556e869bff33b690b6fa361d898a82..c3b5782d355418765d060b209d7218370325b084 100644 (file)
@@ -64,7 +64,7 @@ Use
 and
 .BR memmove ()
 instead.
-.\" The old functions are not even available on some non-GNU/Linux systems.
+.\" The old functions are not even available on some non-GNU+Linux systems.
 .SH SEE ALSO
 .BR bcmp (3),
 .BR bcopy (3),
index 125dd1be949b0b254723448398c79a1957e33d99..d597d4bfc18444df7e53e9901266886ae1a6b42a 100644 (file)
@@ -117,4 +117,4 @@ ff02::2         ip6\-allrouters
 Internet RFC\ 952
 .\" .SH AUTHOR
 .\" This manual page was written by Manoj Srivastava <srivasta@debian.org>,
-.\" for the Debian GNU/Linux system.
+.\" for the Debian GNU+Linux system.
index 4cd17792b2c3b442ac8307c98c150b68a7d9b870..c5c0ad9add687a00251456cc4434cddffa022c51 100644 (file)
@@ -134,7 +134,7 @@ They provide guidelines and algorithms for
 editing, sorting, comparing, normalizing, converting, and displaying
 Unicode strings.
 .SS Unicode under Linux
-Under GNU/Linux, the C type
+Under GNU+Linux, the C type
 .I wchar_t
 is a signed 32-bit integer type.
 Its values are always interpreted
index c18ab6b926cd99203f58fef6cd048b050d2bd5dc..d1ca766bbaa330e34fbf5921aae245385bfe2898 100644 (file)
@@ -14,7 +14,7 @@
 .sp .6i
 .ad r
 .ps 52
-\m[maroon]GNU/Linux\m[]
+\m[maroon]GNU+Linux\m[]
 .sp 18p
 .ps 16
 \f[BMB]Programmer's Manual\fP
index b19ad7bb41633c1cd78201b844035504e01cf036..903413eb5c1fecf22d1c147a02bdbdfc32c6e357 100755 (executable)
@@ -87,7 +87,7 @@ BuildBook();
 
 sub BuildBook
 {
-       print ".pdfpagenumbering D . 1\n.nr PDFOUTLINE.FOLDLEVEL 0\n.defcolor pdf:href.colour rgb 0.00 0.25 0.75\n.pdfinfo /Title \"GNU/Linux Programmer's Manual\"\n.special TinosR S\n";
+       print ".pdfpagenumbering D . 1\n.nr PDFOUTLINE.FOLDLEVEL 0\n.defcolor pdf:href.colour rgb 0.00 0.25 0.75\n.pdfinfo /Title \"GNU+Linux Programmer's Manual\"\n.special TinosR S\n";
 
        foreach my $bkmark (sort sortman keys %files) {
                BuildPage($bkmark);