git: 14454e662a6b - stable/12 - top.1: Fix a typo in description of H interactive command
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 24 Nov 2021 16:11:23 UTC
The branch stable/12 has been updated by 0mp (doc, ports committer):
URL: https://cgit.FreeBSD.org/src/commit/?id=14454e662a6b3fd6e4b4cf2261132efd6dd231d3
commit 14454e662a6b3fd6e4b4cf2261132efd6dd231d3
Author: Mateusz Piotrowski <0mp@FreeBSD.org>
AuthorDate: 2021-11-18 12:50:56 +0000
Commit: Mateusz Piotrowski <0mp@FreeBSD.org>
CommitDate: 2021-11-24 16:09:02 +0000
top.1: Fix a typo in description of H interactive command
B is listed as an interactive command to toggle the display of threads.
This is a typo introduced during the conversion of the manual page to
mdoc.
Fixes: 9d6cce02a78c967e69b603d503545c4b43d7765f
MFC after: 3 days
(cherry picked from commit b8135ed67ce86e40fa7b46653ff54c769f2e7c98)
---
usr.bin/top/top.1 | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/usr.bin/top/top.1 b/usr.bin/top/top.1
index e70c3c022d43..1f0be330ddc8 100644
--- a/usr.bin/top/top.1
+++ b/usr.bin/top/top.1
@@ -1,5 +1,5 @@
.\" $FreeBSD$
-.Dd October 2, 2018
+.Dd November 18, 2021
.Dt TOP 1
.Os
.Sh NAME
@@ -283,7 +283,7 @@ If the pid specified is simply \*(lq+\*(rq, then show all processes.
.It e
Display a list of system errors (if any) generated by the last
command.
-.It B H
+.It H
Toggle the display of threads.
.It i or I
Toggle the display of idle processes.