summaryrefslogtreecommitdiff
path: root/NEWS-4.2
diff options
context:
space:
mode:
authorChet Ramey <chet.ramey@case.edu>2011-12-12 22:10:01 -0500
committerChet Ramey <chet.ramey@case.edu>2011-12-12 22:10:01 -0500
commit18d2df91025795172e29fb576e3cc965422c8a81 (patch)
tree579e01c231b2724054dc695722f15cd46bef8cca /NEWS-4.2
parent06dff54a99dc0627c519143a28161b7324749a6b (diff)
downloadbash-18d2df91025795172e29fb576e3cc965422c8a81.tar.gz
commit bash-20101117 snapshot
Diffstat (limited to 'NEWS-4.2')
-rw-r--r--NEWS-4.22
1 files changed, 1 insertions, 1 deletions
diff --git a/NEWS-4.2 b/NEWS-4.2
index 7df83d19..4cb58b2c 100644
--- a/NEWS-4.2
+++ b/NEWS-4.2
@@ -36,7 +36,7 @@ k. A new FUNCNEST variable to allow the user to control the maximum shell
l. The mapfile builtin now supplies a third argument to the callback command:
the line about to be assigned to the supplied array index.
-m. The printf builtin has as new %(fmt)T specifier, which allows time values
+m. The printf builtin has a new %(fmt)T specifier, which allows time values
to use strftime-like formatting.
n. There is a new `compat41' shell option.