diff options
-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 |