aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWolfram Schneider <wosch@FreeBSD.org>2024-04-08 08:43:06 +0000
committerWolfram Schneider <wosch@FreeBSD.org>2024-04-08 08:43:06 +0000
commit7ff1bf254999b93bc86c2ad76532d7a412598655 (patch)
tree05d697629fe7479617be615057b868d252b801b1
parent8f2b89f92fbd4262f5f5dffd19c42ffce3b6727e (diff)
downloaddoc-7ff1bf254999b93bc86c2ad76532d7a412598655.tar.gz
doc-7ff1bf254999b93bc86c2ad76532d7a412598655.zip
add Ubuntu 20.04 (jammy) manual pages
-rwxr-xr-xwebsite/content/en/cgi/man.cgi3
1 files changed, 3 insertions, 0 deletions
diff --git a/website/content/en/cgi/man.cgi b/website/content/en/cgi/man.cgi
index 73ce1479c7..ea5dca80ec 100755
--- a/website/content/en/cgi/man.cgi
+++ b/website/content/en/cgi/man.cgi
@@ -815,6 +815,8 @@ $manPathDefault = 'FreeBSD 14.0-RELEASE and Ports';
'Debian 11.9.0', "$manLocalDir/Debian-11.9.0/man:$manLocalDir/Debian-11.9.0/misc",
'Debian 12.5.0', "$manLocalDir/Debian-12.5.0/man:$manLocalDir/Debian-12.5.0/misc",
+ 'Ubuntu 20.04 jammy', "$manLocalDir/Ubuntu-jammy-20.04/man:$manLocalDir/Ubuntu-jammy-20.04/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",
@@ -1061,6 +1063,7 @@ while ( ( $key, $val ) = each %manPath ) {
'redhat', 'Red Hat 9',
'suse', 'SuSE 11.3',
'debian', 'Debian 12.5.0',
+ 'ubuntu', 'Ubuntu 20.04 jammy',
'dragonfly', 'DragonFly 6.4.0',
'centos', 'CentOS 7.9',
'rocky', 'Rocky 9.3',