From 46b6a514f4de53a5ae1a61be419d3e14534f3ab4 Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Sun, 19 Jul 2009 12:56:20 +0000 Subject: Hook up "text" (executable) output and implement for fuser too. Man page bits adapted from FreeBSD. OK miod@ --- usr.bin/fstat/fuser.1 | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'usr.bin/fstat/fuser.1') 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 .\" 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 -- cgit v1.2.3