strerror - output error strings
strerror [-lx] errnumber ...
The strerror(1) utility writes the error string associated with the errnumber to standard-out.
The options are as follows:
The strerror(1) utility exits 0 on success, and >0 if an error occurs.
strsignal(1)