xref: /titanic_51/usr/src/lib/libast/common/man/strerror.3 (revision 98157a7002f4f2cf7978f3084ca5577f0a1d72b2)
.fp 5 CW .. .nr ;G \\n(.f .Af "\\$1" "\\$2" "\\$3" "\\$4" "\\$5" "\\$6" "\\$7" "\\$8" "\\$9" \\*(;G .. .aF 5 \\n(.f "\\$1" "\\$2" "\\$3" "\\$4" "\\$5" "\\$6" "\\$7" .. .aF 5 1 "\\$1" "\\$2" "\\$3" "\\$4" "\\$5" "\\$6" "\\$7" .. .aF 1 5 "\\$1" "\\$2" "\\$3" "\\$4" "\\$5" "\\$6" "\\$7" ..

0

..

..

STRERROR 3
NAME
strerror - return error message string given error number
SYNOPSIS
.L "char* strerror(int err)"
DESCRIPTION
strerror returns the error message string corresponding to the error message number err . "Error " nnn is returned if err is invalid.
"SEE ALSO"
error(3)