From owner-cvs-all@FreeBSD.ORG Tue Oct 12 14:52:52 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AA78E16A4CE; Tue, 12 Oct 2004 14:52:52 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 87AB243D31; Tue, 12 Oct 2004 14:52:52 +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 i9CEqqQ6015634; Tue, 12 Oct 2004 14:52:52 GMT (envelope-from keramida@repoman.freebsd.org) Received: (from keramida@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9CEqqXt015633; Tue, 12 Oct 2004 14:52:52 GMT (envelope-from keramida) Message-Id: <200410121452.i9CEqqXt015633@repoman.freebsd.org> From: Giorgos Keramidas Date: Tue, 12 Oct 2004 14:52:52 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/libc/string strerror.3 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 14:52:52 -0000 keramida 2004-10-12 14:52:52 UTC FreeBSD src repository (doc committer) Modified files: lib/libc/string strerror.3 Log: Correctly document the return value of strerror() and strerror_r() and the contents of the returned buffer for unknown error codes. PR: docs/72578 Submitted by: Jilles Tjoelker MFC after: 3 days Revision Changes Path 1.23 +10 -11 src/lib/libc/string/strerror.3