]> The Tcpdump Group git mirrors - tcpdump/commitdiff
refine tcpdump(1) manpage (GH #119)
authorDenis Ovsienko <[email protected]>
Fri, 13 Sep 2013 12:16:50 +0000 (16:16 +0400)
committerDenis Ovsienko <[email protected]>
Fri, 13 Sep 2013 12:16:50 +0000 (16:16 +0400)
tcpdump.1.in

index ae3d44c19b7f7e7b6f9a9125e4441bec56f846e5..ade1145b3b5f05c08e740563abc94a1f989b1725 100644 (file)
@@ -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