Date: Sun, 14 Apr 1996 04:40:52 -0400 (EDT) From: "Marc G. Fournier" <scrappy@ki.net> To: Lyndon Nerenberg <lyndon@orthanc.com> Cc: FreeBSD-gnats-submit@freebsd.org, GNATS Management <gnats@freefall.freebsd.org>, freebsd-bugs@freefall.freebsd.org Subject: Re: bin/1139: uname.1 and uname.c disagree about display ordering Message-ID: <Pine.BSI.3.92.960414043706.216B-100000@freebsd.ki.net> In-Reply-To: <199604140745.AAA01503@orodruin.orthanc.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, 14 Apr 1996, Lyndon Nerenberg wrote:
> >Description:
>
> uname(1) claims '-a' is the same as '-m -n -r -s -v' however the
> code displays as '-n -r -s -v -m'.
>
I may be missing the point here, but option ordering doesn't
seem to make any difference:
freebsd# uname -n -r -s -v -m
FreeBSD freebsd.ki.net 2.2-CURRENT FreeBSD 2.2-CURRENT #6: Sun Apr 14 02:51:52 EDT 1996 scrappy@freebsd.ki.net:/usr/src/sys/compile/freebsd i386
freebsd# uname -m -n -r -s -v
FreeBSD freebsd.ki.net 2.2-CURRENT FreeBSD 2.2-CURRENT #6: Sun Apr 14 02:51:52 EDT 1996 scrappy@freebsd.ki.net:/usr/src/sys/compile/freebsd i386
freebsd# uname -a
FreeBSD freebsd.ki.net 2.2-CURRENT FreeBSD 2.2-CURRENT #6: Sun Apr 14 02:51:52 EDT 1996 scrappy@freebsd.ki.net:/usr/src/sys/compile/freebsd i386
The man page states:
-a Behave as though the options -m, -n, -r, -s, and -v were speci-
fied.
It doesn't say in what order, just that it will behave as if all were
specified.
Marc G. Fournier scrappy@ki.net
Systems Administrator @ ki.net scrappy@freebsd.org
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSI.3.92.960414043706.216B-100000>
