Module Name:    src
Committed By:   riz
Date:           Mon Jun 11 17:53:20 UTC 2012

Modified Files:
        src/usr.bin/nbperf [netbsd-6]: nbperf.1

Log Message:
Pull up following revision(s) (requested by joerg in ticket #295):
        usr.bin/nbperf/nbperf.1: revision 1.4
The output function is only order preserving for chm and chm3, so
correct that part of the documentation and also mention what the default
algorithm is.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.3.4.1 src/usr.bin/nbperf/nbperf.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.bin/nbperf/nbperf.1
diff -u src/usr.bin/nbperf/nbperf.1:1.3 src/usr.bin/nbperf/nbperf.1:1.3.4.1
--- src/usr.bin/nbperf/nbperf.1:1.3	Fri Oct 21 23:47:11 2011
+++ src/usr.bin/nbperf/nbperf.1	Mon Jun 11 17:53:20 2012
@@ -1,4 +1,4 @@
-.\"	$NetBSD: nbperf.1,v 1.3 2011/10/21 23:47:11 joerg Exp $
+.\"	$NetBSD: nbperf.1,v 1.3.4.1 2012/06/11 17:53:20 riz Exp $
 .\"
 .\" Copyright (c) 2009 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -27,7 +27,7 @@
 .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
 .\" POSSIBILITY OF SUCH DAMAGE.
 .\"
-.Dd October 20, 2011
+.Dd May 31, 2012
 .Dt NBPERF 1
 .Os
 .Sh NAME
@@ -48,9 +48,10 @@
 .Nm
 reads a number of keys one per line from standard input or
 .Ar input .
-It computes an order-preserving minimal perfect hash function and writes
-it to stdout or
+It computes a minimal perfect hash function and writes it to stdout or
 .Ar output .
+The default algorithm is
+.Qq Sy chm .
 .Pp
 The
 .Fl m

Reply via email to