Subject: lib/2690: problem with manpage for ceil (libm)
To: None <gnats-bugs@NetBSD.ORG>
From: None <yoav@mit.edu>
List: netbsd-bugs
Date: 08/12/1996 14:46:34
>Number: 2690
>Category: lib
>Synopsis: problem with manpage for ceil (libm)
>Confidential: no
>Severity: non-critical
>Priority: medium
>Responsible: lib-bug-people (Library Bug People)
>State: open
>Class: doc-bug
>Submitter-Id: net
>Arrival-Date: Mon Aug 12 15:20:03 1996
>Last-Modified:
>Originator: Yoav Yerushalmi
>Organization:
M.I.T.
------------------------------------------------------------
| Yoav Yerushalmi | My opinions are mine.. |
| M.I.T student at large | (I hope.. don't sue) |
| http://www.mit.edu/afs/sipb/user/yoav/html/homepage.html |
------------------------------------------------------------
>Release: 1.2_BETA
>Environment:
NetBSD, all
System: NetBSD i-see-everything-twice 1.2_BETA NetBSD 1.2_BETA (YOAV) #4: Tue Jul 16 16:44:58 EDT 1996 root@i-see-everything-twice:/u1/usr/src/sys/arch/i386/compile/YOAV i386
>Description:
When looking at the manpage for ceil, the NAME line gives an incorrect
description (one matching floor).
>How-To-Repeat:
man ceil
>Fix:
diff -rc /usr/src/lib/libm/ceil.cat3 ceil.cat3
*** /usr/src/lib/libm/ceil.cat3 Tue Jul 16 10:37:20 1996
--- ceil.cat3 Mon Aug 12 14:36:41 1996
***************
*** 1,7 ****
CEIL(3) NetBSD Programmer's Manual CEIL(3)
NAME
! ceil - round to smallest integral value not greater than x
SYNOPSIS
#include <math.h>
--- 1,7 ----
CEIL(3) NetBSD Programmer's Manual CEIL(3)
NAME
! ceil - round to smallest integral value greater than or equal to x
SYNOPSIS
#include <math.h>
>Audit-Trail:
>Unformatted: