From owner-cvs-all@FreeBSD.ORG Fri Mar 4 12:40:08 2005 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 6AD0816A4CE; Fri, 4 Mar 2005 12:40:08 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 42E2743D31; Fri, 4 Mar 2005 12:40:08 +0000 (GMT) (envelope-from keramida@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j24Ce8l6069262; Fri, 4 Mar 2005 12:40:08 GMT (envelope-from keramida@repoman.freebsd.org) Received: (from keramida@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j24Ce85V069261; Fri, 4 Mar 2005 12:40:08 GMT (envelope-from keramida) Message-Id: <200503041240.j24Ce85V069261@repoman.freebsd.org> From: Giorgos Keramidas Date: Fri, 4 Mar 2005 12:40:08 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/bin/sh sh.1 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: Fri, 04 Mar 2005 12:40:08 -0000 keramida 2005-03-04 12:40:07 UTC FreeBSD src repository (doc committer) Modified files: bin/sh sh.1 Log: Add a section describing the exit status of the shell. Obtained from: NetBSD Revision Changes Path 1.98 +8 -0 src/bin/sh/sh.1