commit bash-20150109 snapshot

This commit is contained in:
Chet Ramey
2015-01-12 11:04:01 -05:00
parent 8f50a0236c
commit 687a967e4a
13 changed files with 1044 additions and 30 deletions
+2 -2
View File
@@ -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