aboutsummaryrefslogtreecommitdiff
path: root/procps/top.c
diff options
context:
space:
mode:
authorbug1 <bug1@69ca8d6d-28ef-0310-b511-8ec308f3f277>2004-09-14 19:14:00 +0000
committerbug1 <bug1@69ca8d6d-28ef-0310-b511-8ec308f3f277>2004-09-14 19:14:00 +0000
commit2d06f82cbc87cf50e8f1ddd3f362db83658dffc6 (patch)
tree15e129a341f5f974b92164b752ec1e84fca01eb5 /procps/top.c
parent47c2752568c43deb6d4aa6fe957bc07254bd74d3 (diff)
downloadbusybox-w32-2d06f82cbc87cf50e8f1ddd3f362db83658dffc6.tar.gz
busybox-w32-2d06f82cbc87cf50e8f1ddd3f362db83658dffc6.tar.bz2
busybox-w32-2d06f82cbc87cf50e8f1ddd3f362db83658dffc6.zip
remove a cut/paste mistake, i better get some sleep.
git-svn-id: svn://busybox.net/trunk/busybox@9253 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'procps/top.c')
-rw-r--r--procps/top.c20
1 files changed, 0 insertions, 20 deletions
diff --git a/procps/top.c b/procps/top.c
index 972c484f4..5963c3554 100644
--- a/procps/top.c
+++ b/procps/top.c
@@ -23,26 +23,6 @@
23 * Copyright (c) 1992 Roger Binns 23 * Copyright (c) 1992 Roger Binns
24 * Copyright (C) 1994-1996 Charles L. Blake. 24 * Copyright (C) 1994-1996 Charles L. Blake.
25 * Copyright (C) 1992-1998 Michael K. Johnson 25 * Copyright (C) 1992-1998 Michael K. Johnson
26 * May
27 * This reads the PIDs of all processes and their status and shows
28 * the status of processes (first ones that fit to screen) at given
29 * intervals.
30 *
31 * NOTES:
32 * - At startup this changes to /proc, all the reads are then
33 * relative to that.
34 *
35 * (C) Eero Tamminen <oak at welho dot com>
36 *
37 * Rewritten by Vladimir Oleynik (C) 2002 <dzo@simtreas.ru>
38 */
39
40/* Original code Copyrights */
41/*
42 * Copyright (c) 1992 Branko Lankester
43 * Copyright (c) 1992 Roger Binns
44 * Copyright (C) 1994-1996 Charles L. Blake.
45 * Copyright (C) 1992-1998 Michael K. Johnson
46 * May be distributed under the conditions of the 26 * May be distributed under the conditions of the
47 * GNU Library General Public License 27 * GNU Library General Public License
48 */ 28 */