Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 5 Sep 2019 09:57:20 +0000 (UTC)
From:      Tijl Coosemans <tijl@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-12@freebsd.org
Subject:   svn commit: r351846 - stable/12/usr.bin/top
Message-ID:  <201909050957.x859vK9n041160@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tijl
Date: Thu Sep  5 09:57:20 2019
New Revision: 351846
URL: https://svnweb.freebsd.org/changeset/base/351846

Log:
  MFC r349957:
  
  Fix layout.  -C needs to be styled as a flag here, not as a new list item.

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	Thu Sep  5 09:35:41 2019	(r351845)
+++ stable/12/usr.bin/top/top.1	Thu Sep  5 09:57:20 2019	(r351846)
@@ -51,7 +51,7 @@ By default top displays the weighted CPU percentage in
 .Xr ps 1
 displays as CPU).
 Each time
-.It Fl C
+.Fl C
 flag is passed it toggles between \*(lqraw cpu\*(rq mode
 and \*(lqweighted cpu\*(rq mode, showing the \*(lqCPU\*(rq or
 the \*(lqWCPU\*(rq column respectively.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201909050957.x859vK9n041160>