Update procstat(1) for the fact that devfs paths are no longer unsupported.

Approved by:	re (kib)
This commit is contained in:
Robert Watson 2009-08-12 10:41:37 +00:00
parent 1b501e53f3
commit d19d55a76f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=196120

View File

@ -351,10 +351,8 @@ may be mechanically parsed.
.Pp .Pp
The display of open file or memory mapping pathnames is implemented using the The display of open file or memory mapping pathnames is implemented using the
kernel's name cache. kernel's name cache.
It therefore does not work for file systems If a file system does not use the name cache, or the path to a file is not in
that do not use the name cache, such as the cache, a path will not be displayed.
.Xr devfs 4 ,
or if the name is not present in the cache due to removal.
.Pp .Pp
.Nm .Nm
currently supports extracting data only from a live kernel, and not from currently supports extracting data only from a live kernel, and not from