aboutsummaryrefslogtreecommitdiff
path: root/pcap_inject.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_inject.3pcap
parent9dcfeb0ccf75ff027b6f89a8fc75596d6df9fd49 (diff)
Refine references in some man pages, round 2.
[skip ci]
Diffstat (limited to 'pcap_inject.3pcap')
-rw-r--r--pcap_inject.3pcap8
1 files changed, 4 insertions, 4 deletions
diff --git a/pcap_inject.3pcap b/pcap_inject.3pcap
index ff9792d2..821f4211 100644
--- a/pcap_inject.3pcap
+++ b/pcap_inject.3pcap
@@ -42,7 +42,7 @@ is the number of bytes in the packet.
Note that, even if you successfully open the network interface, you
might not have permission to send packets on it, or it might not support
sending packets; as
-.I pcap_open_live()
+.B pcap_open_live(3PCAP)
doesn't have a flag to indicate whether to open for capturing, sending,
or capturing and sending, you cannot request an open that supports
sending and be notified at open time whether sending will be possible.
@@ -78,11 +78,11 @@ returns the number of bytes written on success and \-1 on failure.
returns 0 on success and \-1 on failure.
.PP
If \-1 is returned,
-.B pcap_geterr()
+.B pcap_geterr(3PCAP)
or
-.B pcap_perror()
+.B pcap_perror(3PCAP)
may be called with
.I p
as an argument to fetch or display the error text.
.SH SEE ALSO
-pcap(3PCAP), pcap_geterr(3PCAP)
+pcap(3PCAP)