Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 27 Aug 2017 17:46:11 +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: r50738 - head/en_US.ISO8859-1/htdocs/cgi
Message-ID:  <201708271746.v7RHkBd4071780@repo.freebsd.org>

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



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