Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libc/stdio Drop a VAX/Tahoe reference (the VAX case wasn...



details:   https://anonhg.NetBSD.org/src/rev/2c5565d774a5
branches:  trunk
changeset: 516143:2c5565d774a5
user:      kleink <kleink%NetBSD.org@localhost>
date:      Wed Oct 17 13:27:15 2001 +0000

description:
Drop a VAX/Tahoe reference (the VAX case wasn't true with the current compiler
either).

diffstat:

 lib/libc/stdio/printf.3 |  9 ++-------
 1 files changed, 2 insertions(+), 7 deletions(-)

diffs (23 lines):

diff -r 2abf722a5ae8 -r 2c5565d774a5 lib/libc/stdio/printf.3
--- a/lib/libc/stdio/printf.3   Wed Oct 17 10:55:09 2001 +0000
+++ b/lib/libc/stdio/printf.3   Wed Oct 17 13:27:15 2001 +0000
@@ -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 @@
 .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



Home | Main Index | Thread Index | Old Index