From owner-cvs-src@FreeBSD.ORG Fri Feb 27 07:03:23 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 420ED16A4CE; Fri, 27 Feb 2004 07:03:23 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2499343D31; Fri, 27 Feb 2004 07:03:23 -0800 (PST) (envelope-from dds@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1RF3MGe072551; Fri, 27 Feb 2004 07:03:22 -0800 (PST) (envelope-from dds@repoman.freebsd.org) Received: (from dds@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1RF3MGT072550; Fri, 27 Feb 2004 07:03:22 -0800 (PST) (envelope-from dds) Message-Id: <200402271503.i1RF3MGT072550@repoman.freebsd.org> From: Diomidis Spinellis Date: Fri, 27 Feb 2004 07:03:22 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/libc/locale wcstombs.3 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 27 Feb 2004 15:03:23 -0000 dds 2004/02/27 07:03:22 PST FreeBSD src repository Modified files: lib/libc/locale wcstombs.3 Log: Make consistent with the better written wcsrtombs function: - Fix syntax - Remove the (slightly wrong) duplicate explanation of the error condition - Change reference to invalid multibyte character into invalid wide character Revision Changes Path 1.2 +5 -4 src/lib/libc/locale/wcstombs.3