diff options
Diffstat (limited to 'lib/libc/stdio/scanf.3')
-rw-r--r-- | lib/libc/stdio/scanf.3 | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/lib/libc/stdio/scanf.3 b/lib/libc/stdio/scanf.3 index 311f73b3aff..0b98ea97b22 100644 --- a/lib/libc/stdio/scanf.3 +++ b/lib/libc/stdio/scanf.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: scanf.3,v 1.21 2013/03/05 17:19:06 otto Exp $ +.\" $OpenBSD: scanf.3,v 1.22 2013/07/17 05:42:11 schwarze Exp $ .\" .\" Copyright (c) 1990, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -31,7 +31,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd $Mdocdate: March 5 2013 $ +.Dd $Mdocdate: July 17 2013 $ .Dt SCANF 3 .Os .Sh NAME @@ -445,11 +445,18 @@ conform to .St -ansiC . .Sh HISTORY The functions +.Fn scanf , +.Fn fscanf , +and +.Fn sscanf +first appeared in +.At v7 , +and .Fn vscanf , .Fn vsscanf , and .Fn vfscanf -first appeared in +in .Bx 4.3 Reno . .Sh BUGS Numerical strings are truncated to 512 characters; for example, |