summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrendan Kehoe <brendan@zen.org>2006-01-13 16:08:58 +0000
committerBrendan Kehoe <brendan@zen.org>2006-01-13 16:08:58 +0000
commit87cf9d490add5f3a4069387a28418c26db6dfb6a (patch)
tree3802b50e524e4cc28bee73416b28281e2ee99ebd
parentd9146f05bf928cabb82d7d670394703ef023edb3 (diff)
downloadgperf-87cf9d490add5f3a4069387a28418c26db6dfb6a.tar.gz
* doc/gperf.1: Regenerate with Makefile.devel.
-rw-r--r--ChangeLog1
-rw-r--r--doc/gperf.18
2 files changed, 7 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index c039cf1..d85c1cc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,7 @@
* Created gperf-3.0.2.tar.gz release.
* NEWS: Add note about #line directive fix.
+ * doc/gperf.1: Regenerate with Makefile.devel.
* doc/gperf.texi (UPDATED): Correct to be today.
* doc: Regenerated by doing make in a configured tree.
diff --git a/doc/gperf.1 b/doc/gperf.1
index d40b419..520fa54 100644
--- a/doc/gperf.1
+++ b/doc/gperf.1
@@ -1,5 +1,5 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.23.
-.TH GPERF "1" "June 2003" "GNU gperf 3.0.1" FSF
+.TH GPERF "1" "January 2006" "GNU gperf 3.0.2" FSF
.SH NAME
gperf \- generate a perfect hash function from a key set
.SH SYNOPSIS
@@ -109,6 +109,10 @@ keyword table entries.
Specify name of word list array. Default name is
\&'wordlist'.
.TP
+\fB\-\-length\-table\-name\fR=\fINAME\fR
+Specify name of length table array. Default name is
+\&'lengthtable'.
+.TP
\fB\-S\fR, \fB\-\-switch\fR=\fICOUNT\fR
Causes the generated C code to use a switch
statement scheme, rather than an array lookup table.
@@ -194,7 +198,7 @@ Written by Douglas C. Schmidt and Bruno Haible.
.SH "REPORTING BUGS"
Report bugs to <bug-gnu-gperf@gnu.org>.
.SH COPYRIGHT
-Copyright \(co 1989-1998, 2000-2003 Free Software Foundation, Inc.
+Copyright \(co 1989-1998, 2000-2004, 2006 Free Software Foundation, Inc.
.br
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.