Sort SEE ALSO, drop trailing space.
This commit is contained in:
parent
61e64d47d4
commit
06588a00dd
|
@ -1,4 +1,4 @@
|
||||||
.\" $NetBSD: isnan.3,v 1.1 2004/03/04 23:42:39 kleink Exp $
|
.\" $NetBSD: isnan.3,v 1.2 2004/03/04 23:49:31 wiz 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.
|
||||||
|
@ -28,7 +28,7 @@
|
||||||
.\" SUCH DAMAGE.
|
.\" SUCH DAMAGE.
|
||||||
.\"
|
.\"
|
||||||
.\" From: @(#)isinf.3 8.2 (Berkeley) 1/29/94
|
.\" From: @(#)isinf.3 8.2 (Berkeley) 1/29/94
|
||||||
.\" from: NetBSD: isinf.3,v 1.10 2003/08/07 16:42:52 agc Exp
|
.\" from: NetBSD: isinf.3,v 1.10 2003/08/07 16:42:52 agc Exp
|
||||||
.\"
|
.\"
|
||||||
.Dd March 5, 2004
|
.Dd March 5, 2004
|
||||||
.Dt ISNAN 3
|
.Dt ISNAN 3
|
||||||
|
@ -68,10 +68,10 @@ Otherwise 0 is returned.
|
||||||
.Sh SEE ALSO
|
.Sh SEE ALSO
|
||||||
.Xr fpclassify 3 ,
|
.Xr fpclassify 3 ,
|
||||||
.Xr isfinite 3 ,
|
.Xr isfinite 3 ,
|
||||||
.Xr isnormal 3 ,
|
|
||||||
.Xr isinf 3 ,
|
.Xr isinf 3 ,
|
||||||
.Xr isinff 3 ,
|
.Xr isinff 3 ,
|
||||||
.Xr isnanf 3 ,
|
.Xr isnanf 3 ,
|
||||||
|
.Xr isnormal 3 ,
|
||||||
.Xr math 3 ,
|
.Xr math 3 ,
|
||||||
.Xr signbit 3
|
.Xr signbit 3
|
||||||
.Rs
|
.Rs
|
||||||
|
|
Loading…
Reference in New Issue