diff options
author | jedgar <jedgar@FreeBSD.org> | 2002-01-31 13:32:14 +0000 |
---|---|---|
committer | jedgar <jedgar@FreeBSD.org> | 2002-01-31 13:32:14 +0000 |
commit | 71452012562b4f3f86264c60751b6b4f4fdd5390 (patch) | |
tree | ec6619202118f87bf8c416251302ebbf7780affc /lib/libc/string/strerror.3 | |
parent | b1c162a5bdd7f60801768c4b6b9c471bd7abb1f9 (diff) | |
download | FreeBSD-src-71452012562b4f3f86264c60751b6b4f4fdd5390.zip FreeBSD-src-71452012562b4f3f86264c60751b6b4f4fdd5390.tar.gz |
Revert last commit. stdio.h include is for perror(), not strerror()
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 3b570a7..3e75cb1 100644 --- a/lib/libc/string/strerror.3 +++ b/lib/libc/string/strerror.3 @@ -49,7 +49,7 @@ .Sh LIBRARY .Lb libc .Sh SYNOPSIS -.In string.h +.In stdio.h .Ft void .Fn perror "const char *string" .Vt extern const char * const sys_errlist[] ; |