Source-Changes-HG archive

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

[src/netbsd-1-5]: src/lib/libc/stdio pullup rev. 1.9 from trunk (approved by ...



details:   https://anonhg.NetBSD.org/src/rev/b017e0e55000
branches:  netbsd-1-5
changeset: 488546:b017e0e55000
user:      jdolecek <jdolecek%NetBSD.org@localhost>
date:      Sun Jul 16 21:16:05 2000 +0000

description:
pullup rev. 1.9 from trunk (approved by thorpej):
correct obsolete comment about v*scanf() being 'new to this release' - that
comment was there since 386BSD-0.1 import, the functions got added in 4.4BSD
or even 4.3BSD

move note about eventual removing of compatibility formats to separate
NOTES, it can hardly be considered a bug :)

diffstat:

 lib/libc/stdio/scanf.3 |  11 +++++++----
 1 files changed, 7 insertions(+), 4 deletions(-)

diffs (26 lines):

diff -r a6c741e7427e -r b017e0e55000 lib/libc/stdio/scanf.3
--- a/lib/libc/stdio/scanf.3    Sun Jul 16 20:29:08 2000 +0000
+++ b/lib/libc/stdio/scanf.3    Sun Jul 16 21:16:05 2000 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: scanf.3,v 1.8 1998/02/05 18:49:32 perry Exp $
+.\"    $NetBSD: scanf.3,v 1.8.10.1 2000/07/16 21:16:05 jdolecek Exp $
 .\"
 .\" Copyright (c) 1990, 1991, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -396,10 +396,13 @@
 .Fn vsscanf
 and
 .Fn vfscanf
-are new to this release.
+appeared in
+.Bx 4.4
+or even
+.Bx 4.3 .
+.Sh NOTES
+All of the backwards compatibility formats will be removed in the future.
 .Sh BUGS
-All of the backwards compatibility formats will be removed in the future.
-.Pp
 Numerical strings are truncated to 512 characters; for example,
 .Cm %f
 and



Home | Main Index | Thread Index | Old Index