diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2001-09-06 04:40:56 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2001-09-06 04:40:56 +0000 |
commit | 11d90fa91d050f60121d10dee0d00f9327738a2d (patch) | |
tree | d4b021666f5ce6c8b09aadc6f2922b1b70ecebe8 | |
parent | 0f12323184448a9dac888847f3eb18bb3e0b061c (diff) |
It is silly to reference the Tahoe architecture.
-rw-r--r-- | lib/libc/gen/isinf.3 | 7 | ||||
-rw-r--r-- | lib/libc/stdio/printf.3 | 6 |
2 files changed, 5 insertions, 8 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. diff --git a/lib/libc/stdio/printf.3 b/lib/libc/stdio/printf.3 index afa7c1866bd..fb34315e99d 100644 --- a/lib/libc/stdio/printf.3 +++ b/lib/libc/stdio/printf.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: printf.3,v 1.35 2001/06/23 15:00:25 provos Exp $ +.\" $OpenBSD: printf.3,v 1.36 2001/09/06 04:40:55 millert Exp $ .\" .\" Copyright (c) 1990, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -405,9 +405,7 @@ conversion corresponds to a argument (but note that long double values are not currently supported by the .Tn VAX -and -.Tn Tahoe -compilers). +compiler). .It A character that specifies the type of conversion to be applied. .El |