Revert last commit. stdio.h include is for perror(), not strerror()

This commit is contained in:
Chris D. Faulhaber 2002-01-31 13:32:14 +00:00
parent 32c41949c6
commit ea018aa260
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=90021

View File

@ -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[] ;