diff options
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() |