diff options
author | Eric S. Raymond <esr@thyrsus.com> | 2018-04-15 13:40:25 -0400 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 2018-04-15 13:40:25 -0400 |
commit | 2edef3459ff694deaddb67643bd65fe3d1a416ec (patch) | |
tree | d7944491fd0dad17058e4c355451e2095765ad90 /tcpdump.1.in | |
parent | ee29ee496cf7b09447df631c31d95ac3ea4538b0 (diff) | |
download | tcpdump-2edef3459ff694deaddb67643bd65fe3d1a416ec.tar.gz |
Fix a broken font escape in the manual page.
Diffstat (limited to 'tcpdump.1.in')
-rw-r--r-- | tcpdump.1.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tcpdump.1.in b/tcpdump.1.in index e9831e2d..3a845472 100644 --- a/tcpdump.1.in +++ b/tcpdump.1.in @@ -1156,7 +1156,7 @@ those are reported as \fBECT(1)\fP, \fBECT(0)\fP, or \fBCE\fP. \fIoffset\fP is the fragment offset field; it is printed whether this is part of a fragmented datagram or not. \fIflags\fP are the MF and DF flags; \fB+\fP is reported if MF is set, -and \fBDF\P is reported if F is set. If neither are set, \fB.\fP is +and \fBDF\fP is reported if F is set. If neither are set, \fB.\fP is reported. \fIproto\fP is the protocol ID field. \fIlength\fP is the total length field. |