There are 4 instances of options being set with \fI rather than \fB that I don't believe are intentional. Also fix unsecaped hyphens added in fbd078be0 (2025-10-01). --- doc/bash.1 | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/doc/bash.1 b/doc/bash.1 index b0fa1ef0..9bebfc1a 100644 --- a/doc/bash.1 +++ b/doc/bash.1 @@ -8522,7 +8522,7 @@ programmable completion performs \fBreadline\fP's default completion. .PP The options supplied to \fBcomplete\fP and \fBcompopt\fP can control how \fBreadline\fP treats the completions. -For instance, the \fI\-o fullquote\fP option tells \fBreadline\fP +For instance, the \fB\-o fullquote\fP option tells \fBreadline\fP to quote the matches as if they were filenames. See the description of \fBcomplete\fP below for details. @@ -9077,8 +9077,8 @@ require \fB\-\-\fP to prevent this interpretation. .PP All builtins except \fB:\fP, \fBtrue\fP, \fBfalse\fP, \fBecho\fP, and \fBtest\fP/\fB[\fP -accept \fB--help\fP as a special option. -If \fB--help\fP is supplied, these builtins output +accept \fB\-\-help\fP as a special option. +If \fB\-\-help\fP is supplied, these builtins output a help message and exit with a status of 0. .PP .PD 0 @@ -10216,7 +10216,7 @@ to force a search of the current directory. The .B \-d option will delete a builtin previously loaded with \fB\-f\fP. -If \fI\-s\fP is used with \fI\-f\fP, the new builtin becomes a +If \fB\-s\fP is used with \fB\-f\fP, the new builtin becomes a .SM POSIX special builtin. .IP @@ -11055,7 +11055,7 @@ the next to last. .RE .IP If the top element of the directory stack is modified, and -the \fI\-n\fP option was not supplied, \fBpopd\fP uses the \fBcd\fP +the \fB\-n\fP option was not supplied, \fBpopd\fP uses the \fBcd\fP builtin to change to the directory at the top of the stack. If the \fBcd\fP fails, \fBpopd\fP returns a non-zero value. .IP -- 2.51.2
