mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
Add cross-references to the wide character counterparts of these functions.
This commit is contained in:
parent
f927dfabc9
commit
2fe3e5cda7
4 changed files with 8 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue