doc: discourage use of uname -i and -p options
commit6d67649d86a0dcfefb4dfbc0c29f8bb7595f14bb
authorPádraig Brady <P@draigBrady.com>
Tue, 21 Jul 2015 09:17:43 +0000 (21 10:17 +0100)
committerPádraig Brady <P@draigBrady.com>
Wed, 22 Jul 2015 00:55:14 +0000 (22 01:55 +0100)
tree5d37cd4d4e767c6aa23184c9e41d9614d1c2fe47
parent0b0d38b762a293ea7c3427750d525a3ec235787c
doc: discourage use of uname -i and -p options

* src/uname.c (usage): State that the non POSIX -i and -p options
are non-portable.
* doc/coreutils.texi (uname invocation): Mention the discrepancies
even across GNU/Linux distros, and that the results should
be used as informational only, rather than impacting any
logic decisions.
Fixes http://bugs.gnu.org/13001
doc/coreutils.texi
src/uname.c