1 --- _SB/Libc/string/FreeBSD/strerror.3 2004-11-25 11:38:47.000000000 -0800
2 +++ _SB/Libc/string/FreeBSD/strerror.3.edit 2006-06-28 16:55:53.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,