mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-07-03 02:10:50 +02:00
builtins now return success if supplied --help; use groff to build HTML man pages; reset mbstate if $'...' strings read an invalid multibyte sequence; read -t 0 now looks at other options (-n/-N/-d) and sets the terminal state appropriately
This commit is contained in:
+8
-2
@@ -5,7 +5,7 @@
|
||||
.\" Case Western Reserve University
|
||||
.\" chet.ramey@case.edu
|
||||
.\"
|
||||
.\" Last Change: Sat Sep 6 15:27:27 EDT 2025
|
||||
.\" Last Change: Fri Sep 19 12:19:06 EDT 2025
|
||||
.\"
|
||||
.\" For bash_builtins, strip all but "SHELL BUILTIN COMMANDS" section
|
||||
.\" For rbash, strip all but "RESTRICTED SHELL" section
|
||||
@@ -21,7 +21,7 @@
|
||||
.ds zY \" empty
|
||||
.if \n(zZ=1 .ig zZ
|
||||
.if \n(zY=1 .ig zY
|
||||
.TH BASH 1 "2025 September 6" "GNU Bash 5.3"
|
||||
.TH BASH 1 "2025 September 19" "GNU Bash 5.3"
|
||||
.\"
|
||||
.ie \n(.g \{\
|
||||
.ds ' \(aq
|
||||
@@ -9016,6 +9016,12 @@ Other builtins that accept arguments but are not specified as accepting
|
||||
options interpret arguments beginning with \fB\-\fP as invalid options and
|
||||
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
|
||||
a help message and exit with a status of 0.
|
||||
.PP
|
||||
.PD 0
|
||||
.TP
|
||||
\fB:\fP [\fIarguments\fP]
|
||||
|
||||
Reference in New Issue
Block a user