summaryrefslogtreecommitdiff
path: root/lib/libc/stdio/printf.3
diff options
context:
space:
mode:
authorJared Yanovich <jaredy@cvs.openbsd.org>2005-07-26 03:23:15 +0000
committerJared Yanovich <jaredy@cvs.openbsd.org>2005-07-26 03:23:15 +0000
commit9bbb4c0d390b0335e814dbe143f3a503d236eb38 (patch)
tree169dce7deb31521175e66a60bdd64db248f2a3a7 /lib/libc/stdio/printf.3
parent80294afd05236ca29ff412acb9525ac15dac3026 (diff)
remove note about long double not being supported by vax.
this should have been in CAVEATS anyway. ok millert, jmc
Diffstat (limited to 'lib/libc/stdio/printf.3')
-rw-r--r--lib/libc/stdio/printf.37
1 files changed, 2 insertions, 5 deletions
diff --git a/lib/libc/stdio/printf.3 b/lib/libc/stdio/printf.3
index 8d02f01809a..f138476201c 100644
--- a/lib/libc/stdio/printf.3
+++ b/lib/libc/stdio/printf.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: printf.3,v 1.47 2005/04/14 18:20:51 deraadt Exp $
+.\" $OpenBSD: printf.3,v 1.48 2005/07/26 03:23:14 jaredy Exp $
.\"
.\" Copyright (c) 1990, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -418,10 +418,7 @@ or
.Cm G
conversion corresponds to a
.Li long double
-argument (but note that long double values are not currently supported
-by the
-.Tn VAX
-compiler).
+argument.
.It
A character that specifies the type of conversion to be applied.
.El