From owner-cvs-src-old@FreeBSD.ORG Mon May 24 15:12:26 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 788CB106566C for ; Mon, 24 May 2010 15:12:26 +0000 (UTC) (envelope-from jilles@FreeBSD.org) Received: from repoman.freebsd.org (unknown [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 66CAA8FC08 for ; Mon, 24 May 2010 15:12:26 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id o4OFCQfg057696 for ; Mon, 24 May 2010 15:12:26 GMT (envelope-from jilles@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id o4OFCQBT057695 for cvs-src-old@freebsd.org; Mon, 24 May 2010 15:12:26 GMT (envelope-from jilles@repoman.freebsd.org) Message-Id: <201005241512.o4OFCQBT057695@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to jilles@repoman.freebsd.org using -f From: Jilles Tjoelker Date: Mon, 24 May 2010 15:12:12 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/bin/sh sh.1 X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 May 2010 15:12:26 -0000 jilles 2010-05-24 15:12:12 UTC FreeBSD src repository Modified files: bin/sh sh.1 Log: SVN rev 208505 on 2010-05-24 15:12:12Z by jilles sh(1): Rework documentation of shell variables. * Move the "environment variables" that do not need exporting to be effective or that are set by the shell without exporting to a new section "Special Variables". * Add special variables LINENO and PPID. * Add environment variables LANG, LC_* and PWD; also describe ENV under environment variables. Revision Changes Path 1.141 +118 -87 src/bin/sh/sh.1