On Mon, Jul 14, 2003 at 02:51:37PM -0700, Paul Eggert wrote: > > I don't see why this proposed change is needed.
Actualy, i think your proposed change looks more reasonable than mine. I have some comments though. > On many systems, it happens to be that the kernel name is the same as > the operating system name, but this doesn't mean we should confuse the > two notions on all systems. well I don't exactly agree with this, but i think we can avoid discussing wether it's correct to call a kernel after the OS, since uname is merely forwarding information from the kernel and is not really responsible for its "correctness". I'd like to propose this minor change: > +differ. Some operating systems (e.g., FreeBSD, HP-UX) have the same > +name as their underlying kernels; others (e.g., GNU/Linux, Solaris) > +do not. "Some kernels (e.g., FreeBSD's, HP-UX's) report the same name as their overlying operating systems; others (e.g., Linux, SunOS) do not." This way we are saying that the kernel "reports" that name, but we don't claim that the name is correct. It's left at the readers' discretion to decide wether the kernel really has that name or not. -- Robert Millan _______________________________________________ Bug-coreutils mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/bug-coreutils
