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

next in thread | raw e-mail | index | archive | help
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: -->
 <!-- &nbsp; &nbsp; &nbsp; -->
 <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



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