why - explain errno error numbers
why [number ...]
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.
strerror(3)