From phantom@scorpion.crimea.ua Wed Aug 18 12:20:23 1999
Return-Path: <phantom@scorpion.crimea.ua>
Received: from sonet.crimea.ua (OTC-sl3-FLY.CRIS.NET [212.110.136.71])
	by hub.freebsd.org (Postfix) with ESMTP id 3C3061590B
	for <FreeBSD-gnats-submit@freebsd.org>; 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" <phantom@cris.net>
Sender: phantom@scorpion.crimea.ua
Reply-To: "Alexey M. Zelkin" <phantom@cris.net>
To: FreeBSD-gnats-submit@freebsd.org
Subject: [PATCH] environ.7 is out-of-date
X-Send-Pr-Version: 3.2

>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:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Aug 18 12:20:01 PDT 1999
>Closed-Date:    Wed Aug 18 12:55:11 PDT 1999
>Last-Modified:  Wed Aug 18 12:55:58 PDT 1999
>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:
State-Changed-From-To: open->closed 
State-Changed-By: mpp 
State-Changed-When: Wed Aug 18 12:55:11 PDT 1999 
State-Changed-Why:  
The additional ENVIRONMENT variables are now documented in the man page. 
Thanks! 
>Unformatted:
