git: 1908f0e1f3 - main - add Minix 3.x.x manual pages
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 24 Mar 2024 10:39:32 UTC
The branch main has been updated by wosch:
URL: https://cgit.FreeBSD.org/doc/commit/?id=1908f0e1f3630d90d6c1b356abd0cf073e5e69ba
commit 1908f0e1f3630d90d6c1b356abd0cf073e5e69ba
Author: Wolfram Schneider <wosch@FreeBSD.org>
AuthorDate: 2024-03-24 10:39:01 +0000
Commit: Wolfram Schneider <wosch@FreeBSD.org>
CommitDate: 2024-03-24 10:39:01 +0000
add Minix 3.x.x manual pages
---
website/content/en/cgi/man.cgi | 10 +++++++++-
1 file changed, 9 insertions(+), 1 deletion(-)
diff --git a/website/content/en/cgi/man.cgi b/website/content/en/cgi/man.cgi
index e7be46d3ad..3ca0d100af 100755
--- a/website/content/en/cgi/man.cgi
+++ b/website/content/en/cgi/man.cgi
@@ -814,7 +814,14 @@ $manPathDefault = 'FreeBSD 14.0-RELEASE and Ports';
'Inferno 4th Edition', "$manLocalDir/Inferno",
'Plan 9', "$manLocalDir/plan9",
- 'Minix 2.0', "$manLocalDir/Minix-2.0",
+ 'Minix 2.0.0', "$manLocalDir/Minix-2.0.0",
+ 'Minix 3.1.5', "$manLocalDir/Minix-3.1.5",
+ 'Minix 3.1.6', "$manLocalDir/Minix-3.1.6",
+ 'Minix 3.1.7', "$manLocalDir/Minix-3.1.7",
+ 'Minix 3.1.7', "$manLocalDir/Minix-3.1.8",
+ 'Minix 3.2.0', "$manLocalDir/Minix-3.2.0",
+ 'Minix 3.2.1', "$manLocalDir/Minix-3.2.1",
+ 'Minix 3.3.0', "$manLocalDir/Minix-3.3.0",
'Unix Seventh Edition', "$manLocalDir/v7man",
"Darwin 1.3.1/x86", "$manLocalDir/Darwin-1.3.1-x86",
@@ -1006,6 +1013,7 @@ while ( ( $key, $val ) = each %manPath ) {
'plan9', 'Plan 9',
'osf1', 'OSF1 V5.1/alpha',
'true64', 'OSF1 V5.1/alpha',
+ 'minix', 'Minix 3.3.0',
);
#