[Bug 240051] top Reports Incorrect Swap File Size

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Mon Sep 16 08:42:46 UTC 2019


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=240051

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

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

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

https://svnweb.freebsd.org/base/head/usr.bin/top/top.c?revision=343957&view=markup&pathrev=349235
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] 
Modified Sat May 19 23:04:42 2018 UTC (15 months, 4 weeks ago) by eadler 
File length: 27840 byte(s) 
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.

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


More information about the freebsd-bugs mailing list