mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-07-09 13:10:50 +02:00
fix typo in readline custom LS_COLORS extension; fix so `time' is recognized as a reserved word after $( and ${; don't run traps while parsing a command substitution
This commit is contained in:
@@ -5023,6 +5023,7 @@ formats quote the argument string using single quotes.
|
||||
@item %Q
|
||||
like @code{%q}, but applies any supplied precision to the @var{argument}
|
||||
before quoting it.
|
||||
|
||||
@item %(@var{datefmt})T
|
||||
Causes @code{printf} to output the date-time string resulting from using
|
||||
@var{datefmt} as a format string for @code{strftime}(3).
|
||||
@@ -5047,6 +5048,11 @@ The %s and %c format specifiers accept an l (long) modifier, which forces
|
||||
them to convert the argument string to a wide-character string and apply
|
||||
any supplied field width and precision in terms of characters, not bytes.
|
||||
|
||||
@ignore
|
||||
The %s format specifier understands the "altform" flag (#) and behaves
|
||||
identically to the %b format specifier if it's supplied.
|
||||
@end ignore
|
||||
|
||||
Arguments to non-string format specifiers are treated as C language constants,
|
||||
except that a leading plus or minus sign is allowed, and if the leading
|
||||
character is a single or double quote, the value is the ASCII value of
|
||||
|
||||
Reference in New Issue
Block a user