Skip to content

Commit f828383

Browse files
committed
pcap savefile: Fix formatting "link-layer type and additional information"
The problem only appears in the html conversion. Use .nf (no-fill) mode.
1 parent 82f3498 commit f828383

File tree

1 file changed

+6
-10
lines changed

1 file changed

+6
-10
lines changed

pcap-savefile.manfile.in

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
.\" WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF
1818
.\" MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
1919
.\"
20-
.TH PCAP-SAVEFILE @MAN_FILE_FORMATS@ "2 Aug 2023"
20+
.TH PCAP-SAVEFILE @MAN_FILE_FORMATS@ "16 Aug 2023"
2121
.SH NAME
2222
pcap-savefile \- libpcap savefile format
2323
.SH DESCRIPTION
@@ -105,17 +105,13 @@ capture and optional additional information.
105105
.IP
106106
This format of this field is:
107107
.PP
108-
.RS
108+
.nf
109109
1 2 3
110110
0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1
111-
.TS
112-
box;
113-
c s
114-
c
115-
c s.
116-
FCS len|R|P| Reserved3 | Link-layer type
117-
.TE
118-
.RE
111+
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
112+
|FCS len|R|P| Reserved3 | Link-layer type |
113+
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
114+
.fi
119115
.IP
120116
The field is shown as if it were in the byte order of the host reading
121117
or writing the file, with bit 0 being the most-significant bit of the

0 commit comments

Comments
 (0)