summaryrefslogtreecommitdiffstats
path: root/lib/libc/string/strerror.3
diff options
context:
space:
mode:
authorjedgar <jedgar@FreeBSD.org>2002-01-31 13:20:48 +0000
committerjedgar <jedgar@FreeBSD.org>2002-01-31 13:20:48 +0000
commit1166498e69688c021f3f802934be54aa3f5f9b20 (patch)
treef06c2b1899c92705a5fe35b5db1202c2e7c58732 /lib/libc/string/strerror.3
parent6f84f53a9e15e477fb800d6c71805445b5df3f04 (diff)
downloadFreeBSD-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.32
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[] ;
OpenPOWER on IntegriCloud