summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1996-04-14 00:34:30 +0000
committerJim Meyering <jim@meyering.net>1996-04-14 00:34:30 +0000
commite6cfa9848628a6abc4bb17ed532e08aa4de1975c (patch)
treeff0166a8631dc729f845342314cf1ed36d6f9d92
parent93bd527109d1584d90eb579d4c110a5c01775e86 (diff)
downloadcoreutils-e6cfa9848628a6abc4bb17ed532e08aa4de1975c.tar.xz
.
-rw-r--r--old/sh-utils/NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/old/sh-utils/NEWS b/old/sh-utils/NEWS
index 97227d5f3..d43e64c40 100644
--- a/old/sh-utils/NEWS
+++ b/old/sh-utils/NEWS
@@ -6,7 +6,7 @@ User visible changes in release 1.13
* internationalized diagnostic messages (so far, only french translations)
* `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: chroot, factor, seq.
+* New programs: chroot, factor, seq, uptime.
* date accepts new option: --rfc-822 (-R)
* date accepts new format, %z, for RFC-822 style numeric timezone (-0500)
* date: fix bugs in the handling of date -u +'%s %Z'.