fstat.1 (ca7e3117d443779a9e74b01072157cff8be0f5a2) fstat.1 (9e7a1d01b0ee05bf48bc2322cfa6e8dd2e6f765d)
1.\" Copyright (c) 1987, 1991, 1993
2.\" The Regents of the University of California. All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.

--- 97 unchanged lines hidden (view full) ---

106.It Li CMD
107The command name of the process.
108.It Li PID
109The process id.
110.It Li FD
111The file number in the per-process open file table or one of the following
112special names:
113.Pp
1.\" Copyright (c) 1987, 1991, 1993
2.\" The Regents of the University of California. All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.

--- 97 unchanged lines hidden (view full) ---

106.It Li CMD
107The command name of the process.
108.It Li PID
109The process id.
110.It Li FD
111The file number in the per-process open file table or one of the following
112special names:
113.Pp
114.Bd -ragged -offset indent -compact
114.Bd -literal -ragged -offset indent -compact
115text - executable text inode
116wd - current working directory
117root - root inode
118tr - kernel trace file
119.Ed
120.Pp
121If the file number is followed by an asterisk (``*''), the file is
122not an inode, but rather a socket,

--- 97 unchanged lines hidden ---
115text - executable text inode
116wd - current working directory
117root - root inode
118tr - kernel trace file
119.Ed
120.Pp
121If the file number is followed by an asterisk (``*''), the file is
122not an inode, but rather a socket,

--- 97 unchanged lines hidden ---