diff options
author | tjr <tjr@FreeBSD.org> | 2002-12-20 07:46:01 +0000 |
---|---|---|
committer | tjr <tjr@FreeBSD.org> | 2002-12-20 07:46:01 +0000 |
commit | 9b26000e8df20bd325528f90c3529c0197eb5488 (patch) | |
tree | d674c1afed78b34614c00eebd1e4e477794cdd5f /lib/libc/stdio | |
parent | caafad42bbbf503f1f0db4c093c9659f65738f8c (diff) | |
download | FreeBSD-src-9b26000e8df20bd325528f90c3529c0197eb5488.zip FreeBSD-src-9b26000e8df20bd325528f90c3529c0197eb5488.tar.gz |
C99 standardised the vscanf() family of functions, update Standards
section to reflect this.
Diffstat (limited to 'lib/libc/stdio')
-rw-r--r-- | lib/libc/stdio/scanf.3 | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/lib/libc/stdio/scanf.3 b/lib/libc/stdio/scanf.3 index 5067e29..55367c4 100644 --- a/lib/libc/stdio/scanf.3 +++ b/lib/libc/stdio/scanf.3 @@ -36,7 +36,7 @@ .\" @(#)scanf.3 8.2 (Berkeley) 12/11/93 .\" $FreeBSD$ .\" -.Dd December 11, 1993 +.Dd December 20, 2002 .Dt SCANF 3 .Os .Sh NAME @@ -486,8 +486,11 @@ the number of conversions which were successfully completed is returned. The functions .Fn fscanf , .Fn scanf , +.Fn sscanf , +.Fn vfscanf , +.Fn vscanf and -.Fn sscanf +.Fn vsscanf conform to .St -isoC-99 . .Sh BUGS |