Skip to content

Commit 102fb43

Browse files
committed
Update documentation.
1 parent ac627e3 commit 102fb43

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

docs/ALL.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -98,17 +98,17 @@ class Net::Pcap
9898

9999
.next() returns Parcel
100100
Get next frame.
101-
101+
102102
*Usage of .next_ex() is preferred due to better error messages!*
103-
103+
104104
Returns a parcel with two elements:
105105
- Net::Pcap::pcap_pkthdr_t structure
106106
- Net::Pcap::C_Buf containing the frame.
107107
Uses pcap_next().
108108

109109
.next_ex() returns Parcel
110110
Get next frame.
111-
111+
112112
Returns a parcel with two elements:
113113
- Net::Pcap::pcap_pkthdr_t structure
114114
- Net::Pcap::C_Buf containing the frame.
@@ -205,7 +205,7 @@ class Net::Pcap::C_Buf
205205
$.carray is uint8p
206206
Pointer to the C buffer
207207
$.carray contains this pointer cast to uint8p
208-
208+
209209
$.elems is Int
210210
Number of elements (bytes) in the buffer.
211211

docs/Net-Pcap-C_Buf.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ class Net::Pcap::C_Buf
7373
$.carray is uint8p
7474
Pointer to the C buffer
7575
$.carray contains this pointer cast to uint8p
76-
76+
7777
$.elems is Int
7878
Number of elements (bytes) in the buffer.
7979

docs/Net-Pcap.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -93,17 +93,17 @@ class Net::Pcap
9393

9494
.next() returns Parcel
9595
Get next frame.
96-
96+
9797
*Usage of .next_ex() is preferred due to better error messages!*
98-
98+
9999
Returns a parcel with two elements:
100100
- Net::Pcap::pcap_pkthdr_t structure
101101
- Net::Pcap::C_Buf containing the frame.
102102
Uses pcap_next().
103103

104104
.next_ex() returns Parcel
105105
Get next frame.
106-
106+
107107
Returns a parcel with two elements:
108108
- Net::Pcap::pcap_pkthdr_t structure
109109
- Net::Pcap::C_Buf containing the frame.

0 commit comments

Comments
 (0)