Module Name:    src
Committed By:   martin
Date:           Fri Nov  7 08:38:50 UTC 2014

Modified Files:
        src/usr.sbin/makemandb [netbsd-7]: apropos.1

Log Message:
Pull up following revision(s) (requested by snj in ticket #185):
        usr.sbin/makemandb/apropos.1: revision 1.15
Thankfully, apropos returns all results by default these days.  Remove
outdated sentence referring to the original (well, old new) limit of 10.


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.14.4.1 src/usr.sbin/makemandb/apropos.1

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/usr.sbin/makemandb/apropos.1
diff -u src/usr.sbin/makemandb/apropos.1:1.14 src/usr.sbin/makemandb/apropos.1:1.14.4.1
--- src/usr.sbin/makemandb/apropos.1:1.14	Fri Nov 29 23:58:23 2013
+++ src/usr.sbin/makemandb/apropos.1	Fri Nov  7 08:38:50 2014
@@ -1,4 +1,4 @@
-.\" $NetBSD: apropos.1,v 1.14 2013/11/29 23:58:23 wiz Exp $
+.\" $NetBSD: apropos.1,v 1.14.4.1 2014/11/07 08:38:50 martin Exp $
 .\"
 .\" Copyright (c) 2011 Abhinav Upadhyay <er.abhinav.upadh...@gmail.com>
 .\" All rights reserved.
@@ -57,9 +57,6 @@ utility is more sophisticated than the c
 Like modern search applications, it uses advanced techniques like stemming
 and term weighting to rank the matching results in decreasing order of
 relevance.
-By default
-.Nm
-will only display the top 10 matches in the output.
 .Pp
 Quotes are optional for specifying multiword queries.
 .Pp

Reply via email to