diff options
author | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2019-03-20 04:20:37 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2019-03-20 04:20:37 +0000 |
commit | 20906558c5675a798fc1dae42984980b73affdc6 (patch) | |
tree | 0f5156c1825ebfba4a2629a610b793b135220a0e /gnu | |
parent | cb13dc6dec077a515c44d640047c74b27f7be938 (diff) |
fix serious markup error: \B -> \fB to select bold font
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/lib/libreadline/doc/readline.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/lib/libreadline/doc/readline.3 b/gnu/lib/libreadline/doc/readline.3 index afd6ba29362..59d03bcd01f 100644 --- a/gnu/lib/libreadline/doc/readline.3 +++ b/gnu/lib/libreadline/doc/readline.3 @@ -868,7 +868,7 @@ with a single match from the list of possible completions. Repeated execution of \fBmenu\-complete\fP steps through the list of possible completions, inserting each match in turn. At the end of the list of completions, the bell is rung -(subject to the setting of \Bbell\-style\fP) +(subject to the setting of \fBbell\-style\fP) and the original text is restored. An argument of \fIn\fP moves \fIn\fP positions forward in the list of matches; a negative argument may be used to move backward |