diff options
Diffstat (limited to 'usr.bin/which/which.1')
-rw-r--r-- | usr.bin/which/which.1 | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/usr.bin/which/which.1 b/usr.bin/which/which.1 index 4598a3cdd3b..e006bae7f88 100644 --- a/usr.bin/which/which.1 +++ b/usr.bin/which/which.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: which.1,v 1.17 2009/01/06 23:29:03 jmc Exp $ +.\" $OpenBSD: which.1,v 1.18 2009/01/06 23:56:18 jmc Exp $ .\" .\" Copyright (c) 1980, 1991 Regents of the University of California. .\" All rights reserved. @@ -51,11 +51,6 @@ flag is given, .Nm will return a list of all matches instead of just the first match. .Pp -.Nm -also exists as a built-in to -.Xr csh 1 , -though with a different syntax. -.Pp The .Nm utility exits with one of the following values: @@ -92,6 +87,12 @@ name was not found in the path. .Xr locate 1 , .Xr whereis 1 , .Xr environ 7 +.Sh STANDARDS +.Pp +.Nm +also exists as a built-in to +.Xr csh 1 , +though with a different syntax. .Sh HISTORY A .Nm |