From owner-cvs-all@FreeBSD.ORG Mon Nov 1 19:05:04 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 E1B0B16A4CE; Mon, 1 Nov 2004 19:05:04 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C00B743D45; Mon, 1 Nov 2004 19:05:04 +0000 (GMT) (envelope-from alfred@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 iA1J543B043016; Mon, 1 Nov 2004 19:05:04 GMT (envelope-from alfred@repoman.freebsd.org) Received: (from alfred@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id iA1J54nw043015; Mon, 1 Nov 2004 19:05:04 GMT (envelope-from alfred) Message-Id: <200411011905.iA1J54nw043015@repoman.freebsd.org> From: Alfred Perlstein Date: Mon, 1 Nov 2004 19:05:04 +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: Mon, 01 Nov 2004 19:05:05 -0000 alfred 2004-11-01 19:05:04 UTC FreeBSD src repository Modified files: bin/sh sh.1 Log: When listing the special $ variables, ($!, $#, etc) list them as $! instead of just !, this allows one to more easily locate/understand the section of the manpage in question. Additional wording correction by: keramida Reviewed by: keramida Revision Changes Path 1.93 +16 -12 src/bin/sh/sh.1