summaryrefslogtreecommitdiffstats
path: root/contrib/gperf/doc
diff options
context:
space:
mode:
authorpfg <pfg@FreeBSD.org>2013-11-14 00:57:20 +0000
committerpfg <pfg@FreeBSD.org>2013-11-14 00:57:20 +0000
commit08727aabff6c076d901e3fd2db175dc45897f04c (patch)
treea8ab57f9676a0f69cf36d4873b00cc77ece089c8 /contrib/gperf/doc
parent962f1bc0eefc130f7ba3abb009e17d1da2e85987 (diff)
downloadFreeBSD-src-08727aabff6c076d901e3fd2db175dc45897f04c.zip
FreeBSD-src-08727aabff6c076d901e3fd2db175dc45897f04c.tar.gz
gperf: bring small update from Apple Developers tools 4.4
From [1] offset.patch Makes use the C offsetof() macro. size_type.patch Lets you specify the type for length parameters. [1] http://opensource.apple.com/source/gperf/gperf-9/patches/ MFC after: 3 weeks
Diffstat (limited to 'contrib/gperf/doc')
-rw-r--r--contrib/gperf/doc/gperf.18
1 files changed, 6 insertions, 2 deletions
diff --git a/contrib/gperf/doc/gperf.1 b/contrib/gperf/doc/gperf.1
index 786604e..217969f 100644
--- a/contrib/gperf/doc/gperf.1
+++ b/contrib/gperf/doc/gperf.1
@@ -1,7 +1,7 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.23.
-.TH GPERF "1" "May 2007" "GNU gperf 3.0.3" FSF
+.TH GPERF "1" "October 2011" "GNU gperf 3.0.3" FSF
.SH NAME
-gperf \- generate a perfect hash function from a key set
+gperf \- manual page for gperf 3.0.3
.SH SYNOPSIS
.B gperf
[\fIOPTION\fR]... [\fIINPUT-FILE\fR]
@@ -129,6 +129,10 @@ binary search.
Prevents the transfer of the type declaration to the
output file. Use this option if the type is already
defined elsewhere.
+.TP
+\fB\-\-size\-type\fR=\fITYPE\fR
+Specify the type for length parameters. Default type is
+\&'unsigned int'.
.SS "Algorithm employed by gperf:"
.TP
\fB\-k\fR, \fB\-\-key\-positions\fR=\fIKEYS\fR
OpenPOWER on IntegriCloud