git: 167822c651 - main - add openSUSE 13.x, 42.x, and 15.x manual pages
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 31 Aug 2024 09:50:23 UTC
The branch main has been updated by wosch: URL: https://cgit.FreeBSD.org/doc/commit/?id=167822c651216f58fd0708c0e209af404e437269 commit 167822c651216f58fd0708c0e209af404e437269 Author: Wolfram Schneider <wosch@FreeBSD.org> AuthorDate: 2024-08-31 09:49:35 +0000 Commit: Wolfram Schneider <wosch@FreeBSD.org> CommitDate: 2024-08-31 09:49:35 +0000 add openSUSE 13.x, 42.x, and 15.x manual pages --- website/content/en/cgi/man.cgi | 58 +++++++++++++++++++++++++++++++----------- 1 file changed, 43 insertions(+), 15 deletions(-) diff --git a/website/content/en/cgi/man.cgi b/website/content/en/cgi/man.cgi index 6c644ff6bf..612181c9f6 100755 --- a/website/content/en/cgi/man.cgi +++ b/website/content/en/cgi/man.cgi @@ -264,13 +264,28 @@ $sectionpath = { 'SuSE 11.2' => { 'path' => '0p:1:1p:2:3:3p:4:5:6:7:8:9:n:s', }, 'SuSE 11.3' => { 'path' => '0p:1:1p:2:3:3p:4:5:6:7:8:9:n:s', }, - 'OpenSuse 10.2' => { 'path' => '0p:1:1p:2:3:3p:4:5:6:7:8:9:g:n' }, - 'OpenSuse 10.3' => { 'path' => '0p:1:1p:2:3:3p:4:5:6:7:8:9:g:n' }, - 'OpenSuse 11.0' => { 'path' => '0p:1:1p:2:3:3p:4:5:6:7:8:9:g:n' }, - 'OpenSuse 11.1' => { 'path' => '0p:1:1p:2:3:3p:4:5:6:7:8:9:g:n' }, - 'OpenSuse 11.2' => { 'path' => '0p:1:1p:2:3:3p:4:5:6:7:8:9:g:n' }, - 'OpenSuse 11.3' => { 'path' => '0p:1:1p:2:3:3p:4:5:6:7:8:9:g:n' }, - 'OpenSuse 11.4' => { 'path' => '0p:1:1p:2:3:3p:4:5:6:7:8:9:g:n' }, + 'openSUSE 10.2' => { 'path' => '0p:1:1p:2:3:3p:4:5:6:7:8:9:g:n' }, + 'openSUSE 10.3' => { 'path' => '0p:1:1p:2:3:3p:4:5:6:7:8:9:g:n' }, + 'openSUSE 11.0' => { 'path' => '0p:1:1p:2:3:3p:4:5:6:7:8:9:g:n' }, + 'openSUSE 11.1' => { 'path' => '0p:1:1p:2:3:3p:4:5:6:7:8:9:g:n' }, + 'openSUSE 11.2' => { 'path' => '0p:1:1p:2:3:3p:4:5:6:7:8:9:g:n' }, + 'openSUSE 11.3' => { 'path' => '0p:1:1p:2:3:3p:4:5:6:7:8:9:g:n' }, + 'openSUSE 11.4' => { 'path' => '0p:1:1p:2:3:3p:4:5:6:7:8:9:g:n' }, + 'openSUSE 12.1' => { 'path' => '0p:1:1p:2:3:3p:4:5:6:7:8:9:g:n' }, + 'openSUSE 12.2' => { 'path' => '0p:1:1p:2:3:3p:4:5:6:7:8:9:g:n' }, + 'openSUSE 12.3' => { 'path' => '0p:1:1p:2:3:3p:4:5:6:7:8:9:g:n' }, + 'openSUSE 13.1' => { 'path' => '0p:1:1p:2:3:3p:4:5:6:7:8:9:g:n' }, + 'openSUSE 13.2' => { 'path' => '0p:1:1p:2:3:3p:4:5:6:7:8:9:g:n' }, + 'openSUSE 42.1' => { 'path' => '0p:1:1p:2:3:3p:4:5:6:7:8:9:g:n' }, + 'openSUSE 42.2' => { 'path' => '0p:1:1p:2:3:3p:4:5:6:7:8:9:g:n' }, + 'openSUSE 42.3' => { 'path' => '0p:1:1p:2:3:3p:4:5:6:7:8:9:g:n' }, + 'openSUSE 15.0' => { 'path' => '0p:1:1p:2:3:3p:4:5:6:7:8:9:g:n' }, + 'openSUSE 15.1' => { 'path' => '0p:1:1p:2:3:3p:4:5:6:7:8:9:g:n' }, + 'openSUSE 15.2' => { 'path' => '0p:1:1p:2:3:3p:4:5:6:7:8:9:g:n' }, + 'openSUSE 15.3' => { 'path' => '0p:1:1p:2:3:3p:4:5:6:7:8:9:g:n' }, + 'openSUSE 15.4' => { 'path' => '0p:1:1p:2:3:3p:4:5:6:7:8:9:g:n' }, + 'openSUSE 15.5' => { 'path' => '0p:1:1p:2:3:3p:4:5:6:7:8:9:g:n' }, + 'openSUSE 15.6' => { 'path' => '0p:1:1p:2:3:3p:4:5:6:7:8:9:g:n' }, }; foreach my $os ( keys %$sectionpath ) { @@ -815,13 +830,25 @@ $manPathDefault = 'FreeBSD 14.1-RELEASE and Ports'; 'SuSE ES 10 SP1', "$manLocalDir/SLES-10-SP1-i386", - 'OpenSuse 10.2', "$manLocalDir/OpenSuse-10.2", - 'OpenSuse 10.3', "$manLocalDir/OpenSuse-10.3", - #'OpenSuse 11.0', "$manLocalDir/OpenSuse-11.0", - #'OpenSuse 11.1', "$manLocalDir/OpenSuse-11.1", - 'OpenSuse 11.2', "$manLocalDir/OpenSuse-11.2", - 'OpenSuse 11.3', "$manLocalDir/OpenSuse-11.3", - 'OpenSuse 11.4', "$manLocalDir/OpenSuse-11.4", + 'openSUSE 10.2', "$manLocalDir/openSUSE-10.2", + 'openSUSE 10.3', "$manLocalDir/openSUSE-10.3", + #'openSUSE 11.0', "$manLocalDir/openSUSE-11.0", + #'openSUSE 11.1', "$manLocalDir/openSUSE-11.1", + 'openSUSE 11.2', "$manLocalDir/openSUSE-11.2", + 'openSUSE 11.3', "$manLocalDir/openSUSE-11.3", + 'openSUSE 11.4', "$manLocalDir/openSUSE-11.4", + 'openSUSE 13.1', "$manLocalDir/openSUSE-13.1", + 'openSUSE 13.2', "$manLocalDir/openSUSE-13.2", + 'openSUSE 42.1', "$manLocalDir/openSUSE-42.1", + 'openSUSE 42.2', "$manLocalDir/openSUSE-42.2", + 'openSUSE 42.3', "$manLocalDir/openSUSE-42.3", + 'openSUSE 15.0', "$manLocalDir/openSUSE-15.0", + 'openSUSE 15.1', "$manLocalDir/openSUSE-15.1", + 'openSUSE 15.2', "$manLocalDir/openSUSE-15.2", + 'openSUSE 15.3', "$manLocalDir/openSUSE-15.3-3", + 'openSUSE 15.4', "$manLocalDir/openSUSE-15.4", + 'openSUSE 15.5', "$manLocalDir/openSUSE-15.5", + 'openSUSE 15.6', "$manLocalDir/openSUSE-15.6", 'Debian 2.0.0', "$manLocalDir/Debian-2.0r0/man:$manLocalDir/Debian-2.0r0/misc", 'Debian 2.2.7', "$manLocalDir/Debian-2.2r7/man:$manLocalDir/Debian-2.2r7/misc", @@ -1106,6 +1133,7 @@ while ( ( $key, $val ) = each %manPath ) { 'netbsd', 'NetBSD 10.0', 'openbsd', 'OpenBSD 7.5', + 'opensuse', 'openSUSE 15.6', 'v7', 'Unix Seventh Edition', 'v7man', 'Unix Seventh Edition', 'x11', 'X11R7.4', @@ -2320,7 +2348,7 @@ Copyright (c) for manual pages by OS vendors: <a href="https://9p.io/plan9/">Plan 9</a>, <a href="https://en.wikipedia.org/wiki/Rhapsody_(operating_system)">Rhapsody</a>, <a href="https://www.oracle.com/solaris/technologies/">SunOS</a>, -<a href="https://www.opensuse.org">OpenSuse</a>, +<a href="https://www.opensuse.org">openSUSE</a>, <a href="https://rockylinux.org/">Rocky</a>, <a href="https://www.suse.com">SuSE</a>, <a href="https://ubuntu.com">Ubuntu</a>,