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

Eitan Adler eadler at FreeBSD.org
Wed Jun 13 08:52:28 UTC 2018


Author: eadler
Date: Wed Jun 13 08:52:19 2018
New Revision: 335042
URL: https://svnweb.freebsd.org/changeset/base/335042

Log:
  top(1): add myself to authors
  
  At this point I've mucked enough with top(1) that all bugs should be
  blamed on me rather than William LeFebvre.

Modified:
  head/usr.bin/top/top.1
  head/usr.bin/top/utils.c

Modified: head/usr.bin/top/top.1
==============================================================================
--- head/usr.bin/top/top.1	Wed Jun 13 08:52:17 2018	(r335041)
+++ head/usr.bin/top/top.1	Wed Jun 13 08:52:19 2018	(r335042)
@@ -360,6 +360,7 @@ process is waiting.
 Lock names are prefixed with an asterisk \*(lq*\*(rq while sleep events
 are not.
 .Sh AUTHORS
+.An Eitan Adler Aq Mt eadler at FreeBSD.org
 .An William LeFebvre, EECS Department, Northwestern University
 .Sh BUGS
 The command name for swapped processes should be tracked down, but this

Modified: head/usr.bin/top/utils.c
==============================================================================
--- head/usr.bin/top/utils.c	Wed Jun 13 08:52:17 2018	(r335041)
+++ head/usr.bin/top/utils.c	Wed Jun 13 08:52:19 2018	(r335042)
@@ -2,6 +2,7 @@
  *  This program may be freely redistributed,
  *  but this entire comment MUST remain intact.
  *
+ *  Copyright (c) 2018, Eitan Adler
  *  Copyright (c) 1984, 1989, William LeFebvre, Rice University
  *  Copyright (c) 1989, 1990, 1992, William LeFebvre, Northwestern University
  *


More information about the svn-src-head mailing list