Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 13 Aug 2009 14:38:10 +0000 (UTC)
From:      Robert Watson <rwatson@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-8@freebsd.org
Subject:   svn commit: r196182 - stable/8/usr.bin/procstat
Message-ID:  <200908131438.n7DEcAK2003654@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200908131438.n7DEcAK2003654>