On Mon, Apr 18, 2011 at 9:48 AM, Joachim Schipper <[email protected]> wrote: > If > .Fn uname > -is successful, 0 is returned; otherwise, \-1 is returned and > +is successful, 0 is returned; otherwise, a nonzero value (on > +.Ox , > +\-1) is returned and > .Va errno > is set appropriately.
No, that makes our man page even less in sync with POSIX. The issue here (if any) is that we over-specify the *successful* return value as precisely 0, rather than generally non-negative.
