summaryrefslogtreecommitdiffstats
path: root/lib/libc
diff options
context:
space:
mode:
authorpjanzen <pjanzen@openbsd.org>2000-07-31 22:20:56 +0000
committerpjanzen <pjanzen@openbsd.org>2000-07-31 22:20:56 +0000
commit83ad4e09db2f8e93e98f0d02e5ca0b3417c28449 (patch)
treeee16d2c92d8fdc5e0947b03c8b281b0fe452b67b /lib/libc
parentuse noauto on /cdrom in the example (diff)
downloadwireguard-openbsd-83ad4e09db2f8e93e98f0d02e5ca0b3417c28449.tar.xz
wireguard-openbsd-83ad4e09db2f8e93e98f0d02e5ca0b3417c28449.zip
reinsert corrected history section, based on jdolecek@netbsd
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/stdio/scanf.310
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