aboutsummaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorChris Costello <chris@FreeBSD.org>2000-04-22 18:19:54 +0000
committerChris Costello <chris@FreeBSD.org>2000-04-22 18:19:54 +0000
commit5bd15102b512ff9271b95d9c8a6403e9b3f60baa (patch)
treeef87d3b96787e4e5b0d248338ea2ef051f211b52 /share
parent28749c79c80d4a84359aa55526fbee224a9d7f29 (diff)
downloadsrc-5bd15102b512ff9271b95d9c8a6403e9b3f60baa.tar.gz
src-5bd15102b512ff9271b95d9c8a6403e9b3f60baa.zip
Update the `file' entry to reflect its nature as a symbolic link.
Notes
Notes: svn path=/head/; revision=59523
Diffstat (limited to 'share')
-rw-r--r--share/man/man5/procfs.54
1 files changed, 3 insertions, 1 deletions
diff --git a/share/man/man5/procfs.5 b/share/man/man5/procfs.5
index c69cb4ae4213..06812b16fc0e 100644
--- a/share/man/man5/procfs.5
+++ b/share/man/man5/procfs.5
@@ -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"