diff options
author | tjr <tjr@FreeBSD.org> | 2002-10-06 05:58:24 +0000 |
---|---|---|
committer | tjr <tjr@FreeBSD.org> | 2002-10-06 05:58:24 +0000 |
commit | b3e1209c7ad3529dbb9290543653daa2ac8d5352 (patch) | |
tree | c6fc0df7d61b934e5aecd593038faaba56578d71 /lib/libc | |
parent | 7bd9004154ab5a4569da7987b1bd94839420add3 (diff) | |
download | FreeBSD-src-b3e1209c7ad3529dbb9290543653daa2ac8d5352.zip FreeBSD-src-b3e1209c7ad3529dbb9290543653daa2ac8d5352.tar.gz |
Remove a completely incorrect statement from the Return Values section.
Add cross-references to the restartable mulitybte functions (mbrlen(3) etc.)
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/locale/multibyte.3 | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/lib/libc/locale/multibyte.3 b/lib/libc/locale/multibyte.3 index a2abd40..4d4a7d7 100644 --- a/lib/libc/locale/multibyte.3 +++ b/lib/libc/locale/multibyte.3 @@ -35,7 +35,7 @@ .\" @(#)multibyte.3 8.1 (Berkeley) 6/4/93 .\" $FreeBSD$ .\" -.Dd June 4, 1993 +.Dd October 6, 2002 .Dt MULTIBYTE 3 .Os .Sh NAME @@ -191,10 +191,6 @@ bytes are stored in Partial multibyte characters at the end of the string are not stored. The multibyte character string is null terminated if there is room. .Sh "RETURN VALUES -If multibyte characters are not supported in the current locale, -all of these functions will return \-1 if characters can be processed, -otherwise 0. -.Pp If .Fa mbchar is @@ -227,9 +223,14 @@ If any invalid multibyte characters are encountered, both functions return \-1. .Sh "SEE ALSO .Xr btowc 3 , +.Xr mbrlen 3 , +.Xr mbrtowc 3 , .Xr mbrune 3 , +.Xr mbsrtowcs 3 , .Xr rune 3 , .Xr setlocale 3 , +.Xr wcrtomb 3 , +.Xr wcsrtombs 3 , .Xr euc 4 , .Xr utf2 4 .Sh STANDARDS |