From 347307b8e449116ebb85bacba7e7779121881890 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fernando=20Apestegu=C3=ADa?= Date: Thu, 24 Sep 2020 16:42:17 +0000 Subject: [PATCH] Fix typo and environment variable macro Follow up for r366119 Reported by: xtouqh@mm.st Differential Revision: https://reviews.freebsd.org/D26182 --- usr.bin/which/which.1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/usr.bin/which/which.1 b/usr.bin/which/which.1 index 6606c4ed9aab..6290dd0da0ea 100644 --- a/usr.bin/which/which.1 +++ b/usr.bin/which/which.1 @@ -75,7 +75,7 @@ $ /usr/bin/which ls cp .Ed .Pp Same as above with a specific -.Va PATH +.Ev PATH and showing all occurrences: .Bd -literal -offset indent $ PATH=/bin:/rescue /usr/bin/which -a ls cp @@ -86,7 +86,7 @@ $ PATH=/bin:/rescue /usr/bin/which -a ls cp .Ed .Pp .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 $ PATH=/bin:/bin /usr/bin/which -a ls /bin/ls