summaryrefslogtreecommitdiffstats
path: root/usr.bin/which
diff options
context:
space:
mode:
authorcharnier <charnier@FreeBSD.org>1997-08-26 11:13:39 +0000
committercharnier <charnier@FreeBSD.org>1997-08-26 11:13:39 +0000
commit80e0f8337571912ad95e8301d34a3bda6054d911 (patch)
tree40ecc41ce2c481c4e61de888a6f7271b491b362e /usr.bin/which
parent287f219c026740974299722090f229973cd2185f (diff)
downloadFreeBSD-src-80e0f8337571912ad95e8301d34a3bda6054d911.zip
FreeBSD-src-80e0f8337571912ad95e8301d34a3bda6054d911.tar.gz
Cosmetic in usage string. Mdocify author section.
Diffstat (limited to 'usr.bin/which')
-rw-r--r--usr.bin/which/which.17
-rwxr-xr-xusr.bin/which/which.pl4
2 files changed, 6 insertions, 5 deletions
diff --git a/usr.bin/which/which.1 b/usr.bin/which/which.1
index e62c91e..7871d50 100644
--- a/usr.bin/which/which.1
+++ b/usr.bin/which/which.1
@@ -27,7 +27,7 @@
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
.\" OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.\" $Id$
+.\" $Id: which.1,v 1.8 1997/02/22 19:57:50 peter Exp $
.Dd January 26, 1995
.Dt WHICH 1
.Os FreeBSD
@@ -61,5 +61,6 @@ command first appeared in
.Xr perl 1
.Sh AUTHOR
The PERL script for this more modern version of
-.Nm which
-was written by Wolfram Schneider <wosch@FreeBSD.org>.
+.Nm
+was written by
+.An Wolfram Schneider Aq wosch@FreeBSD.org .
diff --git a/usr.bin/which/which.pl b/usr.bin/which/which.pl
index 991e551..2def134 100755
--- a/usr.bin/which/which.pl
+++ b/usr.bin/which/which.pl
@@ -24,7 +24,7 @@
# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
# SUCH DAMAGE.
#
-# $Id$
+# $Id: which.pl,v 1.10 1997/02/22 19:57:51 peter Exp $
$all = $silent = $found = 0;
@path = split(/:/, $ENV{'PATH'});
@@ -34,7 +34,7 @@ if ($ARGV[0] eq "-a") {
} elsif ($ARGV[0] eq "-s") {
$silent = 1; shift @ARGV;
} elsif ($ARGV[0] =~ /^-(h|help|\?)$/) {
- die "usage:\n\twhich [-a] [-s] program ...\n";
+ die "usage: which [-a] [-s] program ...\n";
}
foreach $prog (@ARGV) {
OpenPOWER on IntegriCloud