added Solaris 5.10
This commit is contained in:
parent
09d49a974c
commit
efde1ab6fc
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=27722
1 changed files with 8 additions and 4 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.153 2006-02-17 09:03:50 wosch Exp $
|
||||
# $Id: man.cgi,v 1.154 2006-05-06 19:36:29 wosch Exp $
|
||||
|
||||
#use Data::Dumper;
|
||||
#use Carp;
|
||||
|
@ -92,6 +92,9 @@ $sectionpath = {
|
|||
'HP-UX 10.20' => { 'path' => '1:1m:2:3:4:5:7:9' },
|
||||
'HP-UX 10.10' => { 'path' => '1:1m:2:3:4:5:7:9' },
|
||||
'HP-UX 10.01' => { 'path' => '1:1m:2:3:4:5:7:9' },
|
||||
'SunOS 5.10' => {
|
||||
'path' => '1:1m:1s:1as:2:3:3c:3malloc:3nsl:3socket:3ldap:3nisdb:3rac:3resolv:3rpc:3slp:3proc:3rt:3c_db:3elf:3kvm:3kstat:3m:3mp:3mvec:3pam:3aio:3bsm:3tsol:3contract:3cpc:3sec:3secdb:3smartcard:3cfgadm:3crypt:3devid:3devinfo:3door:3lib:3libucb:3head:3nvpair:3rsm:7:7d:7fs:7i:7ipp:7m:7p:9:9e:9f:9p:9s:4:5:4b:3gen:3exacct:3sysevent:3uuid:3wsreg:3dmi:3snmp:3tnf:3volmgt:3mail:3layout:3ext:3picl:3picltree:3pool:3project:3perl:3lgrp:3sasl:3scf:3dat:3hbaapi:3tecla:1b:1c:1f:3ucb:3xnet:3curses:3plot:3xcurses:3gss:6:3tiff:3fontconfig:3mlib:l:n',
|
||||
},
|
||||
'SunOS 5.9' => {
|
||||
'path' => '1:1m:1s:2:3:3c:3malloc:3dl:3nsl:3socket:3ldap:3nisdb:3rac:3resolv:3rpc:3slp:3xfn:3proc:3rt:3thr:3elf:3kvm:3kstat:3m:3mp:3pam:3sched:3aio:3bsm:3cpc:3sec:3secdb:3cfgadm:3crypt:3devid:3devinfo:3door:3lib:3libucb:3head:3nvpair:3rsm:7:7d:7fs:7i:7m:7p:9:9e:9f:9p:9s:4:5:4b:3gen:3exacct:3sysevent:3wsreg:3dmi:3snmp:3tnf:3volmgt:3mail:3layout:3ext:3picl:3picltree:3pool:3project:1b:1c:1f:3ucb:3xnet:3curses:3plot:3xcurses:3gss:6:l:n',
|
||||
},
|
||||
|
@ -295,6 +298,7 @@ $manPathDefault = 'FreeBSD 6.0-RELEASE and Ports';
|
|||
'HP-UX 10.10', "$manLocalDir/HP-UX-10.10",
|
||||
'HP-UX 10.01', "$manLocalDir/HP-UX-10.01",
|
||||
|
||||
'SunOS 5.10', "$manLocalDir/SunOS-5.10",
|
||||
'SunOS 5.9', "$manLocalDir/SunOS-5.9",
|
||||
'SunOS 5.8', "$manLocalDir/SunOS-5.8",
|
||||
'SunOS 5.7', "$manLocalDir/SunOS-5.7",
|
||||
|
@ -374,8 +378,8 @@ while (($key,$val) = each %manPath) {
|
|||
'xfree86', 'XFree86 4.4.0',
|
||||
'ultrix', 'ULTRIX 4.2',
|
||||
'hpux', 'HP-UX 11.22',
|
||||
'solaris', 'SunOS 5.9',
|
||||
'sunos5', 'SunOS 5.9',
|
||||
'solaris', 'SunOS 5.10',
|
||||
'sunos5', 'SunOS 5.10',
|
||||
'sunos4', 'SunOS 4.1.3',
|
||||
'sunos', 'SunOS 4.1.3',
|
||||
'freebsd ports', 'FreeBSD Ports 6.0-RELEASE',
|
||||
|
@ -1073,7 +1077,7 @@ ETX
|
|||
}
|
||||
|
||||
sub copyright {
|
||||
$id = '$Id: man.cgi,v 1.153 2006-02-17 09:03:50 wosch Exp $';
|
||||
$id = '$Id: man.cgi,v 1.154 2006-05-06 19:36:29 wosch Exp $';
|
||||
|
||||
return qq{\
|
||||
<PRE>
|
||||
|
|
Loading…
Reference in a new issue