1 --- strerror.3.orig 2010-10-07 16:06:39.000000000 -0700
2 +++ strerror.3 2010-10-07 16:32:34.000000000 -0700
7 -.Fn perror "const char *string"
11 .Vt extern const char * const sys_errlist[] ;
12 .Vt extern const int sys_nerr ;
15 -.Fn strerror "int errnum"
20 -.Fn strerror_r "int errnum" "char *strerrbuf" "size_t buflen"
23 +.Fa "char *strerrbuf"
33 functions look up the error message string corresponding to an
35 and writes it, followed by a newline, to the
36 standard error file descriptor.
42 and does not point to the null character,
46 Error numbers recognized by this implementation fall in