diff options
author | 2000-07-31 22:20:56 +0000 | |
---|---|---|
committer | 2000-07-31 22:20:56 +0000 | |
commit | 83ad4e09db2f8e93e98f0d02e5ca0b3417c28449 (patch) | |
tree | ee16d2c92d8fdc5e0947b03c8b281b0fe452b67b /lib/libc/stdio/scanf.3 | |
parent | use noauto on /cdrom in the example (diff) | |
download | wireguard-openbsd-83ad4e09db2f8e93e98f0d02e5ca0b3417c28449.tar.xz wireguard-openbsd-83ad4e09db2f8e93e98f0d02e5ca0b3417c28449.zip |
reinsert corrected history section, based on jdolecek@netbsd
Diffstat (limited to 'lib/libc/stdio/scanf.3')
-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 |