Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.bin/nbperf The output function is only order preserving ...



details:   https://anonhg.NetBSD.org/src/rev/eee80d5a92c8
branches:  trunk
changeset: 779513:eee80d5a92c8
user:      joerg <joerg%NetBSD.org@localhost>
date:      Thu May 31 21:36:06 2012 +0000

description:
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.

diffstat:

 usr.bin/nbperf/nbperf.1 |  9 +++++----
 1 files changed, 5 insertions(+), 4 deletions(-)

diffs (31 lines):

diff -r 06d811516614 -r eee80d5a92c8 usr.bin/nbperf/nbperf.1
--- a/usr.bin/nbperf/nbperf.1   Thu May 31 21:29:02 2012 +0000
+++ b/usr.bin/nbperf/nbperf.1   Thu May 31 21:36:06 2012 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: nbperf.1,v 1.3 2011/10/21 23:47:11 joerg Exp $
+.\"    $NetBSD: nbperf.1,v 1.4 2012/05/31 21:36:06 joerg 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



Home | Main Index | Thread Index | Old Index