From owner-cvs-src@FreeBSD.ORG Fri Jul 9 03:33:00 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 86D5116A4CE; Fri, 9 Jul 2004 03:33:00 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6851343D41; Fri, 9 Jul 2004 03:33:00 +0000 (GMT) (envelope-from das@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i693X0E5038805; Fri, 9 Jul 2004 03:33:00 GMT (envelope-from das@repoman.freebsd.org) Received: (from das@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i693X0xW038804; Fri, 9 Jul 2004 03:33:00 GMT (envelope-from das) Message-Id: <200407090333.i693X0xW038804@repoman.freebsd.org> From: David Schultz Date: Fri, 9 Jul 2004 03:33:00 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/libc/gen fpclassify.3 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Jul 2004 03:33:00 -0000 das 2004-07-09 03:33:00 UTC FreeBSD src repository Modified files: lib/libc/gen fpclassify.3 Log: Document these functions as being in libm, not libc. Some of them *are* in libc for historical reasons, but programmers should not rely on that fact. Also remove a BUGS section that is not relevant here. Revision Changes Path 1.4 +1 -4 src/lib/libc/gen/fpclassify.3