From owner-freebsd-doc Wed Aug 18 12:21:27 1999 Delivered-To: freebsd-doc@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 82F5B15C2B for ; Wed, 18 Aug 1999 12:21:13 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA45948; Wed, 18 Aug 1999 12:20:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from sonet.crimea.ua (OTC-sl3-FLY.CRIS.NET [212.110.136.71]) by hub.freebsd.org (Postfix) with ESMTP id 3C3061590B for ; Wed, 18 Aug 1999 12:17:10 -0700 (PDT) (envelope-from phantom@scorpion.crimea.ua) Received: (from uucp@localhost) by sonet.crimea.ua (8.8.8/8.8.8) with UUCP id WAA06658 for FreeBSD-gnats-submit@freebsd.org; Wed, 18 Aug 1999 22:17:03 +0400 (MSD) (envelope-from phantom@scorpion.crimea.ua) Received: (from phantom@localhost) by scorpion.crimea.ua (8.8.8/8.8.5+ssl+keepalive) id WAA02835; Wed, 18 Aug 1999 22:04:34 +0400 (MSD) Message-Id: <199908181804.WAA02835@scorpion.crimea.ua> Date: Wed, 18 Aug 1999 22:04:34 +0400 (MSD) From: "Alexey M. Zelkin" Reply-To: "Alexey M. Zelkin" To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: docs/13233: [PATCH] environ.7 is out-of-date Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 13233 >Category: docs >Synopsis: Some wide used environment variables not listed in environ.7 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-doc >State: open >Quarter: >Keywords: >Date-Required: >Class: doc-bug >Submitter-Id: current-users >Arrival-Date: Wed Aug 18 12:20:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Alexey Zelkin >Release: FreeBSD 4.0-CURRENT i386 >Organization: Home >Environment: -current about 4 days ago >Description: I have added and described PWD, PAGER and EDITOR environment variables. Note: I note completely sure about description of PAGER ;) I understand that but ... it's hard for me to say that with english. So, feel free to modify its description. >How-To-Repeat: >Fix: Index: environ.7 =================================================================== RCS file: /usr/local/CVSROOT/src/share/man/man7/environ.7,v retrieving revision 1.11 diff -c -r1.11 environ.7 *** environ.7 1999/02/04 07:13:49 1.11 --- environ.7 1999/08/18 18:02:38 *************** *** 62,67 **** --- 62,69 ---- or ``m'' and in units of a gigabyte by specifying a number followed by ``G'' or ``g''. Sizes less than 512 bytes or greater than a gigabyte are ignored. + .It Ev EDITOR + Default editor name. .It Ev EXINIT A startup list of commands read by .Xr ex 1 *************** *** 83,88 **** --- 85,96 ---- .Xr mail 1 , .Xr sh 1 , and many other mailclients. + .It Ev PAGER + Default paginator name. Value of this variable is used by + .Xr mail 1 , + .Xr man 1 , + .Xf ftp 1 , + etc, to display information which not fit to screen. .It Ev PATH The sequence of directories, separated by colons, searched by .Xr csh 1 , *************** *** 99,104 **** --- 107,114 ---- .Xr lpq 1 , and .Xr lprm 1 . + .It Ev PWD + The current directory pathname. .It Ev SHELL The full pathname of the user's login shell. .It Ev TERM >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message