aboutsummaryrefslogtreecommitdiff
path: root/pcap_compile.3pcap.in
diff options
context:
space:
mode:
authorDaniel Miller <dmiller@nmap.org>2018-08-24 23:55:03 -0500
committerDaniel Miller <dmiller@nmap.org>2018-08-24 23:55:03 -0500
commitabf508853752e3a79b8a99bdfeb929b94a490dce (patch)
tree46da4bad2573c967fa515c72a7d4e45fea6c9957 /pcap_compile.3pcap.in
parenta1da610c66cf72e0b66483aabee4687a2d8c166f (diff)
Fix manpage reference formatting to be consistent.
All manpage references such as pcap_create(3PCAP) will now be formatted with the identifier (e.g. "pcap_create") in **bold** and the section name (e.g. "(3PCAP)") in roman (default) face. This is how most manpages seem to be formatted and makes things more consistent.
Diffstat (limited to 'pcap_compile.3pcap.in')
-rw-r--r--pcap_compile.3pcap.in8
1 files changed, 5 insertions, 3 deletions
diff --git a/pcap_compile.3pcap.in b/pcap_compile.3pcap.in
index 824f52b3..ba479e21 100644
--- a/pcap_compile.3pcap.in
+++ b/pcap_compile.3pcap.in
@@ -74,9 +74,9 @@ returns 0 on success and
on failure. If
.B PCAP_ERROR
is returned,
-.B pcap_geterr(3PCAP)
+.BR pcap_geterr (3PCAP)
or
-.B pcap_perror(3PCAP)
+.BR pcap_perror (3PCAP)
may be called with
.I p
as an argument to fetch or display the error text.
@@ -86,4 +86,6 @@ The
.B PCAP_NETMASK_UNKNOWN
constant became available in libpcap release 1.1.0.
.SH SEE ALSO
-pcap(3PCAP), pcap_setfilter(3PCAP), pcap_freecode(3PCAP),
+.BR pcap (3PCAP),
+.BR pcap_setfilter (3PCAP),
+.BR pcap_freecode (3PCAP)