diff options
| author | kleink <kleink@NetBSD.org> | 2001-10-17 13:27:15 +0000 |
|---|---|---|
| committer | kleink <kleink@NetBSD.org> | 2001-10-17 13:27:15 +0000 |
| commit | aea3dece2d11a3d2cb1b175b30b8539da7fb861c (patch) | |
| tree | cc13c7cad214407554cbfa722a425da4ef729a2a /lib/libc/stdio/printf.3 | |
| parent | 1990d680c47c2b8bd74505f20a5594a5ea58fa5d (diff) | |
Drop a VAX/Tahoe reference (the VAX case wasn't true with the current compiler
either).
Diffstat (limited to 'lib/libc/stdio/printf.3')
| -rw-r--r-- | lib/libc/stdio/printf.3 | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/lib/libc/stdio/printf.3 b/lib/libc/stdio/printf.3 index ded4ac01b57..d5c945062cc 100644 --- a/lib/libc/stdio/printf.3 +++ b/lib/libc/stdio/printf.3 @@ -1,4 +1,4 @@ -.\" $NetBSD: printf.3,v 1.20 2001/09/16 02:17:16 wiz Exp $ +.\" $NetBSD: printf.3,v 1.21 2001/10/17 13:27:15 kleink Exp $ .\" .\" Copyright (c) 1990, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -448,12 +448,7 @@ or .Cm G conversion corresponds to a .Em long double -argument (but note that long double values are not currently supported -by the -.Tn VAX -and -.Tn Tahoe -compilers). +argument. .It A character that specifies the type of conversion to be applied. .El |
