Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 11 May 2019 08:30:59 +0000 (UTC)
From:      Wolfram Schneider <wosch@FreeBSD.org>
To:        doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org
Subject:   svn commit: r53003 - head/en_US.ISO8859-1/htdocs/cgi
Message-ID:  <201905110830.x4B8Ux5v086749@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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',



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201905110830.x4B8Ux5v086749>