diff options
author | Philippe Charnier <charnier@FreeBSD.org> | 2002-04-20 12:18:28 +0000 |
---|---|---|
committer | Philippe Charnier <charnier@FreeBSD.org> | 2002-04-20 12:18:28 +0000 |
commit | e8937ba00998cca6f259b3fdf32a7f7a38bc26ec (patch) | |
tree | 9eb4b7d718b67229ee4b8e61e9cad466a5a36945 /usr.bin/fstat/fstat.1 | |
parent | 1c2451c24d59abde50b89c0d506523298e1ae1e1 (diff) | |
download | src-e8937ba00998cca6f259b3fdf32a7f7a38bc26ec.tar.gz src-e8937ba00998cca6f259b3fdf32a7f7a38bc26ec.zip |
Use `The .Nm utility'
Notes
Notes:
svn path=/head/; revision=95124
Diffstat (limited to 'usr.bin/fstat/fstat.1')
-rw-r--r-- | usr.bin/fstat/fstat.1 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/usr.bin/fstat/fstat.1 b/usr.bin/fstat/fstat.1 index 6b0cfaa21dc6..4f0de5acab16 100644 --- a/usr.bin/fstat/fstat.1 +++ b/usr.bin/fstat/fstat.1 @@ -47,8 +47,9 @@ .Op Fl u Ar user .Op Ar .Sh DESCRIPTION -.Nm Fstat -identifies open files. +The +.Nm +utility identifies open files. A file is considered open by a process if it was explicitly opened, is the working directory, root directory, active executable text, or kernel trace file for that process. |