aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/string/strerror.3
diff options
context:
space:
mode:
authorChris D. Faulhaber <jedgar@FreeBSD.org>2002-01-31 13:20:48 +0000
committerChris D. Faulhaber <jedgar@FreeBSD.org>2002-01-31 13:20:48 +0000
commit066f7169c1b561bbd678755ae77ccb33a7e6555c (patch)
treef06c2b1899c92705a5fe35b5db1202c2e7c58732 /lib/libc/string/strerror.3
parent56bcbf00e27de12298bc3d6de9d6925b6f431145 (diff)
downloadsrc-066f7169c1b561bbd678755ae77ccb33a7e6555c.tar.gz
src-066f7169c1b561bbd678755ae77ccb33a7e6555c.zip
strerror(3) is in string.h, not stdio.h
MFC after: 1 week
Notes
Notes: svn path=/head/; revision=90017
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 3e75cb140048..3b570a7c8b7d 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[] ;