diff options
author | 2005-07-26 03:23:14 +0000 | |
---|---|---|
committer | 2005-07-26 03:23:14 +0000 | |
commit | 4fec794df2acd6ca0fafb7db80f667a1b04f340c (patch) | |
tree | bb15280cbd6031328b96e5d3bc79ac0d89bbbb22 /lib/libc/stdio/printf.3 | |
parent | note error return of mkstemps; ok millert, jmc (diff) | |
download | wireguard-openbsd-4fec794df2acd6ca0fafb7db80f667a1b04f340c.tar.xz wireguard-openbsd-4fec794df2acd6ca0fafb7db80f667a1b04f340c.zip |
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.3 | 7 |
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 |