doc update

This commit is contained in:
Doug MacEachern 2005-11-01 19:16:12 +00:00
parent 6a47768169
commit a77e9a63b3
1 changed files with 2 additions and 2 deletions

View File

@ -248,7 +248,7 @@ my %classes = (
{
name => 'resident', type => 'Long',
desc => 'Total process non-swapped memory',
plat => 'L'
plat => '*'
},
{
name => 'share', type => 'Long',
@ -258,7 +258,7 @@ my %classes = (
{
name => 'rss', type => 'Long',
desc => 'Process resident set size',
plat => 'AFHL'
plat => '*'
},
],
ProcCred => [