diff options
| author | Fernando ApesteguĂa <fernape@FreeBSD.org> | 2020-09-24 16:42:17 +0000 |
|---|---|---|
| committer | Fernando ApesteguĂa <fernape@FreeBSD.org> | 2020-09-24 16:42:17 +0000 |
| commit | 347307b8e449116ebb85bacba7e7779121881890 (patch) | |
| tree | 0a6d1b61f8b320af3bcf912f4bc71764cc407e91 /usr.bin/which | |
| parent | a62772a78e524da2de90f67bf8824b8a3035dd5c (diff) | |
Notes
Diffstat (limited to 'usr.bin/which')
| -rw-r--r-- | usr.bin/which/which.1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/which/which.1 b/usr.bin/which/which.1 index 6606c4ed9aabb..6290dd0da0ea4 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 |
