summaryrefslogtreecommitdiff
path: root/gnu/lib/libreadline
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2002-11-06 07:24:04 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2002-11-06 07:24:04 +0000
commit904e724aa10380d324af050ce037110ff2080bd0 (patch)
tree467734a84698cd6fab7edef153898936062cd7ec /gnu/lib/libreadline
parent0a42b76c51050f92f4382bfeca7dc89f3588ce76 (diff)
Fix obnoxious makeinfo warnings during build.
Diffstat (limited to 'gnu/lib/libreadline')
-rw-r--r--gnu/lib/libreadline/doc/hstech.texinfo2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/lib/libreadline/doc/hstech.texinfo b/gnu/lib/libreadline/doc/hstech.texinfo
index 12fff2c9a75..a58516800da 100644
--- a/gnu/lib/libreadline/doc/hstech.texinfo
+++ b/gnu/lib/libreadline/doc/hstech.texinfo
@@ -426,7 +426,7 @@ character. The default value is 0.
This should be set to the address of a function that takes two arguments:
a @code{char *} (@var{string}) and an integer index into that string (@var{i}).
It should return a non-zero value if the history expansion starting at
-@var{string[i]} should not be performed; zero if the expansion should
+@var{string}[@var{i}] should not be performed; zero if the expansion should
be done.
It is intended for use by applications like Bash that use the history
expansion character for additional purposes.