svn commit: r50738 - head/en_US.ISO8859-1/htdocs/cgi

Wolfram Schneider wosch at FreeBSD.org
Sun Aug 27 17:46:12 UTC 2017


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 );


More information about the svn-doc-all mailing list