git: a5b3e56330b0 - main - pmcstat(8): Drop .Ud
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 10 Jul 2023 17:30:10 UTC
The branch main has been updated by mhorne:
URL: https://cgit.FreeBSD.org/src/commit/?id=a5b3e56330b07c8163b4d62ec55edf37746c11cf
commit a5b3e56330b07c8163b4d62ec55edf37746c11cf
Author: Mitchell Horne <mhorne@FreeBSD.org>
AuthorDate: 2023-07-10 17:23:36 +0000
Commit: Mitchell Horne <mhorne@FreeBSD.org>
CommitDate: 2023-07-10 17:30:03 +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
---
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 8835ae3c8c7a..cf31a9cb4469 100644
--- a/usr.sbin/pmcstat/pmcstat.8
+++ b/usr.sbin/pmcstat/pmcstat.8
@@ -229,8 +229,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
@@ -536,8 +536,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