Update the `file' entry to reflect its nature as a symbolic link.

This commit is contained in:
Chris Costello 2000-04-22 18:19:54 +00:00
parent 28749c79c8
commit 5bd15102b5
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=59523

View File

@ -86,9 +86,11 @@ The type of the executable referenced by the
.Pa file
entry.
.It Pa file
A reference to the vnode from which the process text was read.
A symbolic link to the file from which the process text was read.
This can be used to gain access to the process' symbol table,
or to start another copy of the process.
If the file cannot be found, the link target is
.Ql unknown .
.It Pa fpregs
The floating point registers as defined by
.Dv "struct fpregs"