Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 13 May 2019 16:16:48 +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: r53011 - head/en_US.ISO8859-1/htdocs/cgi
Message-ID:  <201905131616.x4DGGmEw072502@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: wosch
Date: Mon May 13 16:16:47 2019
New Revision: 53011
URL: https://svnweb.freebsd.org/changeset/doc/53011

Log:
  fix name for IRIX manual pages

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	Mon May 13 15:57:12 2019	(r53010)
+++ head/en_US.ISO8859-1/htdocs/cgi/man.cgi	Mon May 13 16:16:47 2019	(r53011)
@@ -105,7 +105,7 @@ $sectionpath = {
     'HP-UX 10.01' => { 'path' => '1:1m:2:3:4:5:7:9' },
     'HP-UX 9.07'  => { 'path' => '1:1m:2:3:4:5:7:9' },
 
-    'IRIX-6.5.30' => { 'path' => '1:1m:2:3:3c:3dm:3n:3x:4:5:7:9' },
+    'IRIX 6.5.30' => { 'path' => '1:1m:2:3:3c:3dm:3n:3x:4:5:7:9' },
 
     'SunOS 5.10'  => {
         'path' =>
@@ -733,7 +733,7 @@ $manPathDefault = 'FreeBSD 12.0-RELEASE and Ports';
 );
 
 my @no_html_output = (
-    'IRIX-6.5.30'
+    'IRIX 6.5.30'
 );
 
 my @no_pdf_output = (
@@ -775,7 +775,7 @@ my @no_pdf_output = (
     'OpenBSD 4.7',
     'OpenBSD 4.8',
     'OpenBSD 4.9',
-    'IRIX-6.5.30',
+    'IRIX 6.5.30',
 );
 
 my %no_pdf_output = map { $_ => 1 } @no_pdf_output;
@@ -878,7 +878,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',
+    '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?201905131616.x4DGGmEw072502>