svn commit: r53003 - head/en_US.ISO8859-1/htdocs/cgi
Wolfram Schneider
wosch at FreeBSD.org
Sat May 11 08:31:00 UTC 2019
Author: wosch
Date: Sat May 11 08:30:59 2019
New Revision: 53003
URL: https://svnweb.freebsd.org/changeset/doc/53003
Log:
IRIX-6.5.30: no pdf output, and add an alias
Modified:
head/en_US.ISO8859-1/htdocs/cgi/man.cgi
Modified: head/en_US.ISO8859-1/htdocs/cgi/man.cgi
==============================================================================
--- head/en_US.ISO8859-1/htdocs/cgi/man.cgi Sat May 11 07:14:18 2019 (r53002)
+++ head/en_US.ISO8859-1/htdocs/cgi/man.cgi Sat May 11 08:30:59 2019 (r53003)
@@ -771,6 +771,7 @@ my @no_pdf_output = (
'OpenBSD 4.7',
'OpenBSD 4.8',
'OpenBSD 4.9',
+ 'IRIX-6.5.30',
);
my %no_pdf_output = map { $_ => 1 } @no_pdf_output;
@@ -872,6 +873,7 @@ while ( ( $key, $val ) = each %manPath ) {
'xfree86', 'XFree86 4.7.0',
'ultrix', 'ULTRIX 4.2',
'hpux', 'HP-UX 11.22',
+ 'irix', 'IRIX-6.5.30',
'solaris', 'SunOS 5.10',
'sunos5', 'SunOS 5.10',
'sunos4', 'SunOS 4.1.3',
More information about the svn-doc-all
mailing list