Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 16 Aug 2005 13:23:27 -0700
From:      "Gary W. Swearingen" <garys@opusnet.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   docs/85008: [patch] environ(7) manpage references builtin(1) but not printenv(1)
Message-ID:  <8tek8tws00.k8t@mail.opusnet.com>
Resent-Message-ID: <200508162030.j7GKUGnw088589@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         85008
>Category:       docs
>Synopsis:       [patch] environ(7) manpage references builtin(1) but not
 printenv(1)
>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:   Tue Aug 16 20:30:15 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Gary W. Swearingen
>Release:        FreeBSD 5.4-RELEASE i386
>Organization:
none
>Environment:
n/a
>Description:

environ(7) manpage references builtin(1) (as cd(1)) and ex(1)
for no apparent reason, but not printenv(1).

(It also references system(3), but I'm less sure about the
irrelevance of that, so I don't propose removing it.)

>How-To-Repeat:
n/a

>Fix:
Remove cd(1) and ex(1).
Add printenv(1).
Move csh(1) to make the grouping more consistent.


--- environ..orig.7	Mon Aug  8 16:42:46 2005
+++ environ.7	Mon Aug  8 17:20:13 2005
@@ -234,11 +234,10 @@
 .Ev IFS ,
 unless you know what you are doing.
 .Sh SEE ALSO
-.Xr cd 1 ,
-.Xr csh 1 ,
 .Xr env 1 ,
-.Xr ex 1 ,
+.Xr printenv 1 ,
 .Xr login 1 ,
+.Xr csh 1 ,
 .Xr sh 1 ,
 .Xr execve 2 ,
 .Xr execle 3 ,

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?8tek8tws00.k8t>