--- doc/bash.1 | 16 ++++++++++++++++ doc/builtins.1 | 2 +- doc/rbash.1 | 2 +- 3 files changed, 18 insertions(+), 2 deletions(-) --- doc/bash.1 +++ doc/bash.1 2025-02-03 10:57:09.568975363 +0000 @@ -159,6 +159,12 @@ This option allows the positional parame when invoking an interactive shell or when reading input through a pipe. .TP +.B \-v +Print shell input lines as they are read. +.TP +.B \-x +Print commands and their arguments as they are executed. +.TP .B \-D Print a list of all double-quoted strings preceded by \fB$\fP on the standard output. @@ -8948,6 +8954,11 @@ modifier once to each word in the event .SH "SHELL BUILTIN COMMANDS" .\" start of bash_builtins .zZ +.if !dFN \{\ +.de FN +\fI\|\\$1\|\fP +.. +.\} .PP Unless otherwise noted, each builtin command documented in this section as accepting options preceded by @@ -13266,6 +13277,11 @@ the arguments as key sequences to bind. .SH "RESTRICTED SHELL" .\" rbash.1 .zY +.if !dFN \{\ +.de FN +\fI\|\\$1\|\fP +.. +.\} .PP If .B bash --- doc/builtins.1 +++ doc/builtins.1 2025-02-03 10:56:04.910169130 +0000 @@ -19,6 +19,6 @@ shift, shopt, source, suspend, test, tim ulimit, umask, unalias, unset, wait \- bash built-in commands, see \fBbash\fR(1) .SH BASH BUILTIN COMMANDS .nr zZ 1 -.so bash.1 +.so /usr/share/man/man1/bash.1 .SH SEE ALSO bash(1), sh(1) --- doc/rbash.1 +++ doc/rbash.1 2025-02-03 10:56:04.910169130 +0000 @@ -3,6 +3,6 @@ rbash \- restricted bash, see \fBbash\fR(1) .SH RESTRICTED SHELL .nr zY 1 -.so bash.1 +.so /usr/share/man/man1/bash.1 .SH SEE ALSO bash(1)