The following reply was made to PR bin/171664; it has been noted by GNATS. From: Jan Beich <[email protected]> To: [email protected] Cc: [email protected] 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 <[email protected]> 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 --=-=-=-- _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "[email protected]"
