git: 9fdbd78981 - main - add OpenBSD 7.4 manual pages
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 19 Oct 2023 07:32:53 UTC
The branch main has been updated by wosch: URL: https://cgit.FreeBSD.org/doc/commit/?id=9fdbd78981e3922f43547ecd278d268865357df5 commit 9fdbd78981e3922f43547ecd278d268865357df5 Author: Wolfram Schneider <wosch@FreeBSD.org> AuthorDate: 2023-10-19 07:32:33 +0000 Commit: Wolfram Schneider <wosch@FreeBSD.org> CommitDate: 2023-10-19 07:32:33 +0000 add OpenBSD 7.4 manual pages --- website/content/en/cgi/man.cgi | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/website/content/en/cgi/man.cgi b/website/content/en/cgi/man.cgi index bd22048c6e..510f160443 100755 --- a/website/content/en/cgi/man.cgi +++ b/website/content/en/cgi/man.cgi @@ -187,6 +187,7 @@ $sectionpath = { 'OpenBSD 7.1' => { 'path' => '1:2:3:3p:4:5:6:7:8:9', }, 'OpenBSD 7.2' => { 'path' => '1:2:3:3p:4:5:6:7:8:9', }, 'OpenBSD 7.3' => { 'path' => '1:2:3:3p:4:5:6:7:8:9', }, + 'OpenBSD 7.4' => { 'path' => '1:2:3:3p:4:5:6:7:8:9', }, 'CentOS 3.9' => { 'path' => '1:2:3:3p:4:5:6:7:8:9:n', }, 'CentOS 4.8' => { 'path' => '1:1p:2:3:3p:4:5:6:7:8:9:n:0p', }, @@ -621,6 +622,7 @@ $manPathDefault = 'FreeBSD 13.2-RELEASE and Ports'; 'OpenBSD 7.1', "$manLocalDir/OpenBSD-7.1", 'OpenBSD 7.2', "$manLocalDir/OpenBSD-7.2", 'OpenBSD 7.3', "$manLocalDir/OpenBSD-7.3", + 'OpenBSD 7.4', "$manLocalDir/OpenBSD-7.4", #'NetBSD 0.9', "$manLocalDir/NetBSD-0.9", 'NetBSD 1.0', "$manLocalDir/NetBSD-1.0", @@ -934,6 +936,7 @@ my %arch = ( 'OpenBSD 7.1' => { 'arch' => [qw/alpha amd64 arm64 armv7 hppa i386 landisk loongson luna88k macppc octeon powerpc64 riscv64 sparc64/] }, 'OpenBSD 7.2' => { 'arch' => [qw/alpha amd64 arm64 armv7 hppa i386 landisk loongson luna88k macppc octeon powerpc64 riscv64 sparc64/] }, 'OpenBSD 7.3' => { 'arch' => [qw/alpha amd64 arm64 armv7 hppa i386 landisk loongson luna88k macppc octeon powerpc64 riscv64 sparc64/] }, +'OpenBSD 7.4' => { 'arch' => [qw/alpha amd64 arm64 armv7 hppa i386 landisk loongson luna88k macppc octeon powerpc64 riscv64 sparc64/] }, ); # delete not existing releases @@ -977,7 +980,7 @@ while ( ( $key, $val ) = each %manPath ) { 'macosx', 'Darwin 8.0.1/ppc', 'netbsd', 'NetBSD 9.3', - 'openbsd', 'OpenBSD 7.3', + 'openbsd', 'OpenBSD 7.4', 'v7', 'Unix Seventh Edition', 'v7man', 'Unix Seventh Edition', 'x11', 'X11R7.4',