mdoc(7) police: fixed formatting.

This commit is contained in:
Ruslan Ermilov 2001-07-05 06:35:03 +00:00
parent b7cd452d78
commit 8fa6964a78
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=79278

View File

@ -36,7 +36,7 @@
.\"
.Dd June 6, 1993
.Dt PRINTENV 1
.Os BSD 3
.Os
.Sh NAME
.Nm printenv , env
.Nd print out the environment, set and print environment
@ -46,12 +46,13 @@
.Nm env
.Op Fl
.Op Fl i
.Op Ar name=value ...\&
.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,
with one name/value pair per line. If
with one name/value pair per line.
If
.Ar name
is specified, only
its value is printed.
@ -73,8 +74,9 @@ manual page.
executes
.Ar command
after modifying the environment as
specified on the command line. The option
.Ar name=value
specified on the command line.
The option
.Ar name Ns = Ns Ar value
specifies
an environment variable,
.Ar name ,
@ -104,13 +106,13 @@ of the variables in the environment, with one name/value pair per line.
.Pp
.Nm env
is sometimes useful with the
.Qq #!
.Dq Li #!
construct (see
.Xr execve 2 ) .
The only difference between
.Qq #!/usr/local/bin/foo
.Dq Li #!/usr/local/bin/foo
and
.Qq #!/usr/bin/env /usr/local/bin/foo
.Dq Li "#!/usr/bin/env\ /usr/local/bin/foo"
is that the latter works even if
.Pa /usr/local/bin/foo
is itself interpreted.