svn commit: r53059 - head/en_US.ISO8859-1/htdocs/cgi
Wolfram Schneider <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.cvs.doc |
|---|---|
| Message-ID | <[email protected]> |
Author: wosch
Date: Sat May 25 16:56:43 2019
New Revision: 53059
URL: https://svnweb.freebsd.org/changeset/doc/53059
Log:
perl warnings
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 25 16:41:05 2019 (r53058)
+++ head/en_US.ISO8859-1/htdocs/cgi/man.cgi Sat May 25 16:56:43 2019 (r53059)
@@ -1844,8 +1844,8 @@ ETX
# pickup a default machine type
else {
- exists $arch{$l}->{'default'} ? $arch{$l}->{'default'} : 'default';
- }
+ #exists $arch{$l}->{'default'} ? $arch{$l}->{'default'} : 'default';
+ }
foreach (@arch) {
my $selected = $_ eq $a ? ' selected="selected"' : "";
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-doc-all
To unsubscribe, send any mail to "[email protected]"