CVSROOT:        /cvs
Module name:    src
Changes by:     ajacou...@cvs.openbsd.org       2011/10/21 08:48:02

Modified files:
        usr.bin/uname  : uname.1 uname.c 

Log message:
'-p' is an extension so all systems come up with their own output. It
turns out most of them return the machine processor architecture name,
so let's do that as well since it is more useful.
Also several external softwares (python being one) use 'uname -p' to
get the cpu architecture name.

e.g.
* before
$ uname -p
7455 (Revision 0x201)
* after
$ uname -p
powerpc

ok millert@ miod@

Reply via email to