diff options
-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 |