=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/which/which.1,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- src/usr.bin/which/which.1 1998/05/13 10:33:27 1.7 +++ src/usr.bin/which/which.1 1998/10/30 00:24:43 1.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: which.1,v 1.7 1998/05/13 10:33:27 deraadt Exp $ +.\" $OpenBSD: which.1,v 1.8 1998/10/30 00:24:43 aaron Exp $ .\" Copyright (c) 1980, 1991 Regents of the University of California. .\" All rights reserved. .\" @@ -41,10 +41,9 @@ .Sh SYNOPSIS .Nm which .Op Fl a -.Op Ar name -.Ar ... +.Ar name Op Ar ... .Sh DESCRIPTION -.Nm Which +.Nm which takes a list of names and looks for the files which would be executed had these names been given as commands. Each argument is searched for along the user's path. @@ -60,11 +59,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