1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-30 16:51:41 +00:00

strerror(3) is in string.h, not stdio.h

MFC after:	1 week
This commit is contained in:
Chris D. Faulhaber 2002-01-31 13:20:48 +00:00
parent 56bcbf00e2
commit 066f7169c1
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=90017

View File

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