summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/libpcap/pcap.39
1 files changed, 5 insertions, 4 deletions
diff --git a/lib/libpcap/pcap.3 b/lib/libpcap/pcap.3
index 543dc9dcb39..c2a5ecc3c9b 100644
--- a/lib/libpcap/pcap.3
+++ b/lib/libpcap/pcap.3
@@ -122,9 +122,9 @@ is called to open a ``savefile'' for reading.
.I fname
specifies the name of the file to open. The file has
the same format as those used by
-.B tcpdump(8)
-and
-.BR tcpslice(1) .
+.B tcpdump(8) .
+.\" and
+.\" .BR tcpslice(1) .
The name "-" in a synonym for
.BR stdin .
.I ebuf
@@ -330,6 +330,7 @@ and deallocates resources.
closes the ``savefile.''
.PP
.SH SEE ALSO
-tcpdump(8), tcpslice(1)
+tcpdump(8)
+.\" , tcpslice(1)
.SH BUGS
.SH HISTORY