summaryrefslogtreecommitdiff
path: root/old
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2001-09-07 09:47:10 +0000
committerJim Meyering <jim@meyering.net>2001-09-07 09:47:10 +0000
commit14c30686477758c7bf7721d988433ad9bae4a752 (patch)
tree03ae335cdd161ed82ae9a5ab3ebfeb26c900933b /old
parentdeef02913538b3baef66e9737258a66b71d50971 (diff)
downloadcoreutils-14c30686477758c7bf7721d988433ad9bae4a752.tar.xz
*** empty log message ***
Diffstat (limited to 'old')
-rw-r--r--old/sh-utils/NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/old/sh-utils/NEWS b/old/sh-utils/NEWS
index 0c358ae1b..7ae20e2b3 100644
--- a/old/sh-utils/NEWS
+++ b/old/sh-utils/NEWS
@@ -1,5 +1,11 @@
Changes in release 2.1
[2.0.12]
+* New 'uname' options -i or --hardware-platform, and -o or --operating-system.
+ 'uname -a' now outputs -i and -o information at the end.
+ New uname option --kernel-version is an alias for -v.
+ Uname option --release has been renamed to --kernel-release,
+ and --sysname has been renamed to --kernel-name;
+ the old options will work for a while, but are no longer documented.
* 'expr' now uses the LC_COLLATE locale for string comparison, as per POSIX.
* 'expr' now requires '+' rather than 'quote' to quote tokens;
this removes an incompatibility with POSIX.