svn commit: r50738 - 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: Sun Aug 27 17:46:11 2017
New Revision: 50738
URL: https://svnweb.freebsd.org/changeset/doc/50738
Log:
disable intro message
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 Sun Aug 27 17:46:08 2017 (r50737)
+++ head/en_US.ISO8859-1/htdocs/cgi/man.cgi Sun Aug 27 17:46:11 2017 (r50738)
@@ -1656,7 +1656,8 @@ sub encode_data {
sub indexpage {
&http_header("text/html");
print &html_header("$www{'title'}: Index Page") . "<h1><br/>", $www{'head'},
- "</h1>\n\n" . &intro;
+ "</h1>\n\n";
+ # print &intro;
&formquery;
local ($m) = ( $manpath ? $manpath : $manPathDefault );
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-doc-all
To unsubscribe, send any mail to "[email protected]"