top(1): add myself as a MAINTAIENR
also fix some nits
This commit is contained in:
parent
c85c210270
commit
35503e9abf
@ -99,6 +99,7 @@ sys/netpfil/pf kp,glebius Pre-commit review recommended.
|
|||||||
sys/x86/xen royger Pre-commit review recommended.
|
sys/x86/xen royger Pre-commit review recommended.
|
||||||
sys/xen royger Pre-commit review recommended.
|
sys/xen royger Pre-commit review recommended.
|
||||||
tests freebsd-testing,ngie Pre-commit review requested.
|
tests freebsd-testing,ngie Pre-commit review requested.
|
||||||
|
top(1) eadler Pre-commit review requested.
|
||||||
usr.sbin/bsdconfig dteske Pre-commit phabricator review requested.
|
usr.sbin/bsdconfig dteske Pre-commit phabricator review requested.
|
||||||
usr.sbin/dpv dteske Pre-commit review requested. Keep in sync with libdpv.
|
usr.sbin/dpv dteske Pre-commit review requested. Keep in sync with libdpv.
|
||||||
usr.sbin/pkg pkg@ Please coordinate behavior or flag changes with pkg team.
|
usr.sbin/pkg pkg@ Please coordinate behavior or flag changes with pkg team.
|
||||||
|
@ -1,7 +1,4 @@
|
|||||||
/*
|
/*
|
||||||
* Top users/processes display for Unix
|
|
||||||
* Version 3
|
|
||||||
*
|
|
||||||
* This program may be freely redistributed,
|
* This program may be freely redistributed,
|
||||||
* but this entire comment MUST remain intact.
|
* but this entire comment MUST remain intact.
|
||||||
*
|
*
|
||||||
|
@ -1,7 +1,4 @@
|
|||||||
/*
|
/*
|
||||||
* Top users/processes display for Unix
|
|
||||||
* Version 3
|
|
||||||
*
|
|
||||||
* This program may be freely redistributed,
|
* This program may be freely redistributed,
|
||||||
* but this entire comment MUST remain intact.
|
* but this entire comment MUST remain intact.
|
||||||
*
|
*
|
||||||
@ -397,10 +394,7 @@ long seconds;
|
|||||||
|
|
||||||
#define NUM_STRINGS 8
|
#define NUM_STRINGS 8
|
||||||
|
|
||||||
char *format_k(amt)
|
char *format_k(int amt)
|
||||||
|
|
||||||
int amt;
|
|
||||||
|
|
||||||
{
|
{
|
||||||
static char retarray[NUM_STRINGS][16];
|
static char retarray[NUM_STRINGS][16];
|
||||||
static int index = 0;
|
static int index = 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user