diff options
| author | Philippe Charnier <charnier@FreeBSD.org> | 2002-04-20 12:18:28 +0000 |
|---|---|---|
| committer | Philippe Charnier <charnier@FreeBSD.org> | 2002-04-20 12:18:28 +0000 |
| commit | e8937ba00998cca6f259b3fdf32a7f7a38bc26ec (patch) | |
| tree | 9eb4b7d718b67229ee4b8e61e9cad466a5a36945 /usr.bin/printenv | |
| parent | 1c2451c24d59abde50b89c0d506523298e1ae1e1 (diff) | |
Notes
Diffstat (limited to 'usr.bin/printenv')
| -rw-r--r-- | usr.bin/printenv/printenv.1 | 18 |
1 files changed, 11 insertions, 7 deletions
diff --git a/usr.bin/printenv/printenv.1 b/usr.bin/printenv/printenv.1 index eb34cb672d8a..cc9a15d93333 100644 --- a/usr.bin/printenv/printenv.1 +++ b/usr.bin/printenv/printenv.1 @@ -49,8 +49,9 @@ .Op Ar name Ns = Ns Ar value ... .Op Ar command .Sh DESCRIPTION -.Nm Printenv -prints out the names and values of the variables in the environment, +The +.Nm +utility prints out the names and values of the variables in the environment, with one name/value pair per line. If .Ar name @@ -64,8 +65,9 @@ Consult the .Xr builtin 1 manual page. .Pp -.Nm Env -executes +The +.Nm env +utility executes .Ar command after modifying the environment as specified on the command line. @@ -98,8 +100,9 @@ If no command is specified, prints out the names and values of the variables in the environment, with one name/value pair per line. .Pp +The .Nm env -is sometimes useful with the +utility is sometimes useful with the .Dq Li #! construct (see .Xr execve 2 ) . @@ -142,6 +145,7 @@ The command appeared in .Bx 3.0 . .Sh BUGS -.Nm Env -doesn't handle commands with equal (``='') signs in their +The +.Nm env +utility doesn't handle commands with equal (``='') signs in their names, for obvious reasons. |
