git: 7ff1bf2549 - main - add Ubuntu 20.04 (jammy) manual pages
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 08 Apr 2024 08:43:56 UTC
The branch main has been updated by wosch:
URL: https://cgit.FreeBSD.org/doc/commit/?id=7ff1bf254999b93bc86c2ad76532d7a412598655
commit 7ff1bf254999b93bc86c2ad76532d7a412598655
Author: Wolfram Schneider <wosch@FreeBSD.org>
AuthorDate: 2024-04-08 08:43:06 +0000
Commit: Wolfram Schneider <wosch@FreeBSD.org>
CommitDate: 2024-04-08 08:43:06 +0000
add Ubuntu 20.04 (jammy) manual pages
---
website/content/en/cgi/man.cgi | 3 +++
1 file changed, 3 insertions(+)
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',