From 51008fe87ad62a3ec11304fce7503b27db1ac082 Mon Sep 17 00:00:00 2001 From: wiz Date: Thu, 15 Jan 2004 20:30:46 +0000 Subject: [PATCH] I guess ture means true. --- lib/libc/gen/isnormal.3 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/libc/gen/isnormal.3 b/lib/libc/gen/isnormal.3 index 9f4c28dcb1c3..c7024a9b6424 100644 --- a/lib/libc/gen/isnormal.3 +++ b/lib/libc/gen/isnormal.3 @@ -1,4 +1,4 @@ -.\" $NetBSD: isnormal.3,v 1.1 2004/01/15 19:43:45 kleink Exp $ +.\" $NetBSD: isnormal.3,v 1.2 2004/01/15 20:30:46 wiz Exp $ .\" .\" Copyright (c) 2003 The NetBSD Foundation, Inc. .\" All rights reserved. @@ -62,7 +62,7 @@ is normal, and neither zero, subnormal, infinite nor NaN. .Ss VAX It is determined whether the value of .Fa x -is finite, and neither ture zero, dirty zero nor ROP. +is finite, and neither true zero, dirty zero nor ROP. .Sh RETURN VALUES The .Fn isnormal