summaryrefslogtreecommitdiff
path: root/old
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1996-03-26 05:46:05 +0000
committerJim Meyering <jim@meyering.net>1996-03-26 05:46:05 +0000
commit053855b040a15d9efac22fe6ef95d69f5b6a3a20 (patch)
tree1012d97e5d4292b209a0885c1884ce8968fde10a /old
parenta5b5719d3b6432740cad0f0849bc35c6fdaedfeb (diff)
downloadcoreutils-053855b040a15d9efac22fe6ef95d69f5b6a3a20.tar.xz
.
Diffstat (limited to 'old')
-rw-r--r--old/sh-utils/NEWS3
1 files changed, 2 insertions, 1 deletions
diff --git a/old/sh-utils/NEWS b/old/sh-utils/NEWS
index c916d9b18..5facd06b1 100644
--- a/old/sh-utils/NEWS
+++ b/old/sh-utils/NEWS
@@ -2,7 +2,8 @@ User visible changes in release 1.13
* `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
* New programs: factor, seq.
-* date accepts new option --rfc-822 (-R) and new %z format.
+* date accepts new option: --rfc-822 (-R)
+* date accepts new format: %z
* date: fix bugs in the handling of date -u +'%s %Z'.
* date accepts new option --reference=FILE (-r FILE) analogous to the
like-named touch option.