Date: Fri, 27 Jun 2008 13:25:48 GMT From: roam@FreeBSD.org To: petefrench@ticketswitch.com, roam@FreeBSD.org, freebsd-doc@FreeBSD.org Subject: Re: docs/125043: man page for strerror references wrong header file Message-ID: <200806271325.m5RDPmIL034195@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
Synopsis: man page for strerror references wrong header file State-Changed-From-To: open->closed State-Changed-By: roam State-Changed-When: Fri Jun 27 13:21:37 UTC 2008 State-Changed-Why: Actually, the manual page is correct - it simply documents more than one C library function :) The <stdio.h> include is before the documentation for the perror() function, which is indeed declared there. Further down, just before the prototype of strerror(), there *is* a "#include <string.h>" line in the manual page, isn't there? :) Even so, thanks for your efforts to make FreeBSD better by reporting what appeared to be a problem with the documentation! http://www.freebsd.org/cgi/query-pr.cgi?pr=125043
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200806271325.m5RDPmIL034195>