uname -a no longer generates the -p and -i outputs if they are unknown.
authorPaul Eggert <eggert@cs.ucla.edu>
Thu, 15 Sep 2005 19:56:35 +0000 (19:56 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Thu, 15 Sep 2005 19:56:35 +0000 (19:56 +0000)
ChangeLog
NEWS
doc/ChangeLog
doc/coreutils.texi

index 5776312..adc4c60 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,14 @@
-2005-09-14  Jim Meyering  <jim@meyering.net>
+2005-09-15  Paul Eggert  <eggert@cs.ucla.edu>
 
        * Version 5.3.1-cvs.
 
+       * NEWS: uname -a no longer generates the -p and -i outputs if they
+       are unknown.
+       * src/uname.c (usage): Document this.
+       (main): Implement this.
+
+2005-09-14  Jim Meyering  <jim@meyering.net>
+
        * tests/misc/date (tz-5w, tz-5wf): Test new %:z format with
        a field width.
 
diff --git a/NEWS b/NEWS
index 863abb7..52e1d28 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -210,6 +210,8 @@ GNU coreutils NEWS                                    -*- outline -*-
   stat -f's default output format has been changed to output this size as well.
   stat -f recognizes file systems of type XFS and JFS
 
+  uname -a no longer generates the -p and -i outputs if they are unknown.
+
 * Major changes in release 5.3.0 (2005-01-08) [unstable]
 
 ** Bug fixes
index c4f4a52..8a31f9c 100644 (file)
@@ -1,3 +1,8 @@
+2005-09-15  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * coreutils.texi (uname invocation): uname -a no longer generates
+       the -p and -i outputs if they are unknown.
+
 2005-09-13  Paul Eggert  <eggert@cs.ucla.edu>
 
        * coreutils.texi (Time conversion specifiers, Options for date):
index 9984c02..d820cc8 100644 (file)
@@ -12214,7 +12214,8 @@ The program accepts the following options.  Also see @ref{Common options}.
 @itemx --all
 @opindex -a
 @opindex --all
-Print all of the below information.
+Print all of the below information, except omit the processor type
+and the hardware platform name if they are unknown.
 
 @item -i
 @itemx --hardware-platform