Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 8 Feb 2003 10:23:20 +0100 (CET)
From:      Lukas Ertl <l.ertl@univie.ac.at>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   docs/48083: [PATCH] missing #include in manpage for isinf(3) 
Message-ID:  <200302080923.h189NKGO007442@korben.in.tern>

next in thread | raw e-mail | index | archive | help

>Number:         48083
>Category:       docs
>Synopsis:       [PATCH] missing #include in manpage for isinf(3)
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-doc
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat Feb 08 01:30:08 PST 2003
>Closed-Date:
>Last-Modified:
>Originator:     Lukas Ertl
>Release:        FreeBSD 5.0-CURRENT i386
>Organization:
Vienna University Computer Center
>Environment:
System: FreeBSD korben 5.0-CURRENT FreeBSD 5.0-CURRENT #0: Thu Feb 6 21:12:59 CET 2003 le@korben:/usr/obj/usr/src/sys/KORBEN i386


	
>Description:
The manpage for isinf(3), isnan(3) and isnanf(3) has no "#include <math.h>"
in the SYSNOPSIS.
>How-To-Repeat:
	
>Fix:

	

--- isinf.diff begins here ---
Index: lib/libc/gen/isinf.3
===================================================================
RCS file: /u/cvs/cvs/src/lib/libc/gen/isinf.3,v
retrieving revision 1.7
diff -u -r1.7 isinf.3
--- lib/libc/gen/isinf.3	30 Oct 2000 13:23:18 -0000	1.7
+++ lib/libc/gen/isinf.3	8 Feb 2003 09:16:04 -0000
@@ -43,6 +43,7 @@
 .Sh LIBRARY
 .Lb libc
 .Sh SYNOPSIS
+.In math.h
 .Ft int
 .Fn isinf double
 .Ft int
--- isinf.diff ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-doc" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200302080923.h189NKGO007442>