From 61e64d47d4bbf62dd06f0f74064f79429a8aed50 Mon Sep 17 00:00:00 2001 From: wiz Date: Thu, 4 Mar 2004 23:47:56 +0000 Subject: [PATCH] Sort SEE ALSO. --- lib/libc/gen/isinf.3 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/libc/gen/isinf.3 b/lib/libc/gen/isinf.3 index 6fae0778557d..713e0ca70c55 100644 --- a/lib/libc/gen/isinf.3 +++ b/lib/libc/gen/isinf.3 @@ -1,4 +1,4 @@ -.\" $NetBSD: isinf.3,v 1.11 2004/03/04 23:42:39 kleink Exp $ +.\" $NetBSD: isinf.3,v 1.12 2004/03/04 23:47:56 wiz Exp $ .\" .\" Copyright (c) 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -66,10 +66,10 @@ Otherwise 0 is returned. .Sh SEE ALSO .Xr fpclassify 3 , .Xr isfinite 3 , -.Xr isnormal 3 , .Xr isinff 3 , .Xr isnan 3 , .Xr isnanf 3 , +.Xr isnormal 3 , .Xr math 3 , .Xr signbit 3 .Rs