Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 15 Oct 2008 10:54:58 -0400
From:      John Baldwin <john@baldwin.cx>
To:        Edwin Groothuis <edwin@freebsd.org>
Cc:        src-committers@freebsd.org, svn-src-user@freebsd.org
Subject:   Re: svn commit: r183899 - user/edwin/top/top-3.8b1/usr.bin/top
Message-ID:  <200810151054.59231.john@baldwin.cx>
In-Reply-To: <200810142351.m9ENpUJ4019023@svn.freebsd.org>
References:  <200810142351.m9ENpUJ4019023@svn.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Tuesday 14 October 2008 07:51:30 pm Edwin Groothuis wrote:
> Author: edwin
> Date: Tue Oct 14 23:51:30 2008
> New Revision: 183899
> URL: http://svn.freebsd.org/changeset/base/183899
> 
> Log:
>   Display the original command between ()'s just like the old top did
>   when the command and the first argument of the command-line-arguments
>   don't match.
>   
>   According to include/sys/user.h, PS_INMEM is obsoleted in favour
>   of P_INMEM, not the other way around.

This change is not quite correct.  You should use P_INMEM for <= 4 and >= 7, 
and PS_INMEM for >= 5 and <= 6.

-- 
John Baldwin



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