The branch stable/13 has been updated by 0mp (doc, ports committer): URL: https://cgit.FreeBSD.org/src/commit/?id=5f3b6ce64f99b110f2ba7595c7d680b843efc3e8
commit 5f3b6ce64f99b110f2ba7595c7d680b843efc3e8 Author: Mateusz Piotrowski <0...@freebsd.org> AuthorDate: 2021-11-18 12:50:56 +0000 Commit: Mateusz Piotrowski <0...@freebsd.org> CommitDate: 2021-11-24 16:09:31 +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 f435cfe5e206..5989831fe8a9 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 @@ -286,7 +286,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.