diff options
author | sheldonh <sheldonh@FreeBSD.org> | 2000-05-09 14:02:06 +0000 |
---|---|---|
committer | sheldonh <sheldonh@FreeBSD.org> | 2000-05-09 14:02:06 +0000 |
commit | 14e9cd73ea6a59a4bbaa7c1a2f7cb224d3655e29 (patch) | |
tree | 11b3b80b09abc85bfe5df97ac9e66c89e635cf04 /usr.sbin/tcpdump | |
parent | fd65d0b7d9899c055986e248e5f45d5901678539 (diff) | |
download | FreeBSD-src-14e9cd73ea6a59a4bbaa7c1a2f7cb224d3655e29.zip FreeBSD-src-14e9cd73ea6a59a4bbaa7c1a2f7cb224d3655e29.tar.gz |
Fix miscellaneous mdoc macro argument limit infringements.
PR: 18465
Reported by: Kazu TAKAMUNE <takamune@avrl.mei.co.jp>
Diffstat (limited to 'usr.sbin/tcpdump')
-rw-r--r-- | usr.sbin/tcpdump/tcpslice/tcpslice.1 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/tcpdump/tcpslice/tcpslice.1 b/usr.sbin/tcpdump/tcpslice/tcpslice.1 index 36cc131..5232964 100644 --- a/usr.sbin/tcpdump/tcpslice/tcpslice.1 +++ b/usr.sbin/tcpdump/tcpslice/tcpslice.1 @@ -241,7 +241,8 @@ to rummage through its input files. .Nm Tcpslice refuses to write to its output if it is a terminal (as indicated by -.Xr isatty 3 ). This is not a bug but a feature, +.Xr isatty 3 ) . +This is not a bug but a feature, to prevent it from spraying binary data to the user's terminal. Note that this means you must either redirect .Pa stdout |