diff options
author | Paul Janzen <pjanzen@cvs.openbsd.org> | 2000-07-31 22:20:57 +0000 |
---|---|---|
committer | Paul Janzen <pjanzen@cvs.openbsd.org> | 2000-07-31 22:20:57 +0000 |
commit | 0eb4cfa493730045ca76968f9eb62bf17132901f (patch) | |
tree | b2136952e0aef5648ed344b3542625e5c2a9f228 | |
parent | 65f1e7982610ffdd8fa59340fa54422d40bdb89c (diff) |
reinsert corrected history section, based on jdolecek@netbsd
-rw-r--r-- | lib/libc/stdio/scanf.3 | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/lib/libc/stdio/scanf.3 b/lib/libc/stdio/scanf.3 index 3435d79cdc7..9226e6f8b0a 100644 --- a/lib/libc/stdio/scanf.3 +++ b/lib/libc/stdio/scanf.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: scanf.3,v 1.8 2000/04/27 04:16:51 aaron Exp $ +.\" $OpenBSD: scanf.3,v 1.9 2000/07/31 22:20:56 pjanzen Exp $ .\" .\" Copyright (c) 1990, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -377,6 +377,14 @@ and .Fn sscanf conform to .St -ansiC . +.Sh HISTORY +The functions +.Fn vscanf , +.Fn vsscanf , +and +.Fn vfscanf +first appeared in +.Bx 4.3 Reno . .Sh BUGS All of the backwards compatibility formats will be removed in the future. .Pp |