summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2003-01-22 12:03:19 +0000
committerBruno Haible <bruno@clisp.org>2003-01-22 12:03:19 +0000
commit83440a2aed0e8b914e5278666d7f2cfec13c50ab (patch)
tree19fbb27abf26f3f125cce91deb37a8918ef194c0 /doc
parentd3a9c2f7ade30d8d77be7c66d746c1fa5aa8dce1 (diff)
downloadgperf-83440a2aed0e8b914e5278666d7f2cfec13c50ab.tar.gz
Rewrite the input routines.
Diffstat (limited to 'doc')
-rw-r--r--doc/gperf.texi19
1 files changed, 11 insertions, 8 deletions
diff --git a/doc/gperf.texi b/doc/gperf.texi
index 224bec6..38b6bdc 100644
--- a/doc/gperf.texi
+++ b/doc/gperf.texi
@@ -163,8 +163,8 @@ In addition, Adam de Boor and Nels Olson provided many tips and insights
that greatly helped improve the quality and functionality of @code{gperf}.
@item
-A testsuite was added by Bruno Haible. He also rewrote the output
-routines for better reliability.
+A testsuite was added by Bruno Haible. He also rewrote the input routines
+and the output routines for better reliability.
@end itemize
@node Motivation, Search Structures, Contributors, Top
@@ -389,15 +389,16 @@ march, 3, 31, 31
@end group
@end example
-It is possible to omit the declaration section entirely. In this case
+It is possible to omit the declaration section entirely, if the @samp{-t}
+option is not given. In this case
the input file begins directly with the first keyword line, e.g.:
@example
@group
-january, 1, 31, 31
-february, 2, 28, 29
-march, 3, 31, 31
-april, 4, 30, 30
+january
+february
+march
+april
...
@end group
@end example
@@ -408,7 +409,9 @@ april, 4, 30, 30
The second input file format section contains lines of keywords and any
associated attributes you might supply. A line beginning with @samp{#}
in the first column is considered a comment. Everything following the
-@samp{#} is ignored, up to and including the following newline.
+@samp{#} is ignored, up to and including the following newline. A line
+beginning with @samp{%} in the first column is an option declaration and
+must not occur within the keywords section.
The first field of each non-comment line is always the keyword itself. It
can be given in two ways: as a simple name, i.e., without surrounding