git: b8135ed67ce8 - main - top.1: Fix a typo in description of H interactive command

From: Mateusz Piotrowski <0mp_at_FreeBSD.org>
Date: Thu, 18 Nov 2021 14:57:20 UTC
The branch main has been updated by 0mp (doc, ports committer):

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

commit b8135ed67ce86e40fa7b46653ff54c769f2e7c98
Author:     Mateusz Piotrowski <0mp@FreeBSD.org>
AuthorDate: 2021-11-18 12:50:56 +0000
Commit:     Mateusz Piotrowski <0mp@FreeBSD.org>
CommitDate: 2021-11-18 14:56:46 +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
---
 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 42282bebdafe..b6d429cd251d 100644
--- a/usr.bin/top/top.1
+++ b/usr.bin/top/top.1
@@ -1,5 +1,5 @@
 .\" $FreeBSD$
-.Dd September 21, 2019
+.Dd November 18, 2021
 .Dt TOP 1
 .Os
 .Sh NAME
@@ -287,7 +287,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.