diff options
author | kris <kris@FreeBSD.org> | 2000-01-17 01:28:00 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2000-01-17 01:28:00 +0000 |
commit | f7cc1d01eecb5ec07178c9914bcee69c010704ec (patch) | |
tree | 5390bfa8ccfda912a8749a5e3979f38ce54da8de /lib/libc | |
parent | 8febf895d87217afc9fe095bd19df9f8ed523720 (diff) | |
download | FreeBSD-src-f7cc1d01eecb5ec07178c9914bcee69c010704ec.zip FreeBSD-src-f7cc1d01eecb5ec07178c9914bcee69c010704ec.tar.gz |
We no longer care about the VAX and Tahoe compilers :-)
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/stdio/printf.3 | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/lib/libc/stdio/printf.3 b/lib/libc/stdio/printf.3 index 18e1493..6e1b0c8 100644 --- a/lib/libc/stdio/printf.3 +++ b/lib/libc/stdio/printf.3 @@ -390,12 +390,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 |