aboutsummaryrefslogtreecommitdiff
path: root/contrib/libpcap/pcap_set_buffer_size.3pcap
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/libpcap/pcap_set_buffer_size.3pcap')
-rw-r--r--contrib/libpcap/pcap_set_buffer_size.3pcap12
1 files changed, 8 insertions, 4 deletions
diff --git a/contrib/libpcap/pcap_set_buffer_size.3pcap b/contrib/libpcap/pcap_set_buffer_size.3pcap
index 684f739cc6b9..49492c068e2e 100644
--- a/contrib/libpcap/pcap_set_buffer_size.3pcap
+++ b/contrib/libpcap/pcap_set_buffer_size.3pcap
@@ -31,15 +31,19 @@ int pcap_set_buffer_size(pcap_t *p, int buffer_size);
.ft
.fi
.SH DESCRIPTION
-.B pcap_set_buffer_size()
+.BR pcap_set_buffer_size ()
sets the buffer size that will be used on a capture handle when
the handle is activated to
.IR buffer_size ,
which is in units of bytes.
.SH RETURN VALUE
-.B pcap_set_buffer_size()
-returns 0 on success or
+.BR pcap_set_buffer_size ()
+returns
+.B 0
+on success or
.B PCAP_ERROR_ACTIVATED
if called on a capture handle that has been activated.
.SH SEE ALSO
-pcap(3PCAP), pcap_create(3PCAP), pcap_activate(3PCAP)
+.BR pcap (3PCAP),
+.BR pcap_create (3PCAP),
+.BR pcap_activate (3PCAP)