commit adfeb84cb5fe5f9da70bc487e399a8cb97e71658
parent cf3e043a247eaa2f6990acb2e100fa09dd66e91d
Author: Stephen Gregoratto <dev@sgregoratto.me>
Date: Tue, 15 Sep 2020 17:20:30 +1000
tweak manpage wording on highlights/packet display
Removes a leftover line from #627fe9a.
Diffstat:
1 file changed, 2 insertions(+), 5 deletions(-)
diff --git a/ngrep.8 b/ngrep.8
@@ -43,7 +43,6 @@ packets of trailing context after matching a packet.
Highlight the first occurence of
.Ar expression
in bright red.
-Enable highlighting of matched data.
.It Fl c Ar cols
Explicitly set the console width to
.Ar cols .
@@ -157,13 +156,11 @@ The
.Cm byline
mode honors embedded linefeeds,
wrapping text only when a linefeed is encountered.
-The
.Cm none
-mode doesn't wrap under any circumstance,
+doesn't wrap under any circumstance,
with the entire payload displayed on one line.
-The
.Cm single
-mode is conceptually the same as
+is conceptually the same as
.Cm none ,
except that everything including IP and source/destination header
information is all on one line.