diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2005-09-15 19:56:35 +0000 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2005-09-15 19:56:35 +0000 |
commit | a2365f2d84c640de928c21967475544a9fc84801 (patch) | |
tree | 89b986acdafca479c57ed8c68688201c97562cc0 | |
parent | 0144e1ae89bfcea0fa018e294d431e54020edb36 (diff) | |
download | coreutils-a2365f2d84c640de928c21967475544a9fc84801.tar.xz |
uname -a no longer generates the -p and -i outputs if they are unknown.
-rw-r--r-- | ChangeLog | 9 | ||||
-rw-r--r-- | NEWS | 2 | ||||
-rw-r--r-- | doc/ChangeLog | 5 | ||||
-rw-r--r-- | doc/coreutils.texi | 3 |
4 files changed, 17 insertions, 2 deletions
@@ -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. @@ -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 diff --git a/doc/ChangeLog b/doc/ChangeLog index c4f4a529a..8a31f9c59 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -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): diff --git a/doc/coreutils.texi b/doc/coreutils.texi index 9984c0216..d820cc83e 100644 --- a/doc/coreutils.texi +++ b/doc/coreutils.texi @@ -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 |