Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 16 Sep 2019 08:42:44 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 240051] top Reports Incorrect Swap File Size
Message-ID:  <bug-240051-227-XFIWFytRiV@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-240051-227@https.bugs.freebsd.org/bugzilla/>
References:  <bug-240051-227@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D240051

Mark Millard <marklmi26-fbsd@yahoo.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |marklmi26-fbsd@yahoo.com

--- Comment #3 from Mark Millard <marklmi26-fbsd@yahoo.com> ---
(In reply to John from comment #0)

https://svnweb.freebsd.org/base/head/usr.bin/top/top.c?revision=3D343957&vi=
ew=3Dmarkup&pathrev=3D349235
shows:

313                   case 'v':                 /* show version number */
314                               errx(0, "version FreeBSD");
315                               break;

and when I try top -v that is what it shows:

# top -v
top: version FreeBSD

This traces back to:

Revision 333901 - (view) (download) (annotate) - [select for diffs]=20
Modified Sat May 19 23:04:42 2018 UTC (15 months, 4 weeks ago) by eadler=20
File length: 27840 byte(s)=20
Diff to previous 333900
top(1): unconditionally provide 'FreeBSD' as a version

So your version of top is from before -r333901 despite your
uname -a showing -r349903 .

You may need to update more things to really be more modern than
they actually are.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-240051-227-XFIWFytRiV>