From: Paul Eggert Date: Thu, 15 Sep 2005 19:56:35 +0000 (+0000) Subject: uname -a no longer generates the -p and -i outputs if they are unknown. X-Git-Tag: COREUTILS-5_90~218 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a2365f2d84c640de928c21967475544a9fc84801;p=platform%2Fupstream%2Fcoreutils.git uname -a no longer generates the -p and -i outputs if they are unknown. --- diff --git a/ChangeLog b/ChangeLog index 5776312..adc4c60 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 863abb7..52e1d28 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 c4f4a52..8a31f9c 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 9984c02..d820cc8 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