mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-07-08 12:50:49 +02:00
commit bash-20181123 snapshot
This commit is contained in:
+3
-3
@@ -4207,8 +4207,8 @@ the environment.
|
||||
@end table
|
||||
|
||||
Using @samp{+} instead of @samp{-} turns off the attribute instead,
|
||||
with the exceptions that @samp{+a}
|
||||
may not be used to destroy an array variable and @samp{+r} will not
|
||||
with the exceptions that @samp{+a} and @samp{+A}
|
||||
may not be used to destroy array variables and @samp{+r} will not
|
||||
remove the readonly attribute.
|
||||
When used in a function, @code{declare} makes each @var{name} local,
|
||||
as with the @code{local} command, unless the @option{-g} option is used.
|
||||
@@ -4564,7 +4564,7 @@ The prompt is displayed only if input is coming from a terminal.
|
||||
@item -r
|
||||
If this option is given, 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.
|
||||
|
||||
@item -s
|
||||
|
||||
Reference in New Issue
Block a user