Add cross-references between wide character and single-byte character

versions of printf() and scanf().
This commit is contained in:
tjr 2002-09-24 09:22:47 +00:00
parent 96742ff1f2
commit 3068301c8b
3 changed files with 6 additions and 2 deletions

View File

@ -762,7 +762,8 @@ Always use the proper secure idiom:
.Sh SEE ALSO
.Xr printf 1 ,
.Xr scanf 3 ,
.Xr setlocale 3
.Xr setlocale 3 ,
.Xr wprintf 3
.Rs
.%T "The FreeBSD Security Architecture"
.Re

View File

@ -476,10 +476,12 @@ has begun,
the number of conversions which were successfully completed is returned.
.Sh SEE ALSO
.Xr getc 3 ,
.Xr mbrtowc 3 ,
.Xr printf 3 ,
.Xr strtod 3 ,
.Xr strtol 3 ,
.Xr strtoul 3
.Xr strtoul 3 ,
.Xr wscanf 3
.Sh STANDARDS
The functions
.Fn fscanf ,

View File

@ -469,6 +469,7 @@ has begun,
the number of conversions which were successfully completed is returned.
.Sh SEE ALSO
.Xr fgetwc 3 ,
.Xr scanf 3 ,
.Xr wcrtomb 3 ,
.Xr wcstod 3 ,
.Xr wcstol 3 ,