From 8bfc7d654c160a3ebfc1c584140c8a7de7f213c5 Mon Sep 17 00:00:00 2001 From: Neel Chauhan Date: Sun, 25 Feb 2024 18:07:59 -0800 Subject: [PATCH] `iftop.md`: Use correct formatting for 'uppercase' control functions --- docs/gemstones/iftop.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/gemstones/iftop.md b/docs/gemstones/iftop.md index 648b44fea0..4e444dca2b 100644 --- a/docs/gemstones/iftop.md +++ b/docs/gemstones/iftop.md @@ -91,12 +91,12 @@ Breaking the bottom pane's lines: * ++s++ - aggregate all traffic for each source * ++d++ - aggregate all traffic for each destination -* ++S++ - toggle display of source port -* ++D++ - toggle display of destination port +* ++shift+s++ - toggle display of source port +* ++shift+d++ - toggle display of destination port * ++t++ - toggle between display modes: default two-line display with send and receive traffic, and three-line display of send, receive, and total traffic * ++1++, ++2++, ++3++ - sort by 1st, 2nd, or 3rd column * ++l++ - enter a POSIX regular expression to filter hostnames -* ++P++ - pause current display +* ++shift+p++ - pause current display * ++o++ - freeze total bandwidth counts * ++j++ - scroll down * ++k++ - scroll up