Fix obvious typo.
This commit is contained in:
parent
0e28b643e9
commit
5a33f6d7e8
|
@ -1,4 +1,4 @@
|
||||||
.\" $NetBSD: isinf.3,v 1.4 1998/02/05 18:47:16 perry Exp $
|
.\" $NetBSD: isinf.3,v 1.5 1998/08/02 04:52:54 mycroft Exp $
|
||||||
.\"
|
.\"
|
||||||
.\" Copyright (c) 1991, 1993
|
.\" Copyright (c) 1991, 1993
|
||||||
.\" The Regents of the University of California. All rights reserved.
|
.\" The Regents of the University of California. All rights reserved.
|
||||||
|
@ -49,7 +49,7 @@
|
||||||
.Fn isnan double
|
.Fn isnan double
|
||||||
.Sh DESCRIPTION
|
.Sh DESCRIPTION
|
||||||
The
|
The
|
||||||
.Fn isninf
|
.Fn isinf
|
||||||
function
|
function
|
||||||
returns 1 if the number is
|
returns 1 if the number is
|
||||||
.Dq \\*(If ,
|
.Dq \\*(If ,
|
||||||
|
|
Loading…
Reference in New Issue