add new man pages: XFree86 4.5.0, X11R6.8.2, X11R6.9.0 (default for X11)
This commit is contained in:
parent
fcb30023e4
commit
36c5768312
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=30541
1 changed files with 8 additions and 5 deletions
|
@ -33,7 +33,7 @@
|
|||
# BSDI Id: bsdi-man,v 1.2 1995/01/11 02:30:01 polk Exp
|
||||
# Dual CGI/Plexus mode and new interface by sanders@bsdi.com 9/22/1995
|
||||
#
|
||||
# $Id: man.cgi,v 1.182 2007-07-28 19:43:01 wosch Exp $
|
||||
# $Id: man.cgi,v 1.183 2007-07-29 15:03:51 wosch Exp $
|
||||
|
||||
############################################################################
|
||||
# !!! man.cgi is stale perl4 code !!!
|
||||
|
@ -334,8 +334,11 @@ $manPathDefault = 'FreeBSD 6.2-RELEASE';
|
|||
'XFree86 4.2.99.3', "$manLocalDir/XFree86-4.2.99.3",
|
||||
'XFree86 4.3.0', "$manLocalDir/XFree86-4.3.0",
|
||||
'XFree86 4.4.0', "$manLocalDir/XFree86-4.4.0",
|
||||
'XFree86 4.5.0', "$manLocalDir/XFree86-4.5.0",
|
||||
|
||||
'X11R6.7.0', "$manLocalDir/X11R6.7.0",
|
||||
'X11R6.8.2', "$manLocalDir/X11R6.8.2",
|
||||
'X11R6.9.0', "$manLocalDir/X11R6.9.0",
|
||||
|
||||
'ULTRIX 4.2', "$manLocalDir/ULTRIX-4.2",
|
||||
'OSF1 V4.0/alpha', "$manLocalDir/OSF1-V4.0-alpha",
|
||||
|
@ -390,8 +393,8 @@ while ( ( $key, $val ) = each %manPath ) {
|
|||
'openbsd', 'OpenBSD 4.1',
|
||||
'v7', 'Unix Seventh Edition',
|
||||
'v7man', 'Unix Seventh Edition',
|
||||
'x11', 'X11R6.7.0',
|
||||
'xfree86', 'XFree86 4.4.0',
|
||||
'x11', 'X11R6.9.0',
|
||||
'xfree86', 'XFree86 4.5.0',
|
||||
'ultrix', 'ULTRIX 4.2',
|
||||
'hpux', 'HP-UX 11.22',
|
||||
'solaris', 'SunOS 5.10',
|
||||
|
@ -1170,7 +1173,7 @@ ETX
|
|||
}
|
||||
|
||||
sub copyright {
|
||||
$id = '$Id: man.cgi,v 1.182 2007-07-28 19:43:01 wosch Exp $';
|
||||
$id = '$Id: man.cgi,v 1.183 2007-07-29 15:03:51 wosch Exp $';
|
||||
|
||||
return qq{\
|
||||
<pre>
|
||||
|
@ -1226,7 +1229,7 @@ sub faq {
|
|||
if $manPathAliases{$_};
|
||||
}
|
||||
|
||||
local $id = '$Id: man.cgi,v 1.182 2007-07-28 19:43:01 wosch Exp $';
|
||||
local $id = '$Id: man.cgi,v 1.183 2007-07-29 15:03:51 wosch Exp $';
|
||||
return qq{\
|
||||
<pre>
|
||||
Copyright (c) 1996-2007 <a href="$mailtoURL">Wolfram Schneider</a>
|
||||
|
|
Loading…
Reference in a new issue