Date: Thu, 2 Oct 2025 15:46:24 GMT From: Wolfram Schneider <wosch@FreeBSD.org> To: doc-committers@FreeBSD.org, dev-commits-doc-all@FreeBSD.org Subject: git: 72a101bc65 - main - add openSUSE 16.0 manpages Message-ID: <202510021546.592FkOCE090294@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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",
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202510021546.592FkOCE090294>
