diff options
author | Wolfram Schneider <wosch@FreeBSD.org> | 2025-04-21 13:46:06 +0000 |
---|---|---|
committer | Wolfram Schneider <wosch@FreeBSD.org> | 2025-04-21 13:46:06 +0000 |
commit | 3cba51092db9188958a4cb0472e1ef5a76073dbc (patch) | |
tree | ad1eb13a634155278659549bad017ab8943b4bf8 | |
parent | c39a79680effb5ebe6b3b91475c388a0a31f02a3 (diff) |
-rwxr-xr-x | website/content/en/cgi/man.cgi | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/website/content/en/cgi/man.cgi b/website/content/en/cgi/man.cgi index e62c365797..5384f11b67 100755 --- a/website/content/en/cgi/man.cgi +++ b/website/content/en/cgi/man.cgi @@ -949,7 +949,10 @@ $manPathDefault = 'FreeBSD 14.2-RELEASE and Ports'; 'macOS 14.7.5', "$manLocalDir/macOS-14.7.5/man:$manLocalDir/macOS-14.7.5/developer-man:$manLocalDir/macOS-14.7.5/developer-platform-man:$manLocalDir/macOS-14.7.5/developer-platform-sdk-man:$manLocalDir/macOS-14.7.5/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", + 'macOS 11.1', "$manLocalDir/macOS-11.1", + 'macOS 10.15.0', "$manLocalDir/macOS-10.15.0", 'macOS 10.13.6', "$manLocalDir/macOS-10.13.6", + 'macOS 10.12.0', "$manLocalDir/macOS-10.12.0", #'XFree86 3.2', "$manLocalDir/XFree86-3.2", 'XFree86 2.1', "$manLocalDir/XFree86-2.1", |