File 10_man-fixes.diff of Package ngrep
Misc fixes to the man page.
---
ngrep.8 | 21 +++++++--------------
1 file changed, 7 insertions(+), 14 deletions(-)
--- a/ngrep.8
+++ b/ngrep.8
@@ -144,13 +144,13 @@
.IP "-W normal|byline|single|none"
Specify an alternate manner for displaying packets, when not in
hexadecimal mode. The ``byline'' mode honors embedded linefeeds,
-wrapping text only when a linefeed is encountered. The ``none'' mode
-doesn't wrap under any circumstance (entire payload is displayed on
-one line). The ``single'' mode is conceptually the same as ``none'',
-except that everything including IP and source/destination header
-information is all on one line. ``normal'' is the default mode and is
-only included for completeness. This option is incompatible with
-``-x''.
+wrapping text only when a linefeed is encountered (useful for observing
+HTTP transactions, for instance). The ``none'' mode doesn't wrap under
+any circumstance (entire payload is displayed on one line). The
+``single'' mode is conceptually the same as ``none'', except that
+everything including IP and source/destination header information is all
+on one line. ``normal'' is the default mode and is only included for
+completeness. This option is incompatible with ``-x''.
.IP "-s snaplen"
Set the bpf caplen to snaplen (default 65536).