aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorTim J. Robbins <tjr@FreeBSD.org>2002-10-15 10:11:53 +0000
committerTim J. Robbins <tjr@FreeBSD.org>2002-10-15 10:11:53 +0000
commit2fe3e5cda7301412106d1cd538f196763c5a1401 (patch)
treeca6794c765e5786bae2e001390153133df7d8f57 /lib
parentf927dfabc9c0bb0ef7b607a6e7004ad91405eed1 (diff)
downloadsrc-2fe3e5cda7301412106d1cd538f196763c5a1401.tar.gz
src-2fe3e5cda7301412106d1cd538f196763c5a1401.zip
Add cross-references to the wide character counterparts of these functions.
Notes
Notes: svn path=/head/; revision=105150
Diffstat (limited to 'lib')
-rw-r--r--lib/libc/stdtime/strftime.33
-rw-r--r--lib/libc/string/strcoll.33
-rw-r--r--lib/libc/string/strtok.33
-rw-r--r--lib/libc/string/strxfrm.33
4 files changed, 8 insertions, 4 deletions
diff --git a/lib/libc/stdtime/strftime.3 b/lib/libc/stdtime/strftime.3
index 7e71df53dc24..51b71dadae58 100644
--- a/lib/libc/stdtime/strftime.3
+++ b/lib/libc/stdtime/strftime.3
@@ -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
diff --git a/lib/libc/string/strcoll.3 b/lib/libc/string/strcoll.3
index 2e41cd856227..a62010818c56 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 b9a8a1d29657..9067a0a3233b 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 fcebf6f5460d..6f4acf4fd6b7 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