From owner-cvs-src@FreeBSD.ORG Fri Apr 15 14:53:30 2005 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 394B916A4CE; Fri, 15 Apr 2005 14:53:30 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0E5B043D46; Fri, 15 Apr 2005 14:53:30 +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 j3FErTRe073239; Fri, 15 Apr 2005 14:53:29 GMT (envelope-from keramida@repoman.freebsd.org) Received: (from keramida@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j3FErTWe073238; Fri, 15 Apr 2005 14:53:29 GMT (envelope-from keramida) Message-Id: <200504151453.j3FErTWe073238@repoman.freebsd.org> From: Giorgos Keramidas Date: Fri, 15 Apr 2005 14:53:29 +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-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, 15 Apr 2005 14:53:30 -0000 keramida 2005-04-15 14:53:29 UTC FreeBSD src repository (doc committer) Modified files: bin/sh sh.1 Log: Various sh(1) enhancements: - Move the description of the ``-c string'' option closer to the option itself. - Add an ENVIRONMENT section (1) - Add more .Xr cross references to the SEE ALSO section. Obtained from: NetBSD (1) Revision Changes Path 1.100 +83 -10 src/bin/sh/sh.1