=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/which/whereis.1,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- src/usr.bin/which/whereis.1 1998/06/15 17:56:10 1.2 +++ src/usr.bin/which/whereis.1 1998/10/30 00:24:43 1.3 @@ -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 @@ 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