On Tue, Jun 23, 2020 at 09:42:06PM +0200, Klemens Nanni wrote:
> There simply is no code that adds angle brackets the swapped out
> processes in the COMMAND column.
> 
> I double checked with a tiny VMM instance using 64M of RAM where
> ld(1) from the library_aslr script immediately hits swap: no <> around.
> 
> While here, mention that -C appends arguments.
> 
> Feedback? OK?
Without fat fingering the Fl macro this time, thanks Matthew Martin!



Index: top.1
===================================================================
RCS file: /cvs/src/usr.bin/top/top.1,v
retrieving revision 1.73
diff -u -p -r1.73 top.1
--- top.1       7 Jan 2020 13:30:43 -0000       1.73
+++ top.1       23 Jun 2020 20:12:44 -0000
@@ -450,9 +450,9 @@ The number of system and user CPU second
 The raw percentage of CPU usage and the default field on which the
 display is sorted.
 .It COMMAND
-The name of the command that the process is currently running.
-(If the process is swapped out, this column is enclosed by angle
-brackets.)
+The name (and arguments if
+.Fl C
+is specified) of the command that the process is currently running.
 .El
 .Sh ENVIRONMENT
 .Bl -tag -width Ev

Reply via email to