Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 13 Jun 2018 08:52:20 +0000 (UTC)
From:      Eitan Adler <eadler@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r335042 - head/usr.bin/top
Message-ID:  <201806130852.w5D8qKd4094584@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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
  *



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201806130852.w5D8qKd4094584>