diff options
author | tjr <tjr@FreeBSD.org> | 2002-10-15 10:11:53 +0000 |
---|---|---|
committer | tjr <tjr@FreeBSD.org> | 2002-10-15 10:11:53 +0000 |
commit | 0c4686731a6d8bac541510f36a8c26f2594ea3ba (patch) | |
tree | ca6794c765e5786bae2e001390153133df7d8f57 /lib | |
parent | 30e3020a42e25ac9152207a9199af209e89edbcb (diff) | |
download | FreeBSD-src-0c4686731a6d8bac541510f36a8c26f2594ea3ba.zip FreeBSD-src-0c4686731a6d8bac541510f36a8c26f2594ea3ba.tar.gz |
Add cross-references to the wide character counterparts of these functions.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libc/stdtime/strftime.3 | 3 | ||||
-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 |
4 files changed, 8 insertions, 4 deletions
diff --git a/lib/libc/stdtime/strftime.3 b/lib/libc/stdtime/strftime.3 index 7e71df5..51b71da 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 2e41cd8..a620108 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 b9a8a1d..9067a0a 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 fcebf6f..6f4acf4 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 |