diff options
author | jedgar <jedgar@FreeBSD.org> | 2002-01-31 13:20:48 +0000 |
---|---|---|
committer | jedgar <jedgar@FreeBSD.org> | 2002-01-31 13:20:48 +0000 |
commit | 1166498e69688c021f3f802934be54aa3f5f9b20 (patch) | |
tree | f06c2b1899c92705a5fe35b5db1202c2e7c58732 /lib/libc/string/strerror.3 | |
parent | 6f84f53a9e15e477fb800d6c71805445b5df3f04 (diff) | |
download | FreeBSD-src-1166498e69688c021f3f802934be54aa3f5f9b20.zip FreeBSD-src-1166498e69688c021f3f802934be54aa3f5f9b20.tar.gz |
strerror(3) is in string.h, not stdio.h
MFC after: 1 week
Diffstat (limited to 'lib/libc/string/strerror.3')
-rw-r--r-- | lib/libc/string/strerror.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/string/strerror.3 b/lib/libc/string/strerror.3 index 3e75cb1..3b570a7 100644 --- a/lib/libc/string/strerror.3 +++ b/lib/libc/string/strerror.3 @@ -49,7 +49,7 @@ .Sh LIBRARY .Lb libc .Sh SYNOPSIS -.In stdio.h +.In string.h .Ft void .Fn perror "const char *string" .Vt extern const char * const sys_errlist[] ; |