From bc98899df0cacd037d1051e8585d197b92d1a254 Mon Sep 17 00:00:00 2001 From: "Tim J. Robbins" Date: Sun, 6 Oct 2002 05:58:24 +0000 Subject: [PATCH] Remove a completely incorrect statement from the Return Values section. Add cross-references to the restartable mulitybte functions (mbrlen(3) etc.) --- lib/libc/locale/multibyte.3 | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/lib/libc/locale/multibyte.3 b/lib/libc/locale/multibyte.3 index a2abd40105f7..4d4a7d7dc563 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