Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 24 Sep 2020 16:42:17 +0000 (UTC)
From:      =?UTF-8?Q?Fernando_Apestegu=c3=ada?= <fernape@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r366122 - head/usr.bin/which
Message-ID:  <202009241642.08OGgHBJ043336@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: fernape (ports committer)
Date: Thu Sep 24 16:42:17 2020
New Revision: 366122
URL: https://svnweb.freebsd.org/changeset/base/366122

Log:
  Fix typo and environment variable macro
  
  Follow up for r366119
  
  Reported by:	xtouqh@mm.st
  Differential Revision:	https://reviews.freebsd.org/D26182

Modified:
  head/usr.bin/which/which.1

Modified: head/usr.bin/which/which.1
==============================================================================
--- head/usr.bin/which/which.1	Thu Sep 24 16:27:53 2020	(r366121)
+++ head/usr.bin/which/which.1	Thu Sep 24 16:42:17 2020	(r366122)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202009241642.08OGgHBJ043336>