From 9b26000e8df20bd325528f90c3529c0197eb5488 Mon Sep 17 00:00:00 2001 From: tjr Date: Fri, 20 Dec 2002 07:46:01 +0000 Subject: C99 standardised the vscanf() family of functions, update Standards section to reflect this. --- lib/libc/stdio/scanf.3 | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'lib/libc/stdio/scanf.3') 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 -- cgit v1.1