From jdowdal@destiny.erols.com  Tue Nov 11 10:10:39 1997
Received: from destiny.erols.com (destiny.erols.com [207.96.73.65])
          by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id KAA09936
          for <FreeBSD-gnats-submit@freebsd.org>; Tue, 11 Nov 1997 10:10:37 -0800 (PST)
          (envelope-from jdowdal@destiny.erols.com)
Received: (from jdowdal@localhost) by destiny.erols.com (8.8.8/8.6.12) id NAA06444; Tue, 11 Nov 1997 13:10:28 -0500 (EST)
Message-Id: <199711111810.NAA06444@destiny.erols.com>
Date: Tue, 11 Nov 1997 13:10:28 -0500 (EST)
From: John Dowdal <jdowdal@destiny.erols.com>
Reply-To: jdowdal@destiny.erols.com
To: FreeBSD-gnats-submit@freebsd.org
Subject: typo in man page for ceil <Synopsis of the problem (one line)>
X-Send-Pr-Version: 3.2

>Number:         5015
>Category:       docs
>Synopsis:       typo in man page for ceil
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    steve
>State:          closed
>Quarter:
>Keywords:
>Date-Required:
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Nov 11 10:20:01 PST 1997
>Closed-Date:    Fri Nov 28 20:58:11 PST 1997
>Last-Modified:  Fri Nov 28 20:58:56 PST 1997
>Originator:     John Dowdal
>Release:        FreeBSD 2.2.5-STABLE i386
>Organization:
>Environment:

	

uname -a: 
FreeBSD destiny.erols.com 2.2.5-STABLE FreeBSD 2.2.5-STABLE #16: Sun Nov  9 12:04:19 EST 1997     jdowdal@destiny.erols.com:/usr/src/sys/compile/DESTINY22r  i386

problem has not been fixed as of cvsup a few minutes ago

>Description:

	

"man ceil" returns:
SYNOPSIS
     #include <math.h>

     double
     ceil(double x)

     float
     ceil(float x)

which shows the same name for both doubles and floats, which is wrong.
The float version needs to change to 'ceilf'.


>How-To-Repeat:

	

see above

>Fix:
	
	

Diffs for /usr/src/lib/msun/man/ceil.3
===================================================================
RCS file: RCS/ceil.3,v
retrieving revision 1.1
diff -c -r1.1 ceil.3
*** ceil.3      1997/11/11 18:01:42     1.1
--- ceil.3      1997/11/11 18:02:02
***************
*** 44,50 ****
  .Ft double
  .Fn ceil "double x"
  .Ft float
! .Fn ceil "float x"
  .Sh DESCRIPTION
  The
  .Fn ceil
--- 44,50 ----
  .Ft double
  .Fn ceil "double x"
  .Ft float
! .Fn ceilf "float x"
  .Sh DESCRIPTION
  The
  .Fn ceil


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: gnats-admin->freebsd-bugs 
Responsible-Changed-By: max 
Responsible-Changed-When: Thu Nov 13 04:36:50 PST 1997 
Responsible-Changed-Why:  
Misfiled PR. 
State-Changed-From-To: open->closed 
State-Changed-By: steve 
State-Changed-When: Fri Nov 28 20:58:11 PST 1997 
State-Changed-Why:  
Fixed by jdp in revision 1.3.2.2 of ceil.3. 
>Unformatted:
