Author: rwatson Date: Thu Aug 13 14:38:09 2009 New Revision: 196182 URL: http://svn.freebsd.org/changeset/base/196182
Log: Merge r196120 from head to stable/8: Update procstat(1) for the fact that devfs paths are no longer unsupported. Approved by: re (kib) Modified: stable/8/usr.bin/procstat/ (props changed) stable/8/usr.bin/procstat/procstat.1 Modified: stable/8/usr.bin/procstat/procstat.1 ============================================================================== --- stable/8/usr.bin/procstat/procstat.1 Thu Aug 13 13:56:05 2009 (r196181) +++ stable/8/usr.bin/procstat/procstat.1 Thu Aug 13 14:38:09 2009 (r196182) @@ -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 _______________________________________________ svn-src-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"