C99 standardised the vscanf() family of functions, update Standards

section to reflect this.
This commit is contained in:
Tim J. Robbins 2002-12-20 07:46:01 +00:00
parent 1e315c9022
commit 5a7405be50
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=108120

View File

@ -36,7 +36,7 @@
.\" @(#)scanf.3 8.2 (Berkeley) 12/11/93 .\" @(#)scanf.3 8.2 (Berkeley) 12/11/93
.\" $FreeBSD$ .\" $FreeBSD$
.\" .\"
.Dd December 11, 1993 .Dd December 20, 2002
.Dt SCANF 3 .Dt SCANF 3
.Os .Os
.Sh NAME .Sh NAME
@ -486,8 +486,11 @@ the number of conversions which were successfully completed is returned.
The functions The functions
.Fn fscanf , .Fn fscanf ,
.Fn scanf , .Fn scanf ,
.Fn sscanf ,
.Fn vfscanf ,
.Fn vscanf
and and
.Fn sscanf .Fn vsscanf
conform to conform to
.St -isoC-99 . .St -isoC-99 .
.Sh BUGS .Sh BUGS