summaryrefslogtreecommitdiff
path: root/pcap_file.3pcap
diff options
context:
space:
mode:
Diffstat (limited to 'pcap_file.3pcap')
-rw-r--r--pcap_file.3pcap10
1 files changed, 5 insertions, 5 deletions
diff --git a/pcap_file.3pcap b/pcap_file.3pcap
index cd6b06bb..5a983466 100644
--- a/pcap_file.3pcap
+++ b/pcap_file.3pcap
@@ -34,13 +34,13 @@ FILE *pcap_file(pcap_t *p);
.B pcap_file()
returns the standard I/O stream of the ``savefile,'' if a ``savefile''
was opened with
-.BR pcap_open_offline() ,
+.BR pcap_open_offline(3PCAP) ,
or NULL, if a network device was opened 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) .
.PP
Note that the Packet Capture library is usually built with large file
support, so the standard I/O stream of the ``savefile'' might refer to
@@ -54,4 +54,4 @@ or the value returned by
when passed the return value of
.BR pcap_file() .
.SH SEE ALSO
-pcap(3PCAP), pcap_open_offline(3PCAP)
+pcap(3PCAP)