Add cross-references to the wide character counterparts of these functions.

This commit is contained in:
Tim J. Robbins 2002-10-15 10:11:53 +00:00
parent f927dfabc9
commit 2fe3e5cda7
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=105150
4 changed files with 8 additions and 4 deletions

View File

@ -224,7 +224,8 @@ is replaced by
.Xr printf 1 ,
.Xr ctime 3 ,
.Xr printf 3 ,
.Xr strptime 3
.Xr strptime 3 ,
.Xr wcsftime 3
.Sh STANDARDS
The
.Fn strftime

View File

@ -66,7 +66,8 @@ is greater than, equal to, or less than
.Sh SEE ALSO
.Xr setlocale 3 ,
.Xr strcmp 3 ,
.Xr strxfrm 3
.Xr strxfrm 3 ,
.Xr wcscoll 3
.Sh STANDARDS
The
.Fn strcoll

View File

@ -145,7 +145,8 @@ for (word = strtok_r(test, sep, &brkt);
.Xr strrchr 3 ,
.Xr strsep 3 ,
.Xr strspn 3 ,
.Xr strstr 3
.Xr strstr 3 ,
.Xr wcstok 3
.Sh STANDARDS
The
.Fn strtok

View File

@ -90,7 +90,8 @@ are indeterminate.
.Sh SEE ALSO
.Xr setlocale 3 ,
.Xr strcmp 3 ,
.Xr strcoll 3
.Xr strcoll 3 ,
.Xr wcsxfrm 3
.Sh STANDARDS
The
.Fn strxfrm