From: Alejandro Colomar Date: Wed, 11 Feb 2026 17:04:15 +0000 (+0100) Subject: */: Say GNU+Linux instead of GNU/Linux X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2ac2562f7fe5a1c74ec6e683c111ef1944a7ec5d;p=thirdparty%2Fman-pages.git */: Say GNU+Linux instead of GNU/Linux Signed-off-by: Alejandro Colomar --- diff --git a/README b/README index 026739af9..d994e3c12 100644 --- 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 3fe11f7f7..54781a949 100644 --- 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. diff --git a/man/man3/bstring.3 b/man/man3/bstring.3 index e224bb6aa..c3b5782d3 100644 --- a/man/man3/bstring.3 +++ b/man/man3/bstring.3 @@ -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), diff --git a/man/man5/hosts.5 b/man/man5/hosts.5 index 125dd1be9..d597d4bfc 100644 --- a/man/man5/hosts.5 +++ b/man/man5/hosts.5 @@ -117,4 +117,4 @@ ff02::2 ip6\-allrouters Internet RFC\ 952 .\" .SH AUTHOR .\" This manual page was written by Manoj Srivastava , -.\" for the Debian GNU/Linux system. +.\" for the Debian GNU+Linux system. diff --git a/man/man7/unicode.7 b/man/man7/unicode.7 index 4cd17792b..c5c0ad9ad 100644 --- a/man/man7/unicode.7 +++ b/man/man7/unicode.7 @@ -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 diff --git a/share/mk/build/pdf/book/front.roff b/share/mk/build/pdf/book/front.roff index c18ab6b92..d1ca766bb 100644 --- a/share/mk/build/pdf/book/front.roff +++ b/share/mk/build/pdf/book/front.roff @@ -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 diff --git a/share/mk/build/pdf/book/prepare.pl b/share/mk/build/pdf/book/prepare.pl index b19ad7bb4..903413eb5 100755 --- a/share/mk/build/pdf/book/prepare.pl +++ b/share/mk/build/pdf/book/prepare.pl @@ -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);