git: 620a1fc2a2 - main - add DragonFly 1.x .. 6.4.0 manual pages
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 31 Mar 2024 16:26:05 UTC
The branch main has been updated by wosch: URL: https://cgit.FreeBSD.org/doc/commit/?id=620a1fc2a27baa8e99a12408771d98064f328a82 commit 620a1fc2a27baa8e99a12408771d98064f328a82 Author: Wolfram Schneider <wosch@FreeBSD.org> AuthorDate: 2024-03-31 16:25:20 +0000 Commit: Wolfram Schneider <wosch@FreeBSD.org> CommitDate: 2024-03-31 16:25:20 +0000 add DragonFly 1.x .. 6.4.0 manual pages --- website/content/en/cgi/man.cgi | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/website/content/en/cgi/man.cgi b/website/content/en/cgi/man.cgi index e4e8f58f01..7c75e73434 100755 --- a/website/content/en/cgi/man.cgi +++ b/website/content/en/cgi/man.cgi @@ -754,6 +754,14 @@ $manPathDefault = 'FreeBSD 14.0-RELEASE and Ports'; 'Debian 7.8.0', "$manLocalDir/Debian-7.8.0/man:$manLocalDir/Debian-7.8.0/misc", 'Debian 8.1.0', "$manLocalDir/Debian-8.1.0/man:$manLocalDir/Debian-8.1.0/misc", + 'DragonFly 6.4.0', "$manLocalDir/DragonFly-6.4.0", + 'DragonFly 5.8.3', "$manLocalDir/DragonFly-5.8.3", + 'DragonFly 4.8.1', "$manLocalDir/DragonFly-4.8.1", + 'DragonFly 3.8.2', "$manLocalDir/DragonFly-3.8.2", + 'DragonFly 2.10.1', "$manLocalDir/DragonFly-2.10.1", + 'DragonFly 1.12.1', "$manLocalDir/DragonFly-1.12.1", + 'DragonFly 1.0A', "$manLocalDir/DragonFly-1.0A", + 'HP-UX 11.22', "$manLocalDir/HP-UX-11.22", 'HP-UX 11.20', "$manLocalDir/HP-UX-11.20", 'HP-UX 11.11', "$manLocalDir/HP-UX-11.11", @@ -991,6 +999,7 @@ while ( ( $key, $val ) = each %manPath ) { 'redhat', 'Red Hat 9', 'suse', 'SuSE 11.3', 'debian', 'Debian 7.7.0', + 'dragonfly', 'DragonFly 6.4.0', 'centos', 'CentOS 7.1', 'linux', 'Debian 7.7.0', 'darwin', 'Darwin 8.0.1/ppc', @@ -2115,6 +2124,7 @@ Copyright (c) for manual pages by OS vendors: <a href="https://www.apple.com">Apple</a>, <a href="https://www.centos.org">CentOS</a>, <a href="https://www.debian.org">Debian</a>, +<a href="https://www.dragonflybsd.org">DragonFly BSD</a>, <a href="https://www.freebsd.org">FreeBSD</a>, <a href="https://www.hp.com">HP</a>, <a href="https://en.wikipedia.org/wiki/IRIX">IRIX</a>,