diff options
author | Denis Ovsienko <infrastation@yandex.ru> | 2013-09-13 16:16:50 +0400 |
---|---|---|
committer | Denis Ovsienko <infrastation@yandex.ru> | 2013-09-13 16:16:50 +0400 |
commit | 06896cb809b2230c3ca58a2bd69296003f8a4224 (patch) | |
tree | 7efb1ba6e96896fb6347b5e39ab8bb73b567e636 /tcpdump.1.in | |
parent | 16ff6679ae719f0668b9381cebbf866259b47524 (diff) | |
download | tcpdump-06896cb809b2230c3ca58a2bd69296003f8a4224.tar.gz |
refine tcpdump(1) manpage (GH #119)
Diffstat (limited to 'tcpdump.1.in')
-rw-r--r-- | tcpdump.1.in | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/tcpdump.1.in b/tcpdump.1.in index ae3d44c1..ade1145b 100644 --- a/tcpdump.1.in +++ b/tcpdump.1.in @@ -347,8 +347,8 @@ Attempt to detect 802.11s draft mesh headers. .B \-i Listen on \fIinterface\fP. If unspecified, \fItcpdump\fP searches the system interface list for the -lowest numbered, configured up interface (excluding loopback). -Ties are broken by choosing the earliest match. +lowest numbered, configured up interface (excluding loopback), which may turn +out to be, for example, ``eth0''. .IP On Linux systems with 2.2 or later kernels, an .I interface @@ -751,8 +751,8 @@ only packets for which \fIexpression\fP is `true' will be dumped. For the \fIexpression\fP syntax, see .BR pcap-filter (@MAN_MISC_INFO@). .LP -Expression arguments can be passed to \fItcpdump\fP as either a single -argument or as multiple arguments, whichever is more convenient. +The \fIexpression\fP argument can be passed to \fItcpdump\fP as either a single +Shell argument, or as multiple Shell arguments, whichever is more convenient. Generally, if the expression contains Shell metacharacters, such as backslashes used to escape protocol names, it is easier to pass it as a single, quoted argument rather than to escape the Shell |