diff options
author | Daniel Miller <dmiller@nmap.org> | 2018-08-24 23:55:03 -0500 |
---|---|---|
committer | Daniel Miller <dmiller@nmap.org> | 2018-08-24 23:55:03 -0500 |
commit | abf508853752e3a79b8a99bdfeb929b94a490dce (patch) | |
tree | 46da4bad2573c967fa515c72a7d4e45fea6c9957 /pcap_lookupdev.3pcap | |
parent | a1da610c66cf72e0b66483aabee4687a2d8c166f (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_lookupdev.3pcap')
-rw-r--r-- | pcap_lookupdev.3pcap | 10 |
1 files changed, 5 insertions, 5 deletions
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() |