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/fstat/fuser.1 | |
parent | d4eeef45f2a89e6c666b0fccd3ea95fee9c88b4d (diff) |
add an EXIT STATUS section for /usr/bin;
Diffstat (limited to 'usr.bin/fstat/fuser.1')
-rw-r--r-- | usr.bin/fstat/fuser.1 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/fstat/fuser.1 b/usr.bin/fstat/fuser.1 index 5a4c8eae455..e80f658364e 100644 --- a/usr.bin/fstat/fuser.1 +++ b/usr.bin/fstat/fuser.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: fuser.1,v 1.3 2010/02/14 22:56:12 jmc Exp $ +.\" $OpenBSD: fuser.1,v 1.4 2010/09/03 11:09:28 jmc Exp $ .\" .\" Copyright (c) 2002 Peter Werner <peterw@ifost.org.au> .\" All rights reserved. @@ -23,7 +23,7 @@ .\" OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF .\" ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: February 14 2010 $ +.Dd $Mdocdate: September 3 2010 $ .Dt FUSER 1 .Os .Sh NAME @@ -103,7 +103,7 @@ The file is the process's root directory. .It t The file is the process's executable text. .El -.Pp +.Sh EXIT STATUS .Ex -std fuser .Sh EXAMPLES Print the process IDs of any processes holding files open under the |