git: 0288c0935a - main - add Ubuntu 24.04 noble manual pages

From: Wolfram Schneider <wosch_at_FreeBSD.org>
Date: Fri, 26 Apr 2024 15:52:58 UTC
The branch main has been updated by wosch:

URL: https://cgit.FreeBSD.org/doc/commit/?id=0288c0935af1bba91b285fdc48e78c2952eea11c

commit 0288c0935af1bba91b285fdc48e78c2952eea11c
Author:     Wolfram Schneider <wosch@FreeBSD.org>
AuthorDate: 2024-04-26 15:52:07 +0000
Commit:     Wolfram Schneider <wosch@FreeBSD.org>
CommitDate: 2024-04-26 15:52:55 +0000

    add Ubuntu 24.04 noble manual pages
---
 website/content/en/cgi/man.cgi | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/website/content/en/cgi/man.cgi b/website/content/en/cgi/man.cgi
index 0afb4de294..24c11be53b 100755
--- a/website/content/en/cgi/man.cgi
+++ b/website/content/en/cgi/man.cgi
@@ -818,6 +818,7 @@ $manPathDefault = 'FreeBSD 14.0-RELEASE and Ports';
 
     'Ubuntu 23.10 mantic', "$manLocalDir/Ubuntu-mantic-23.10/man:$manLocalDir/Ubuntu-mantic-23.10/misc",
 
+    'Ubuntu 24.04 noble', "$manLocalDir/Ubuntu-noble-24.04/man:$manLocalDir/Ubuntu-noble-24.04/misc",
     'Ubuntu 22.04 jammy', "$manLocalDir/Ubuntu-jammy-22.04/man:$manLocalDir/Ubuntu-jammy-22.04/misc",
     'Ubuntu 20.04 focal', "$manLocalDir/Ubuntu-focal-20.04/man:$manLocalDir/Ubuntu-focal-20.04/misc",
     'Ubuntu 18.04 bionic', "$manLocalDir/Ubuntu-bionic-18.04/man:$manLocalDir/Ubuntu-bionic-18.04/misc",
@@ -1070,7 +1071,7 @@ while ( ( $key, $val ) = each %manPath ) {
     'redhat',     'Red Hat 9',
     'suse',       'SuSE 11.3',
     'debian',     'Debian 12.5.0',
-    'ubuntu',     'Ubuntu 22.04 jammy',
+    'ubuntu',     'Ubuntu 24.04 noble',
     'dragonfly',  'DragonFly 6.4.0',
     'centos',     'CentOS 7.9',
     'rocky',      'Rocky 9.3',