This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Clean up glibc manual references to "GNU system" (bug 6911)


> That's probably better here, but for "non-GNU systems" I wonder if an 
> @nongnusystems{} macro makes sense.

Sure.

> The reasoning I followed was that the standard error messages are in 
> sysdeps/gnu/errlist.c, and one might suppose that a port to a non-GNU 
> system would not use sysdeps/gnu but some other system for getting error 
> messages instead (although I don't see any real reason for the error 
> messages to vary between ports of glibc).

I understand the reasoning.  And perhaps for another system it would be
more important to match the text otherwise used on that system than to
match the errno.texi text.  But the constraints about being a single line
and punctuation and such seem more like a worthwhile feature of the glibc
API that application writers can depend on when designing their messages.

> No, it's (nil) for %p, (null) if you pass a null pointer to %s.  This text 
> is discussing %p.

Right you are.


Thanks,
Roland


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]