Date: Mon, 17 Sep 2012 00:10:12 GMT From: Jan Beich <jbeich@tormail.org> To: freebsd-bugs@FreeBSD.org Subject: Re: bin/171664: procstat(1): KVME_TYPE_SG (in TP column) is not documented Message-ID: <201209170010.q8H0AC9x050588@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR bin/171664; it has been noted by GNATS. From: Jan Beich <jbeich@tormail.org> To: jhb@freebsd.org Cc: bug-followup@freebsd.org Subject: Re: bin/171664: procstat(1): KVME_TYPE_SG (in TP column) is not documented Date: Sun, 16 Sep 2012 21:07:38 -0300 --=-=-= Content-Type: text/plain (oops, confused doc-bug with docs/ category) Jan Beich <jbeich@tormail.org> writes: >>Environment: > ref. http://svn.freebsd.org/changeset/base/195840 >>How-To-Repeat: > $ procstat -v $(pgrep firefox) | awk 'NR == 1 || $10 ~ /sg/' > PID START END PRT RES PRES REF SHD FL TP PATH > 90996 0x8017fb000 0x8017fc000 rw- 0 0 13 0 ---- sg John, how about the following trivial fix? --=-=-= Content-Type: text/x-patch Content-Disposition: attachment; filename=sg_desc.diff Index: usr.bin/procstat/procstat.1 =================================================================== --- usr.bin/procstat/procstat.1 (revision 240575) +++ usr.bin/procstat/procstat.1 (working copy) @@ -418,6 +418,8 @@ default device .It ph physical +.It sg +scatter/gather .It sw swap .It vn --=-=-=--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201209170010.q8H0AC9x050588>