git: 72a101bc65 - main - add openSUSE 16.0 manpages
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 02 Oct 2025 15:46:24 UTC
The branch main has been updated by wosch: URL: https://cgit.FreeBSD.org/doc/commit/?id=72a101bc65cab051ce6880a407ba44f26055d67e commit 72a101bc65cab051ce6880a407ba44f26055d67e Author: Wolfram Schneider <wosch@FreeBSD.org> AuthorDate: 2025-10-02 15:45:59 +0000 Commit: Wolfram Schneider <wosch@FreeBSD.org> CommitDate: 2025-10-02 15:45:59 +0000 add openSUSE 16.0 manpages --- website/content/en/cgi/man.cgi | 2 ++ 1 file changed, 2 insertions(+) diff --git a/website/content/en/cgi/man.cgi b/website/content/en/cgi/man.cgi index 19730ac5d3..65205c3736 100755 --- a/website/content/en/cgi/man.cgi +++ b/website/content/en/cgi/man.cgi @@ -334,6 +334,7 @@ $sectionpath = { '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' }, + 'openSUSE 16.0' => { 'path' => '0p:1:1p:2:3:3p:4:5:6:7:8:9:g:n' }, }; foreach my $os ( keys %$sectionpath ) { @@ -929,6 +930,7 @@ $manPathDefault = 'FreeBSD 14.3-RELEASE and Ports'; 'openSUSE 15.4', "$manLocalDir/openSUSE-15.4", 'openSUSE 15.5', "$manLocalDir/openSUSE-15.5", 'openSUSE 15.6', "$manLocalDir/openSUSE-15.6", + 'openSUSE 16.0', "$manLocalDir/openSUSE-16.0", '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",