commit bash-20100318 snapshot

This commit is contained in:
Chet Ramey
2011-12-12 21:56:08 -05:00
parent 640b1cb0f7
commit 1b13a2904a
20 changed files with 2397 additions and 78 deletions
+1 -1
View File
@@ -3902,7 +3902,7 @@ turned on to be used in an expression.
.PP
Constants with a leading 0 are interpreted as octal numbers.
A leading 0x or 0X denotes hexadecimal.
Otherwise, numbers take the form [\fIbase#\fP]n, where \fIbase\fP
Otherwise, numbers take the form [\fIbase#\fP]n, where the optional \fIbase\fP
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.