Date: Tue, 16 Sep 2025 18:11:07 GMT From: Wolfram Schneider <wosch@FreeBSD.org> To: doc-committers@FreeBSD.org, dev-commits-doc-all@FreeBSD.org Subject: git: ae3ba0293b - main - add manual pages for macOS 26.0 Message-ID: <202509161811.58GIB7Bw050815@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by wosch: URL: https://cgit.FreeBSD.org/doc/commit/?id=ae3ba0293b01a61cfd6cd79bdd2d2802ce91ceca commit ae3ba0293b01a61cfd6cd79bdd2d2802ce91ceca Author: Wolfram Schneider <wosch@FreeBSD.org> AuthorDate: 2025-09-16 18:10:58 +0000 Commit: Wolfram Schneider <wosch@FreeBSD.org> CommitDate: 2025-09-16 18:10:58 +0000 add manual pages for macOS 26.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 5154aaba6c..8f8b82104b 100755 --- a/website/content/en/cgi/man.cgi +++ b/website/content/en/cgi/man.cgi @@ -999,6 +999,7 @@ $manPathDefault = 'FreeBSD 14.3-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 26.0', "$manLocalDir/macOS-26.0/man:$manLocalDir/macOS-26.0/developer-man:$manLocalDir/macOS-26.0/developer-platform-sdk-man:$manLocalDir/macOS-26.0/xctoolchain-man", 'macOS 15.6', "$manLocalDir/macOS-15.6/man:$manLocalDir/macOS-15.6/developer-man:$manLocalDir/macOS-15.6/developer-platform-sdk-man:$manLocalDir/macOS-15.6/xctoolchain-man", 'macOS 14.7.7', "$manLocalDir/macOS-14.7.7/man:$manLocalDir/macOS-14.7.7/developer-man:$manLocalDir/macOS-14.7.7/developer-platform-man:$manLocalDir/macOS-14.7.7/developer-platform-sdk-man:$manLocalDir/macOS-14.7.7/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", @@ -1246,7 +1247,7 @@ while ( ( $key, $val ) = each %manPath ) { 'sunos5', 'SunOS 5.10', 'sunos4', 'SunOS 4.1.3', 'sunos', 'SunOS 4.1.3', - 'macos', 'macOS 15.6', + 'macos', 'macOS 26.0', 'plan9', 'Plan 9', 'osf1', 'OSF1 V5.1/alpha', 'true64', 'OSF1 V5.1/alpha',
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202509161811.58GIB7Bw050815>
