From owner-freebsd-doc@FreeBSD.ORG Fri Jun 27 13:25:48 2008 Return-Path: Delivered-To: freebsd-doc@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 81F811065674; Fri, 27 Jun 2008 13:25:48 +0000 (UTC) (envelope-from roam@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 656DD8FC16; Fri, 27 Jun 2008 13:25:48 +0000 (UTC) (envelope-from roam@FreeBSD.org) Received: from freefall.freebsd.org (roam@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m5RDPmsi034199; Fri, 27 Jun 2008 13:25:48 GMT (envelope-from roam@freefall.freebsd.org) Received: (from roam@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m5RDPmIL034195; Fri, 27 Jun 2008 13:25:48 GMT (envelope-from roam) Date: Fri, 27 Jun 2008 13:25:48 GMT Message-Id: <200806271325.m5RDPmIL034195@freefall.freebsd.org> To: petefrench@ticketswitch.com, roam@FreeBSD.org, freebsd-doc@FreeBSD.org From: roam@FreeBSD.org Cc: Subject: Re: docs/125043: man page for strerror references wrong header file X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 27 Jun 2008 13:25:48 -0000 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 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 " 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