From abf508853752e3a79b8a99bdfeb929b94a490dce Mon Sep 17 00:00:00 2001 From: Daniel Miller Date: Fri, 24 Aug 2018 23:55:03 -0500 Subject: 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. --- pcap_lookupdev.3pcap | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'pcap_lookupdev.3pcap') diff --git a/pcap_lookupdev.3pcap b/pcap_lookupdev.3pcap index 29f09e37..0c0d9a8d 100644 --- a/pcap_lookupdev.3pcap +++ b/pcap_lookupdev.3pcap @@ -47,13 +47,13 @@ possible.) .B pcap_lookupdev() returns a pointer to a string giving the name of a network device suitable for use with -.B pcap_create(3PCAP) +.BR pcap_create (3PCAP) and -.BR \%pcap_activate(3PCAP) , +.BR \%pcap_activate (3PCAP), or with -.BR pcap_open_live(3PCAP) , +.BR pcap_open_live (3PCAP), and with -.BR pcap_lookupnet(3PCAP) . +.BR pcap_lookupnet (3PCAP). If there is an error, .B NULL is returned and @@ -64,7 +64,7 @@ is assumed to be able to hold at least .B PCAP_ERRBUF_SIZE chars. .SH SEE ALSO -pcap(3PCAP) +.BR pcap (3PCAP) .SH BUGS The pointer returned by .B pcap_lookupdev() -- cgit v1.2.3