Fix typo and environment variable macro

Follow up for r366119

Reported by:	xtouqh@mm.st
Differential Revision:	https://reviews.freebsd.org/D26182
This commit is contained in:
Fernando Apesteguía 2020-09-24 16:42:17 +00:00
parent a62772a78e
commit 347307b8e4

View File

@ -75,7 +75,7 @@ $ /usr/bin/which ls cp
.Ed .Ed
.Pp .Pp
Same as above with a specific Same as above with a specific
.Va PATH .Ev PATH
and showing all occurrences: and showing all occurrences:
.Bd -literal -offset indent .Bd -literal -offset indent
$ PATH=/bin:/rescue /usr/bin/which -a ls cp $ PATH=/bin:/rescue /usr/bin/which -a ls cp
@ -86,7 +86,7 @@ $ PATH=/bin:/rescue /usr/bin/which -a ls cp
.Ed .Ed
.Pp .Pp
.Nm which .Nm which
will show duplicates if the same executable is find more than once: will show duplicates if the same executable is found more than once:
.Bd -literal -offset indent .Bd -literal -offset indent
$ PATH=/bin:/bin /usr/bin/which -a ls $ PATH=/bin:/bin /usr/bin/which -a ls
/bin/ls /bin/ls