From owner-cvs-src@FreeBSD.ORG Sat Nov 20 00:00:53 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 29DDB16A4CE; Sat, 20 Nov 2004 00:00:53 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 031CA43D54; Sat, 20 Nov 2004 00:00:53 +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 iAK00qbu088555; Sat, 20 Nov 2004 00:00:52 GMT (envelope-from keramida@repoman.freebsd.org) Received: (from keramida@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id iAK00qTk088554; Sat, 20 Nov 2004 00:00:52 GMT (envelope-from keramida) Message-Id: <200411200000.iAK00qTk088554@repoman.freebsd.org> From: Giorgos Keramidas Date: Sat, 20 Nov 2004 00:00:52 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 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:00:53 -0000 keramida 2004-11-20 00:00:52 UTC FreeBSD src repository (doc committer) Modified files: (Branch: RELENG_5) 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.22.6.1 +10 -11 src/lib/libc/string/strerror.3