git: 9e7a24510f - main - add manual pages for macOS 15.0

From: Wolfram Schneider <wosch_at_FreeBSD.org>
Date: Tue, 17 Sep 2024 15:48:37 UTC
The branch main has been updated by wosch:

URL: https://cgit.FreeBSD.org/doc/commit/?id=9e7a24510f4bbe88902a3334b5f2b8bdffccf6ca

commit 9e7a24510f4bbe88902a3334b5f2b8bdffccf6ca
Author:     Wolfram Schneider <wosch@FreeBSD.org>
AuthorDate: 2024-09-17 15:48:27 +0000
Commit:     Wolfram Schneider <wosch@FreeBSD.org>
CommitDate: 2024-09-17 15:48:27 +0000

    add manual pages for macOS 15.0
---
 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 b288e5cf00..6ab648a3ee 100755
--- a/website/content/en/cgi/man.cgi
+++ b/website/content/en/cgi/man.cgi
@@ -913,6 +913,7 @@ $manPathDefault = 'FreeBSD 14.1-RELEASE and Ports';
     # alias SunOS 0.4, apparently released in April 1983 based on 4.2BSD beta
     'Sun UNIX 0.4', "$manLocalDir/Sun-UNIX-0.4",
 
+    'macOS 15.0',   "$manLocalDir/macOS-15.0/man:$manLocalDir/macOS-15.0/developer-man:$manLocalDir/macOS-15.0/developer-platform-sdk-man:$manLocalDir/macOS-15.0/xctoolchain-man",  
     'macOS 14.3.1', "$manLocalDir/macOS-14.3.1/man:$manLocalDir/macOS-14.3.1/developer-man:$manLocalDir/macOS-14.3.1/developer-platform-man:$manLocalDir/macOS-14.3.1/developer-platform-sdk-man:$manLocalDir/macOS-14.3.1/xctoolchain-man",  
     'macOS 13.6.5', "$manLocalDir/macOS-13.6.5/man:$manLocalDir/macOS-13.6.5/developer-man:$manLocalDir/macOS-13.6.5/developer-platform-man:$manLocalDir/macOS-13.6.5/developer-platform-sdk-man:$manLocalDir/macOS-13.6.5/xctoolchain-man",  
     'macOS 12.7.3', "$manLocalDir/macOS-12.7.3/man:$manLocalDir/macOS-12.7.3/developer-man:$manLocalDir/macOS-12.7.3/developer-platform-man:$manLocalDir/macOS-12.7.3/developer-platform-sdk-man:$manLocalDir/macOS-12.7.3/xctoolchain-man",
@@ -1150,7 +1151,7 @@ while ( ( $key, $val ) = each %manPath ) {
     'sunos5',        'SunOS 5.10',
     'sunos4',        'SunOS 4.1.3',
     'sunos',         'SunOS 4.1.3',
-    'macos',         'macOS 14.3.1',
+    'macos',         'macOS 15.0',
     'plan9',         'Plan 9',
     'osf1',          'OSF1 V5.1/alpha',
     'true64',        'OSF1 V5.1/alpha',