Home - Resumé - Up


Name

why - explain errno error numbers

Synopsis

why [number ...]

Description

A few programs report certain errors with a numeric code (errno: number) rather than a descriptive message; why prints the message corresponding to each supplied error number.

See Also

strerror(3)