diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2010-09-03 11:09:30 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2010-09-03 11:09:30 +0000 |
commit | 25818e05e234f7e28cf2f85c16dd8fda67d13b61 (patch) | |
tree | 75d9b923fe8192de2a66a9228540f829bf0d826b /usr.bin/which/whereis.1 | |
parent | d4eeef45f2a89e6c666b0fccd3ea95fee9c88b4d (diff) |
add an EXIT STATUS section for /usr/bin;
Diffstat (limited to 'usr.bin/which/whereis.1')
-rw-r--r-- | usr.bin/which/whereis.1 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/usr.bin/which/whereis.1 b/usr.bin/which/whereis.1 index ac4f382a4fb..bfd8af69486 100644 --- a/usr.bin/which/whereis.1 +++ b/usr.bin/which/whereis.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: whereis.1,v 1.11 2007/08/14 17:41:10 sobrado Exp $ +.\" $OpenBSD: whereis.1,v 1.12 2010/09/03 11:09:29 jmc Exp $ .\" $NetBSD: whereis.1,v 1.4 1995/08/31 21:54:51 jtc Exp $ .\" .\" Copyright (c) 1993 @@ -30,7 +30,7 @@ .\" .\" @(#)whereis.1 8.3 (Berkeley) 4/27/95 .\" -.Dd $Mdocdate: August 14 2007 $ +.Dd $Mdocdate: September 3 2010 $ .Dt WHEREIS 1 .Os .Sh NAME @@ -58,12 +58,12 @@ If the flag is given, .Nm will return a list of all matches instead of just the first match. -.Pp +.Sh EXIT STATUS The .Nm utility exits with one of the following values: .Pp -.Bl -tag -width 4n -compact +.Bl -tag -width Ds -offset indent -compact .It 0 All names were successfully resolved. .It 1 |