aboutsummaryrefslogtreecommitdiff
path: root/pcap_dump.3pcap
diff options
context:
space:
mode:
Diffstat (limited to 'pcap_dump.3pcap')
-rw-r--r--pcap_dump.3pcap9
1 files changed, 4 insertions, 5 deletions
diff --git a/pcap_dump.3pcap b/pcap_dump.3pcap
index 6402b4b4519b..7f201b7ce7d1 100644
--- a/pcap_dump.3pcap
+++ b/pcap_dump.3pcap
@@ -35,11 +35,11 @@ u_char *sp);
.SH DESCRIPTION
.B pcap_dump()
outputs a packet to the ``savefile'' opened with
-.BR pcap_dump_open() .
+.BR pcap_dump_open(3PCAP) .
Note that its calling arguments are suitable for use with
-.B pcap_dispatch()
+.B pcap_dispatch(3PCAP)
or
-.BR pcap_loop() .
+.BR pcap_loop(3PCAP) .
If called directly, the
.I user
parameter is of type
@@ -47,5 +47,4 @@ parameter is of type
as returned by
.BR pcap_dump_open() .
.SH SEE ALSO
-pcap(3PCAP), pcap_dump_open(3PCAP), pcap_dispatch(3PCAP),
-pcap_loop(3PCAP)
+pcap(3PCAP)