summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2003-01-30 12:43:30 +0000
committerBruno Haible <bruno@clisp.org>2003-01-30 12:43:30 +0000
commitb0faccc7ef435f9c0713f5369bbfdae16525360b (patch)
tree94e7d96bc031720e6f5f40af00b57aa126a5261a /doc
parent3aff1fd64fdbf04ec108e989e342a66f353892c5 (diff)
downloadgperf-b0faccc7ef435f9c0713f5369bbfdae16525360b.tar.gz
Remove newline from default --delimiters.
Diffstat (limited to 'doc')
-rw-r--r--doc/gperf.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/gperf.texi b/doc/gperf.texi
index 52fb95e..cc39f30 100644
--- a/doc/gperf.texi
+++ b/doc/gperf.texi
@@ -577,7 +577,7 @@ or if it is @samp{-}.
@itemx --delimiters=@var{keyword-delimiter-list}
@cindex Delimiters
Allows the user to provide a string containing delimiters used to
-separate keywords from their attributes. The default is ",\n". This
+separate keywords from their attributes. The default is ",". This
option is essential if you want to use keywords that have embedded
commas or newlines. One useful trick is to use -e'TAB', where TAB is
the literal tab character.