diff --git a/top/top.1 b/top/top.1 index 639a22bd..23e3a8f6 100644 --- 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. @@ -1583,7 +1583,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. diff --git a/top/top.c b/top/top.c index 497c4d39..710b95af 100644 --- a/top/top.c +++ b/top/top.c @@ -1704,7 +1704,7 @@ end_justifies: #define L_OOM PROC_FILLOOM // make 'none' non-zero (used to be important to Frames_libflags) #define L_NONE PROC_SPARE_1 - // from either 'stat' or 'status' (preferred), via bits not otherwise used + // from 'status' or 'stat' (favor stat), via bits not otherwise used #define L_EITHER PROC_SPARE_2 // for calibrate_fields and summary_show 1st pass #define L_DEFAULT PROC_FILLSTAT