summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--usr.bin/procstat/procstat.16
1 files changed, 2 insertions, 4 deletions
diff --git a/usr.bin/procstat/procstat.1 b/usr.bin/procstat/procstat.1
index a9b3200..0fdff9a 100644
--- a/usr.bin/procstat/procstat.1
+++ b/usr.bin/procstat/procstat.1
@@ -351,10 +351,8 @@ may be mechanically parsed.
.Pp
The display of open file or memory mapping pathnames is implemented using the
kernel's name cache.
-It therefore does not work for file systems
-that do not use the name cache, such as
-.Xr devfs 4 ,
-or if the name is not present in the cache due to removal.
+If a file system does not use the name cache, or the path to a file is not in
+the cache, a path will not be displayed.
.Pp
.Nm
currently supports extracting data only from a live kernel, and not from
OpenPOWER on IntegriCloud