mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-07-01 17:39:56 +02:00
commit bash-20160325 snapshot
This commit is contained in:
+1
-1
@@ -4080,7 +4080,7 @@ bash_execute_unix_command (count, key)
|
||||
ce = rl_get_termcap ("ce");
|
||||
if (ce) /* clear current line */
|
||||
{
|
||||
#if 0
|
||||
#if 1
|
||||
fprintf (rl_outstream, "\r");
|
||||
tputs (ce, 1, putx);
|
||||
#else
|
||||
|
||||
+2
-2
@@ -3902,9 +3902,9 @@ The format of here-documents is:
|
||||
No parameter and variable expansion, command substitution,
|
||||
arithmetic expansion, or pathname expansion is performed on
|
||||
.IR word .
|
||||
If any characters in
|
||||
If any part of
|
||||
.I word
|
||||
are quoted, the
|
||||
is quoted, the
|
||||
.I delimiter
|
||||
is the result of quote removal on
|
||||
.IR word ,
|
||||
|
||||
+2
-3
@@ -2730,7 +2730,7 @@ The format of here-documents is:
|
||||
|
||||
No parameter and variable expansion, command substitution,
|
||||
arithmetic expansion, or filename expansion is performed on
|
||||
@var{word}. If any characters in @var{word} are quoted, the
|
||||
@var{word}. If any part of @var{word} is quoted, the
|
||||
@var{delimiter} is the result of quote removal on @var{word},
|
||||
and the lines in the here-document are not expanded.
|
||||
If @var{word} is unquoted,
|
||||
@@ -3621,8 +3621,7 @@ less than zero, non-zero otherwise.
|
||||
test @var{expr}
|
||||
@end example
|
||||
|
||||
Evaluate a conditional express
|
||||
ion @var{expr} and return a status of 0
|
||||
Evaluate a conditional expression @var{expr} and return a status of 0
|
||||
(true) or 1 (false).
|
||||
Each operator and operand must be a separate argument.
|
||||
Expressions are composed of the primaries described below in
|
||||
|
||||
Reference in New Issue
Block a user