summaryrefslogtreecommitdiff
path: root/usr.bin/which/whereis.1
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/which/whereis.1')
-rw-r--r--usr.bin/which/whereis.110
1 files changed, 5 insertions, 5 deletions
diff --git a/usr.bin/which/whereis.1 b/usr.bin/which/whereis.1
index 8ed79b723ab..4551a36d4d1 100644
--- a/usr.bin/which/whereis.1
+++ b/usr.bin/which/whereis.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: whereis.1,v 1.2 1998/06/15 17:56:10 mickey Exp $
+.\" $OpenBSD: whereis.1,v 1.3 1998/10/30 00:24:43 aaron Exp $
.\" $NetBSD: whereis.1,v 1.4 1995/08/31 21:54:51 jtc Exp $
.\"
.\" Copyright (c) 1993
@@ -42,7 +42,7 @@
.Nd locate programs
.Sh SYNOPSIS
.Nm whereis
-.Op Ar name ...
+.Ar name Op Ar ...
.Sh DESCRIPTION
The
.Nm whereis
@@ -61,11 +61,11 @@ The
utility exits with one of the following values:
.Bl -tag -width 4n
.It 0
-All names got successfully resolved.
+All names were successfully resolved.
.It 1
-Some names got resolved but not all.
+Some names were resolved but not all.
.It 2
-No names got resolved.
+No names were resolved.
.It -1
A system error occurred.
.El