aboutsummaryrefslogtreecommitdiff
path: root/pcap_lookupdev.3pcap
diff options
context:
space:
mode:
authorDenis Ovsienko <denis@ovsienko.info>2018-07-17 16:52:52 +0000
committerDenis Ovsienko <denis@ovsienko.info>2018-07-17 16:52:52 +0000
commitc0afe5aa3552a5fe0c2536a64496a0f772c4dcf8 (patch)
tree4068e9ec2ef9ae0043745833c2f1b4305d4edb8a /pcap_lookupdev.3pcap
parent9dcfeb0ccf75ff027b6f89a8fc75596d6df9fd49 (diff)
Refine references in some man pages, round 2.
[skip ci]
Diffstat (limited to 'pcap_lookupdev.3pcap')
-rw-r--r--pcap_lookupdev.3pcap11
1 files changed, 5 insertions, 6 deletions
diff --git a/pcap_lookupdev.3pcap b/pcap_lookupdev.3pcap
index eb493ba7..29f09e37 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()
+.B pcap_create(3PCAP)
and
-.BR pcap_activate() ,
+.BR \%pcap_activate(3PCAP) ,
or with
-.BR pcap_open_live() ,
+.BR pcap_open_live(3PCAP) ,
and with
-.BR pcap_lookupnet() .
+.BR pcap_lookupnet(3PCAP) .
If there is an error,
.B NULL
is returned and
@@ -64,8 +64,7 @@ is assumed to be able to hold at least
.B PCAP_ERRBUF_SIZE
chars.
.SH SEE ALSO
-pcap(3PCAP), pcap_create(3PCAP), pcap_activate(3PCAP),
-pcap_open_live(3PCAP), pcap_lookupnet(3PCAP)
+pcap(3PCAP)
.SH BUGS
The pointer returned by
.B pcap_lookupdev()