Skip to content

Commit c3d01cd

Browse files
committed
man: Replace some command name 'Tcpdump' with 'tcpdump'
[skip ci]
1 parent 09fd9f0 commit c3d01cd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tcpdump.1.in

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ tcpdump \- dump traffic on a network
155155
.ad
156156
.SH DESCRIPTION
157157
.LP
158-
\fITcpdump\fP prints out a description of the contents of packets on a
158+
\fItcpdump\fP prints out a description of the contents of packets on a
159159
network interface that match the Boolean \fIexpression\fP (see
160160
.BR \%pcap-filter (@MAN_MISC_INFO@)
161161
for the \fIexpression\fP syntax); the
@@ -175,7 +175,7 @@ only packets that match
175175
will be processed by
176176
.IR tcpdump .
177177
.LP
178-
.I Tcpdump
178+
.I tcpdump
179179
will, if not run with the
180180
.B \-c
181181
flag, continue capturing packets until it is interrupted by a SIGINT
@@ -872,7 +872,7 @@ flag to cause packets to be written as soon as they are received.
872872
The MIME type \fIapplication/vnd.tcpdump.pcap\fP has been registered
873873
with IANA for \fIpcap\fP files. The filename extension \fI.pcap\fP
874874
appears to be the most commonly used along with \fI.cap\fP and
875-
\fI.dmp\fP. \fITcpdump\fP itself doesn't check the extension when
875+
\fI.dmp\fP. \fItcpdump\fP itself doesn't check the extension when
876876
reading capture files and doesn't add an extension when writing them
877877
(it uses magic numbers in the file header instead). However, many
878878
operating systems and applications will use the extension if it is

0 commit comments

Comments
 (0)