summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2019-11-02 15:00:23 -0700
committerGuy Harris <guy@alum.mit.edu>2019-11-04 15:24:01 -0800
commit56d91ef772253ad1582084ce836b53b1a7aeb7d4 (patch)
tree7e2b2801c3f0a78d9d6ce5956589e842b8b25596
parentcf2adef4828eba54569db4c9f9f6682e41b59c6f (diff)
downloadlibpcap-56d91ef772253ad1582084ce836b53b1a7aeb7d4.tar.gz
More formatting fixes.
(cherry picked from commit 47a765693e1a8032bd734da40202712019a8bfe2)
-rw-r--r--pcap-filter.manmisc.in8
-rw-r--r--pcap_get_selectable_fd.3pcap6
2 files changed, 7 insertions, 7 deletions
diff --git a/pcap-filter.manmisc.in b/pcap-filter.manmisc.in
index 777e7350..21fff1f5 100644
--- a/pcap-filter.manmisc.in
+++ b/pcap-filter.manmisc.in
@@ -29,11 +29,11 @@ pcap-filter \- packet filter syntax
is used to compile a string into a filter program.
The resulting filter program can then be applied to
some stream of packets to determine which packets will be supplied to
-.BR pcap_loop(3PCAP) ,
-.BR pcap_dispatch(3PCAP) ,
-.BR pcap_next(3PCAP) ,
+.BR pcap_loop (3PCAP),
+.BR pcap_dispatch (3PCAP),
+.BR pcap_next (3PCAP),
or
-.BR pcap_next_ex(3PCAP) .
+.BR pcap_next_ex (3PCAP).
.LP
The \fIfilter expression\fP consists of one or more
.IR primitives .
diff --git a/pcap_get_selectable_fd.3pcap b/pcap_get_selectable_fd.3pcap
index 7f43db39..f8157145 100644
--- a/pcap_get_selectable_fd.3pcap
+++ b/pcap_get_selectable_fd.3pcap
@@ -49,9 +49,9 @@ if no such descriptor exists.
Some network devices opened with
.B pcap_create(3PCAP)
and
-.BR pcap_activate(3PCAP) ,
+.BR pcap_activate (3PCAP),
or with
-.BR pcap_open_live(3PCAP) ,
+.BR pcap_open_live (3PCAP),
do not support those calls (for example, regular network devices on
FreeBSD 4.3 and 4.4, and Endace DAG devices), so
.B PCAP_ERROR
@@ -64,7 +64,7 @@ for the device for which
returned
.BR PCAP_ERROR ,
the device must be put in non-blocking mode with a call to
-.BR \%pcap_setnonblock(3PCAP) ,
+.BR \%pcap_setnonblock (3PCAP),
and an attempt must always be made to read packets from the device
when the call returns. If
.B \%pcap_get_required_select_timeout()