mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-08-06 18:22:25 +02:00
commit bash-20150109 snapshot
This commit is contained in:
+2
-2
@@ -4381,7 +4381,7 @@ the editing buffer before editing begins.
|
||||
|
||||
@item -n @var{nchars}
|
||||
@code{read} returns after reading @var{nchars} 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 @var{nchars} characters are read before the delimiter.
|
||||
|
||||
@item -N @var{nchars}
|
||||
@@ -6743,7 +6743,7 @@ is a decimal number between 2 and 64 representing the arithmetic
|
||||
base, and @var{n} is a number in that base.
|
||||
If @var{base}@code{#} is omitted, then base 10 is used.
|
||||
When specifying @var{n},
|
||||
he digits greater than 9 are represented by the lowercase letters,
|
||||
the digits greater than 9 are represented by the lowercase letters,
|
||||
the uppercase letters, @samp{@@}, and @samp{_}, in that order.
|
||||
If @var{base} is less than or equal to 36, lowercase and uppercase
|
||||
letters may be used interchangeably to represent numbers between 10
|
||||
|
||||
Reference in New Issue
Block a user