Add cross-references between wide character and single-byte character
versions of printf() and scanf().
This commit is contained in:
parent
96742ff1f2
commit
3068301c8b
@ -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
|
||||
|
@ -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 ,
|
||||
|
@ -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 ,
|
||||
|
Loading…
Reference in New Issue
Block a user