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

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


Author: wosch
Date: Sun Aug 27 17:46:35 2017
New Revision: 50747
URL: https://svnweb.freebsd.org/changeset/doc/50747

Log:
  set correct value for param apropos

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:32 2017	(r50746)
+++ head/en_US.ISO8859-1/htdocs/cgi/man.cgi	Sun Aug 27 17:46:35 2017	(r50747)
@@ -1725,7 +1725,7 @@ sub formquery {
 <!-- Manual Page or Keyword Search: -->
 <!--       -->
 <input id="query" value="$query" name="query" size="36" $autofocus />
-<button type="submit" name="man" value="man">man</button>
+<button type="submit" name="apropos" value="0">man</button>
 <button type="submit" name="apropos" value="1">apropos</button>
 <br class="second_row" />
 ETX


More information about the svn-doc-all mailing list