diff options
author | Peter Wemm <peter@FreeBSD.org> | 1996-08-24 13:43:46 +0000 |
---|---|---|
committer | Peter Wemm <peter@FreeBSD.org> | 1996-08-24 13:43:46 +0000 |
commit | ca7e3117d443779a9e74b01072157cff8be0f5a2 (patch) | |
tree | dae0e1aad0834644c124ba8995f8c379a47a4aef /usr.bin/fstat/fstat.1 | |
parent | f31078c2f76e70b3c2317717756653416c5588fc (diff) | |
download | src-test2-ca7e3117d443779a9e74b01072157cff8be0f5a2.tar.gz src-test2-ca7e3117d443779a9e74b01072157cff8be0f5a2.zip |
Notes
Diffstat (limited to 'usr.bin/fstat/fstat.1')
-rw-r--r-- | usr.bin/fstat/fstat.1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/fstat/fstat.1 b/usr.bin/fstat/fstat.1 index 02a3588e754e..d3f7c2d7ec3b 100644 --- a/usr.bin/fstat/fstat.1 +++ b/usr.bin/fstat/fstat.1 @@ -49,7 +49,7 @@ .Nm Fstat identifies open files. A file is considered open by a process if it was explicitly opened, -is the working directory, root directory, active pure text, or kernel +is the working directory, root directory, active executable text, or kernel trace file for that process. If no options are specified, .Nm fstat @@ -112,7 +112,7 @@ The file number in the per-process open file table or one of the following special names: .Pp .Bd -ragged -offset indent -compact -text - pure text inode +text - executable text inode wd - current working directory root - root inode tr - kernel trace file |