From owner-freebsd-doc@FreeBSD.ORG Sun May 4 15:26:46 2003 Return-Path: Delivered-To: freebsd-doc@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A983A37B401; Sun, 4 May 2003 15:26:46 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 46C5B43FAF; Sun, 4 May 2003 15:26:46 -0700 (PDT) (envelope-from murray@FreeBSD.org) Received: from freefall.freebsd.org (murray@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h44MQkUp053076; Sun, 4 May 2003 15:26:46 -0700 (PDT) (envelope-from murray@freefall.freebsd.org) Received: (from murray@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h44MQjSj053072; Sun, 4 May 2003 15:26:45 -0700 (PDT) Date: Sun, 4 May 2003 15:26:45 -0700 (PDT) From: Murray Stokely Message-Id: <200305042226.h44MQjSj053072@freefall.freebsd.org> To: l.ertl@univie.ac.at, murray@FreeBSD.org, freebsd-doc@FreeBSD.org Subject: Re: docs/48083: [PATCH] missing #include in manpage for isinf(3) X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 04 May 2003 22:26:47 -0000 Synopsis: [PATCH] missing #include in manpage for isinf(3) State-Changed-From-To: open->closed State-Changed-By: murray State-Changed-When: Sun May 4 15:25:57 PDT 2003 State-Changed-Why: Just a few days after this PR was submitted the isinf(3) functions were converted to macros for C99 compatibility and the man page was removed from -CURRENT. However, I have applied this change to the -STABLE manpage. Thanks for the submission. http://www.freebsd.org/cgi/query-pr.cgi?pr=48083