Re: svn commit: r334604 - head/usr.bin/top

2018-06-04 Thread Bruce Evans
On Mon, 4 Jun 2018, Ian Lepore wrote: On Mon, 2018-06-04 at 05:27 +, Eitan Adler wrote: ... Log: \xa0 top(1): some nitpicks \xa0\xa0 \xa0 - prefer fully spelled names to "u_long" Why? I though we preferred the u_char, u_int, u_long spellings in BSD code? (I certainly prefer them, and I th

Re: svn commit: r334604 - head/usr.bin/top

2018-06-04 Thread Ian Lepore
On Mon, 2018-06-04 at 05:27 +, Eitan Adler wrote: > Author: eadler > Date: Mon Jun  4 05:27:00 2018 > New Revision: 334604 > URL: https://svnweb.freebsd.org/changeset/base/334604 > > Log: >   top(1): some nitpicks >    >   - prefer fully spelled names to "u_long" Why? I though we preferred th

svn commit: r334604 - head/usr.bin/top

2018-06-03 Thread Eitan Adler
Author: eadler Date: Mon Jun 4 05:27:00 2018 New Revision: 334604 URL: https://svnweb.freebsd.org/changeset/base/334604 Log: top(1): some nitpicks - prefer fully spelled names to "u_long" - fix speeling Modified: head/usr.bin/top/commands.c head/usr.bin/top/machine.c Modified: head