Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 17 Jul 2023 16:49:46 GMT
From:      Mitchell Horne <mhorne@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: c6741d6aa703 - stable/13 - pmcstat(8): Drop .Ud
Message-ID:  <202307171649.36HGnkND081503@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch stable/13 has been updated by mhorne:

URL: https://cgit.FreeBSD.org/src/commit/?id=c6741d6aa7036361a271b2dd68c57092ef096a4b

commit c6741d6aa7036361a271b2dd68c57092ef096a4b
Author:     Mitchell Horne <mhorne@FreeBSD.org>
AuthorDate: 2023-07-10 17:23:36 +0000
Commit:     Mitchell Horne <mhorne@FreeBSD.org>
CommitDate: 2023-07-17 16:48:58 +0000

    pmcstat(8): Drop .Ud
    
    This utility has existed for a long time and should not be advertised as
    "currently under development".
    
    While here, fix the one other warning from igor about using a newline
    for a new sentence.
    
    MFC after:      3 days
    Sponsored by:   The FreeBSD Foundation
    
    (cherry picked from commit a5b3e56330b07c8163b4d62ec55edf37746c11cf)
---
 usr.sbin/pmcstat/pmcstat.8 | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/usr.sbin/pmcstat/pmcstat.8 b/usr.sbin/pmcstat/pmcstat.8
index b0dae2449cfe..37e003d5b154 100644
--- a/usr.sbin/pmcstat/pmcstat.8
+++ b/usr.sbin/pmcstat/pmcstat.8
@@ -226,8 +226,8 @@ specified in
 .It Fl T
 Use a
 .Xr top 1 Ns -like
-mode for sampling PMCs. The following hotkeys
-can be used:
+mode for sampling PMCs.
+The following hotkeys can be used:
 .Pp
 .Bl -tag -compact -width "Ctrl+a" -offset 4n
 .It Ic A
@@ -544,8 +544,6 @@ The
 .Nm
 utility first appeared in
 .Fx 6.0 .
-It is
-.Ud
 .Sh AUTHORS
 .An Joseph Koshy Aq Mt jkoshy@FreeBSD.org
 .Sh BUGS



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