Add cross-references between wide character and single-byte character
versions of printf() and scanf().
This commit is contained in:
parent
89265cb899
commit
38b5abad06
@ -762,7 +762,8 @@ Always use the proper secure idiom:
|
|||||||
.Sh SEE ALSO
|
.Sh SEE ALSO
|
||||||
.Xr printf 1 ,
|
.Xr printf 1 ,
|
||||||
.Xr scanf 3 ,
|
.Xr scanf 3 ,
|
||||||
.Xr setlocale 3
|
.Xr setlocale 3 ,
|
||||||
|
.Xr wprintf 3
|
||||||
.Rs
|
.Rs
|
||||||
.%T "The FreeBSD Security Architecture"
|
.%T "The FreeBSD Security Architecture"
|
||||||
.Re
|
.Re
|
||||||
|
@ -476,10 +476,12 @@ has begun,
|
|||||||
the number of conversions which were successfully completed is returned.
|
the number of conversions which were successfully completed is returned.
|
||||||
.Sh SEE ALSO
|
.Sh SEE ALSO
|
||||||
.Xr getc 3 ,
|
.Xr getc 3 ,
|
||||||
|
.Xr mbrtowc 3 ,
|
||||||
.Xr printf 3 ,
|
.Xr printf 3 ,
|
||||||
.Xr strtod 3 ,
|
.Xr strtod 3 ,
|
||||||
.Xr strtol 3 ,
|
.Xr strtol 3 ,
|
||||||
.Xr strtoul 3
|
.Xr strtoul 3 ,
|
||||||
|
.Xr wscanf 3
|
||||||
.Sh STANDARDS
|
.Sh STANDARDS
|
||||||
The functions
|
The functions
|
||||||
.Fn fscanf ,
|
.Fn fscanf ,
|
||||||
|
@ -469,6 +469,7 @@ has begun,
|
|||||||
the number of conversions which were successfully completed is returned.
|
the number of conversions which were successfully completed is returned.
|
||||||
.Sh SEE ALSO
|
.Sh SEE ALSO
|
||||||
.Xr fgetwc 3 ,
|
.Xr fgetwc 3 ,
|
||||||
|
.Xr scanf 3 ,
|
||||||
.Xr wcrtomb 3 ,
|
.Xr wcrtomb 3 ,
|
||||||
.Xr wcstod 3 ,
|
.Xr wcstod 3 ,
|
||||||
.Xr wcstol 3 ,
|
.Xr wcstol 3 ,
|
||||||
|
Loading…
Reference in New Issue
Block a user