diff options
author | charnier <charnier@FreeBSD.org> | 2002-04-20 12:18:28 +0000 |
---|---|---|
committer | charnier <charnier@FreeBSD.org> | 2002-04-20 12:18:28 +0000 |
commit | ad8a79e6a5c75acf360e9310860387b68066c0b7 (patch) | |
tree | 9eb4b7d718b67229ee4b8e61e9cad466a5a36945 /usr.bin/printenv/printenv.1 | |
parent | e2acd5cecf61f060255d467b8d38cd35f941fb1c (diff) | |
download | FreeBSD-src-ad8a79e6a5c75acf360e9310860387b68066c0b7.zip FreeBSD-src-ad8a79e6a5c75acf360e9310860387b68066c0b7.tar.gz |
Use `The .Nm utility'
Diffstat (limited to 'usr.bin/printenv/printenv.1')
-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 eb34cb6..cc9a15d 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. |