summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pcap-tstamp.manmisc.in7
-rw-r--r--pcap_setnonblock.3pcap2
2 files changed, 5 insertions, 4 deletions
diff --git a/pcap-tstamp.manmisc.in b/pcap-tstamp.manmisc.in
index eea8c1d2..2044be00 100644
--- a/pcap-tstamp.manmisc.in
+++ b/pcap-tstamp.manmisc.in
@@ -107,11 +107,12 @@ routine can be used after a
call and before a
.BR pcap_activate ()
call to specify the type of time stamp to be used on the device.
-The time stamp types are listed here; the first value is the #define to
-use in code, the second value is the value returned by
+The time stamp types are listed here; the first value is the
+.B #define
+to use in code, the second value is the value returned by
.BR pcap_tstamp_type_val_to_name (3PCAP)
and accepted by
-.BR pcap_tstamp_type_name_to_val (3PCAP) .
+.BR pcap_tstamp_type_name_to_val (3PCAP).
.RS 5
.TP 5
.BR PCAP_TSTAMP_HOST " - " host
diff --git a/pcap_setnonblock.3pcap b/pcap_setnonblock.3pcap
index 1f336474..23e5f400 100644
--- a/pcap_setnonblock.3pcap
+++ b/pcap_setnonblock.3pcap
@@ -77,7 +77,7 @@ should be used instead.
When first activated with
.BR pcap_activate (3PCAP)
or opened with
-.BR pcap_open_live (3PCAP) ,
+.BR pcap_open_live (3PCAP),
a capture handle is not in ``non-blocking mode''; a call to
.BR pcap_setnonblock ()
is required in order to put it into ``non-blocking'' mode.