diff options
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 |