summaryrefslogtreecommitdiff
path: root/pcap_activate.3pcap
diff options
context:
space:
mode:
authorDenis Ovsienko <denis@ovsienko.info>2020-08-21 19:54:55 +0100
committerDenis Ovsienko <denis@ovsienko.info>2020-08-21 19:54:55 +0100
commit011ac98ff8857872b6318b481e4081e8bf5493d5 (patch)
treedc601c66328ec21d9136459957267efa6845518e /pcap_activate.3pcap
parentb21fe86991032e95d58de95f33354421d9858edb (diff)
downloadlibpcap-011ac98ff8857872b6318b481e4081e8bf5493d5.tar.gz
man: Format more special constants bold. [skip ci]
Some man pages used bold font for special meaning constants (e.g. -1 for infinity, 0 for false, 1 for true, NULL), but some didn't. Make the formatting consistently bold, but leave ordinary constants (number of packets in a buffer, a timeout, a buffer size) intact.
Diffstat (limited to 'pcap_activate.3pcap')
-rw-r--r--pcap_activate.3pcap4
1 files changed, 3 insertions, 1 deletions
diff --git a/pcap_activate.3pcap b/pcap_activate.3pcap
index 29bfa656..169a7565 100644
--- a/pcap_activate.3pcap
+++ b/pcap_activate.3pcap
@@ -37,7 +37,9 @@ at packets on the network, with the options that were set on the handle
being in effect.
.SH RETURN VALUE
.BR pcap_activate ()
-returns 0 on success without warnings, a non-zero positive value on
+returns
+.B 0
+on success without warnings, a non-zero positive value on
success with warnings, and a negative value on error.
A non-zero return value indicates what warning or error condition
occurred.