mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-08-07 02:32:27 +02:00
commit bash-20150109 snapshot
This commit is contained in:
+4
-4
@@ -4242,7 +4242,7 @@ is a decimal number between 2 and 64 representing the arithmetic
|
||||
base, and \fIn\fP is a number in that base.
|
||||
If \fIbase#\fP is omitted, then base 10 is used.
|
||||
When specifying \fIn\fP,
|
||||
the digits greater< than 9 are represented by the lowercase letters,
|
||||
the digits greater than 9 are represented by the lowercase letters,
|
||||
the uppercase letters, @, and _, in that order.
|
||||
If \fIbase\fP is less than or equal to 36, lowercase and uppercase
|
||||
letters may be used interchangeably to represent numbers between 10
|
||||
@@ -5662,7 +5662,7 @@ The \fBterm=\fP form may be used to include terminal-specific
|
||||
key bindings, perhaps to bind the key sequences output by the
|
||||
terminal's function keys. The word on the right side of the
|
||||
.B =
|
||||
is tested against the both full name of the terminal and the portion
|
||||
is tested against both the full name of the terminal and the portion
|
||||
of the terminal name before the first \fB\-\fP. This allows
|
||||
.I sun
|
||||
to match both
|
||||
@@ -6086,7 +6086,7 @@ If the command is followed by digits, executing
|
||||
.B universal\-argument
|
||||
again ends the numeric argument, but is otherwise ignored.
|
||||
As a special case, if this command is immediately followed by a
|
||||
character that is neither a digit or minus sign, the argument count
|
||||
character that is neither a digit nor minus sign, the argument count
|
||||
for the next command is multiplied by four.
|
||||
The argument count is initially one, so executing this function the
|
||||
first time makes the argument count four, a second time makes the
|
||||
@@ -8751,7 +8751,7 @@ buffer before editing begins.
|
||||
.TP
|
||||
.B \-n \fInchars\fP
|
||||
\fBread\fP returns after reading \fInchars\fP characters rather than
|
||||
waiting for a complete line of input, but honor a delimiter if fewer
|
||||
waiting for a complete line of input, but honors a delimiter if fewer
|
||||
than \fInchars\fP characters are read before the delimiter.
|
||||
.TP
|
||||
.B \-N \fInchars\fP
|
||||
|
||||
Reference in New Issue
Block a user