aboutsummaryrefslogtreecommitdiff
path: root/en_US.ISO8859-1/htdocs
diff options
context:
space:
mode:
authorWolfram Schneider <wosch@FreeBSD.org>2017-08-27 17:46:11 +0000
committerWolfram Schneider <wosch@FreeBSD.org>2017-08-27 17:46:11 +0000
commitb6f79bc86eee7f5e8f0aa25aadb0d3e45e588be3 (patch)
tree29291c775d719ed60ee4ccd02c0ac458993abcb1 /en_US.ISO8859-1/htdocs
parentd9423e332dbb696ceb703da8e5e19743abb36b81 (diff)
downloaddoc-b6f79bc86eee7f5e8f0aa25aadb0d3e45e588be3.tar.gz
doc-b6f79bc86eee7f5e8f0aa25aadb0d3e45e588be3.zip
disable intro message
Notes
Notes: svn path=/head/; revision=50738
Diffstat (limited to 'en_US.ISO8859-1/htdocs')
-rwxr-xr-xen_US.ISO8859-1/htdocs/cgi/man.cgi3
1 files changed, 2 insertions, 1 deletions
diff --git a/en_US.ISO8859-1/htdocs/cgi/man.cgi b/en_US.ISO8859-1/htdocs/cgi/man.cgi
index 80d05c1d93..df43d6a674 100755
--- a/en_US.ISO8859-1/htdocs/cgi/man.cgi
+++ b/en_US.ISO8859-1/htdocs/cgi/man.cgi
@@ -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 );