From a2365f2d84c640de928c21967475544a9fc84801 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Thu, 15 Sep 2005 19:56:35 +0000 Subject: uname -a no longer generates the -p and -i outputs if they are unknown. --- ChangeLog | 9 ++++++++- NEWS | 2 ++ doc/ChangeLog | 5 +++++ doc/coreutils.texi | 3 ++- 4 files changed, 17 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 5776312b4..adc4c6002 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,14 @@ -2005-09-14 Jim Meyering +2005-09-15 Paul Eggert * 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 + * tests/misc/date (tz-5w, tz-5wf): Test new %:z format with a field width. diff --git a/NEWS b/NEWS index 863abb73c..52e1d28af 100644 --- 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 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 + + * coreutils.texi (uname invocation): uname -a no longer generates + the -p and -i outputs if they are unknown. + 2005-09-13 Paul Eggert * 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 -- cgit v1.2.3-54-g00ecf