diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2009-07-19 12:56:20 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2009-07-19 12:56:20 +0000 |
commit | 46b6a514f4de53a5ae1a61be419d3e14534f3ab4 (patch) | |
tree | 2da28c5a6cd333d21d407764354fb6b68dac049a /usr.bin/fstat/fuser.1 | |
parent | a6eb7b3bc0342e3540566537ce60fa5d2fca5de4 (diff) |
Hook up "text" (executable) output and implement for fuser too.
Man page bits adapted from FreeBSD. OK miod@
Diffstat (limited to 'usr.bin/fstat/fuser.1')
-rw-r--r-- | usr.bin/fstat/fuser.1 | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/usr.bin/fstat/fuser.1 b/usr.bin/fstat/fuser.1 index f855c644d29..baab373d021 100644 --- a/usr.bin/fstat/fuser.1 +++ b/usr.bin/fstat/fuser.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: fuser.1,v 1.1 2009/07/08 16:04:00 millert Exp $ +.\" $OpenBSD: fuser.1,v 1.2 2009/07/19 12:56:19 millert 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: July 8 2009 $ +.Dd $Mdocdate: July 19 2009 $ .Dt FUSER 1 .Os .Sh NAME @@ -100,6 +100,8 @@ if the described conditions are true: The file is the process's current working directory. .It r The file is the process's root directory. +.It t +The file is the process's executable text. .El .Pp .Ex -std fuser |