diff options
author | 2001-09-06 04:40:55 +0000 | |
---|---|---|
committer | 2001-09-06 04:40:55 +0000 | |
commit | ecbfbea707203750f5d5238366eea5df0e85546a (patch) | |
tree | a08b3a3b032d60f673a9b6313c490d3523b827a9 /lib/libc/gen | |
parent | Rewrite interrupt handler a bit... ack interrupts sooner. (diff) | |
download | wireguard-openbsd-ecbfbea707203750f5d5238366eea5df0e85546a.tar.xz wireguard-openbsd-ecbfbea707203750f5d5238366eea5df0e85546a.zip |
It is silly to reference the Tahoe architecture.
Diffstat (limited to 'lib/libc/gen')
-rw-r--r-- | lib/libc/gen/isinf.3 | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/lib/libc/gen/isinf.3 b/lib/libc/gen/isinf.3 index e3195ebc351..cebac8b9fe6 100644 --- a/lib/libc/gen/isinf.3 +++ b/lib/libc/gen/isinf.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: isinf.3,v 1.8 2000/12/24 00:30:49 aaron Exp $ +.\" $OpenBSD: isinf.3,v 1.9 2001/09/06 04:40:55 millert Exp $ .\" .\" Copyright (c) 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -76,8 +76,7 @@ otherwise 0. .%R Std 754-1985 .Re .Sh BUGS -Neither the .Tn VAX -nor the Tahoe floating point have distinguished values +floating point does not have distinguished values for either infinity or not-a-number. -These routines always return 0 on those architectures. +These routines always return 0 on that architecture. |