From owner-cvs-src@FreeBSD.ORG Sat Nov 20 00:03:28 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 75C8716A4CE; Sat, 20 Nov 2004 00:03:28 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 503F843D1D; Sat, 20 Nov 2004 00:03:28 +0000 (GMT) (envelope-from keramida@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id iAK03Skg088651; Sat, 20 Nov 2004 00:03:28 GMT (envelope-from keramida@repoman.freebsd.org) Received: (from keramida@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id iAK03SPx088650; Sat, 20 Nov 2004 00:03:28 GMT (envelope-from keramida) Message-Id: <200411200003.iAK03SPx088650@repoman.freebsd.org> From: Giorgos Keramidas Date: Sat, 20 Nov 2004 00:03:28 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/lib/libc/string strerror.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: Sat, 20 Nov 2004 00:03:28 -0000 keramida 2004-11-20 00:03:28 UTC FreeBSD src repository (doc committer) Modified files: (Branch: RELENG_4) lib/libc/string strerror.3 Log: MFC 1.23: Correctly document the return value of strerror() and strerror_r() and the contents of the returned buffer for unknown error codes. Revision Changes Path 1.7.2.8 +10 -11 src/lib/libc/string/strerror.3