aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/top
diff options
context:
space:
mode:
authorEitan Adler <eadler@FreeBSD.org>2018-06-13 08:52:19 +0000
committerEitan Adler <eadler@FreeBSD.org>2018-06-13 08:52:19 +0000
commitd18626664a860b5ade4580252b07e50de114d87d (patch)
treef9c8ac2627632651546f03df2d5bdd8119d78998 /usr.bin/top
parentb8c2a547289cf1d377d97150b723c339e48128d7 (diff)
downloadsrc-d18626664a860b5ade4580252b07e50de114d87d.tar.gz
src-d18626664a860b5ade4580252b07e50de114d87d.zip
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.
Notes
Notes: svn path=/head/; revision=335042
Diffstat (limited to 'usr.bin/top')
-rw-r--r--usr.bin/top/top.11
-rw-r--r--usr.bin/top/utils.c1
2 files changed, 2 insertions, 0 deletions
diff --git a/usr.bin/top/top.1 b/usr.bin/top/top.1
index cde24adc1148..befe919a7232 100644
--- a/usr.bin/top/top.1
+++ b/usr.bin/top/top.1
@@ -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
diff --git a/usr.bin/top/utils.c b/usr.bin/top/utils.c
index 65b14ca19c96..9f09967a6289 100644
--- a/usr.bin/top/utils.c
+++ b/usr.bin/top/utils.c
@@ -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
*