svn commit: r359658 - stable/12/usr.bin/top

Mark Johnston markj at FreeBSD.org
Mon Apr 6 14:56:20 UTC 2020


Author: markj
Date: Mon Apr  6 14:56:19 2020
New Revision: 359658
URL: https://svnweb.freebsd.org/changeset/base/359658

Log:
  MFC r359594, r359597:
  Fix the description of the -m flag in top.1.
  
  PR:	244153

Modified:
  stable/12/usr.bin/top/top.1
Directory Properties:
  stable/12/   (props changed)

Modified: stable/12/usr.bin/top/top.1
==============================================================================
--- stable/12/usr.bin/top/top.1	Mon Apr  6 13:58:13 2020	(r359657)
+++ stable/12/usr.bin/top/top.1	Mon Apr  6 14:56:19 2020	(r359658)
@@ -100,7 +100,7 @@ Toggle displaying thread ID (tid) instead of process i
 Do not display the
 .Nm
 process itself.
-.It Fl display
+.It Fl m Ar display
 Display either 'cpu' or 'io' statistics.
 Default is 'cpu'.
 .It Fl n


More information about the svn-src-stable-12 mailing list