diff options
| author | Tim J. Robbins <tjr@FreeBSD.org> | 2002-10-15 10:11:53 +0000 |
|---|---|---|
| committer | Tim J. Robbins <tjr@FreeBSD.org> | 2002-10-15 10:11:53 +0000 |
| commit | 2fe3e5cda7301412106d1cd538f196763c5a1401 (patch) | |
| tree | ca6794c765e5786bae2e001390153133df7d8f57 /lib/libc/string | |
| parent | f927dfabc9c0bb0ef7b607a6e7004ad91405eed1 (diff) | |
Notes
Diffstat (limited to 'lib/libc/string')
| -rw-r--r-- | lib/libc/string/strcoll.3 | 3 | ||||
| -rw-r--r-- | lib/libc/string/strtok.3 | 3 | ||||
| -rw-r--r-- | lib/libc/string/strxfrm.3 | 3 |
3 files changed, 6 insertions, 3 deletions
diff --git a/lib/libc/string/strcoll.3 b/lib/libc/string/strcoll.3 index 2e41cd856227c..a62010818c56f 100644 --- a/lib/libc/string/strcoll.3 +++ b/lib/libc/string/strcoll.3 @@ -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 diff --git a/lib/libc/string/strtok.3 b/lib/libc/string/strtok.3 index b9a8a1d29657c..9067a0a3233b0 100644 --- a/lib/libc/string/strtok.3 +++ b/lib/libc/string/strtok.3 @@ -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 diff --git a/lib/libc/string/strxfrm.3 b/lib/libc/string/strxfrm.3 index fcebf6f5460de..6f4acf4fd6b77 100644 --- a/lib/libc/string/strxfrm.3 +++ b/lib/libc/string/strxfrm.3 @@ -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 |
