mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-07-08 21:00:48 +02:00
commit bash-20181123 snapshot
This commit is contained in:
+3
-3
@@ -8036,8 +8036,8 @@ Mark \fIname\fPs for export to subsequent commands via the environment.
|
||||
.PP
|
||||
Using `+' instead of `\-'
|
||||
turns off the attribute instead,
|
||||
with the exceptions that \fB+a\fP
|
||||
may not be used to destroy an array variable and \fB+r\fP will not
|
||||
with the exceptions that \fB+a\fP and \fB+A\fP
|
||||
may not be used to destroy array variables and \fB+r\fP will not
|
||||
remove the readonly attribute.
|
||||
When used in a function,
|
||||
.B declare
|
||||
@@ -9195,7 +9195,7 @@ is displayed only if input is coming from a terminal.
|
||||
.B \-r
|
||||
Backslash does not act as an escape character.
|
||||
The backslash is considered to be part of the line.
|
||||
In particular, a backslash-newline pair may not be used as a line
|
||||
In particular, a backslash-newline pair may not then be used as a line
|
||||
continuation.
|
||||
.TP
|
||||
.B \-s
|
||||
|
||||
Reference in New Issue
Block a user