]> granicus.if.org Git - procps-ng/commitdiff
top: accumulated misc tweaks to code/comments/man page
authorJim Warner <james.warner@comcast.net>
Wed, 23 Nov 2016 17:11:11 +0000 (11:11 -0600)
committerCraig Small <csmall@enc.com.au>
Wed, 7 Dec 2016 11:07:00 +0000 (22:07 +1100)
Signed-off-by: Jim Warner <james.warner@comcast.net>
top/top.1
top/top.h

index 7513088877e1f37d87fde3d7235f64e81a2ccb40..8332279831efd51d88e8be0d57db17234e873b19 100644 (file)
--- a/top/top.1
+++ b/top/top.1
@@ -69,7 +69,7 @@
 .
 .\" Document /////////////////////////////////////////////////////////////
 .\" ----------------------------------------------------------------------
-.TH TOP 1 "July 2016" "procps-ng" "User Commands"
+.TH TOP 1 "November 2016" "procps-ng" "User Commands"
 .\" ----------------------------------------------------------------------
 
 .\" ----------------------------------------------------------------------
@@ -450,7 +450,7 @@ Display only processes with a user id or user name matching that given.
 The `\-u' option matches on \fI effective\fR user whereas the `\-U' option
 matches on\fI any\fR user (real, effective, saved, or filesystem).
 
-Prepending an exclamation point (`!') to the user id or name instructs top
+Prepending an exclamation point (`!') to the user id or name instructs \*(We
 to display only processes with users not matching the one provided.
 
 The `p', `u' and `U' \*(COs are mutually exclusive.
@@ -1582,7 +1582,7 @@ matches on\fB any\fR user (real, effective, saved, or filesystem).
 
 Thereafter, in that \*(TW only matching users will be shown, or possibly
 no processes will be shown.
-Prepending an exclamation point (`!') to the user id or name instructs top
+Prepending an exclamation point (`!') to the user id or name instructs \*(We
 to display only processes with users not matching the one provided.
 
 Different \*(TWs can be used to filter different users.
index 1e28a25dd54bd4b8d8224b893d966eefabe23c63..3d359c339ef841fa7b9984484fb4ec1eac5afba7 100644 (file)
--- a/top/top.h
+++ b/top/top.h
@@ -20,8 +20,6 @@
 #ifndef _Itop
 #define _Itop
 
-#include <proc/procps.h>
-
         /* Defines represented in configure.ac ----------------------------- */
 //#define BOOST_PERCNT            /* enable extra precision for two % fields */
 //#define NOBOOST_MEMS            /* disable extra precision for mem fields  */
@@ -636,7 +634,7 @@ typedef struct WIN_t {
 //atic void          keys_window (int ch);
 //atic void          keys_xtra (int ch);
 /*------  Forest View support  -------------------------------------------*/
-//atic void          forest_adds (const int self, int level);
+//atic void          forest_adds (const int self, unsigned level);
 //atic void          forest_begin (WIN_t *q);
 //atic inline const char *forest_colour (const WIN_t *q, struct pids_stack *p);
 /*------  Main Screen routines  ------------------------------------------*/