Delete stray reference to vsnprintf().

This commit is contained in:
Tim J. Robbins 2002-09-21 14:25:58 +00:00
parent c5604d0a50
commit 0e2e10070d

View File

@ -81,10 +81,9 @@ and
.Fn vfwprintf
write output to the given output
.Fa stream ;
.Fn swprintf ,
.Fn vswprintf ,
.Fn swprintf
and
.Fn vsnprintf
.Fn vswprintf
write to the wide character string
.Fa ws .
.Pp