diff options
author | Jim Meyering <jim@meyering.net> | 1996-04-17 05:03:22 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1996-04-17 05:03:22 +0000 |
commit | 706389d9df5424ac36f5050691c38f5b2c3effe9 (patch) | |
tree | 52776a1bae9e7c8f90350810a8ebcff69399d8b1 /old/sh-utils/NEWS | |
parent | bba21e68153f2eb3d4089887f946d00ddb40499f (diff) | |
download | coreutils-706389d9df5424ac36f5050691c38f5b2c3effe9.tar.xz |
.
Diffstat (limited to 'old/sh-utils/NEWS')
-rw-r--r-- | old/sh-utils/NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/old/sh-utils/NEWS b/old/sh-utils/NEWS index 03d25218b..9482572d1 100644 --- a/old/sh-utils/NEWS +++ b/old/sh-utils/NEWS @@ -2,7 +2,7 @@ Changes in release 1.13 * date accepts new %V format * date's %U and %W formats work properly * nice option handling works with 2-digit old-style-option adjustments. - Now, `nice -18 -- nice' now prints `18'. Before it printed `8'. + Now, `nice -18 -- nice' prints `18'. Before it printed `8'. * internationalized diagnostic messages * `date -d "01/01/1998 3 years" +%Y' now works properly. It prints 2001. * expr's match operator has been corrected to use basic regular expressions |