summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1996-09-18 03:10:07 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1996-09-18 03:10:07 +0000
commite76f1f5eaa3b73768556795a0dd11f07f3e5b14a (patch)
treef58bbe79ad15fa3ce3c36d47c5281b25c73db58c
parent43143588db01c504f895e40231f9c4870b73b15b (diff)
tcpdump(8) not (1); noted by msaitoh@spa.is.uec.ac.jp
-rw-r--r--lib/libpcap/pcap.34
-rw-r--r--usr.sbin/tcpdump/tcpdump.84
2 files changed, 4 insertions, 4 deletions
diff --git a/lib/libpcap/pcap.3 b/lib/libpcap/pcap.3
index eb9f003592d..eb83e0b399d 100644
--- a/lib/libpcap/pcap.3
+++ b/lib/libpcap/pcap.3
@@ -122,7 +122,7 @@ 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(1)
+.B tcpdump(8)
and
.BR tcpslice(1) .
The name "-" in a synonym for
@@ -330,6 +330,6 @@ and deallocates resources.
closes the ``savefile.''
.PP
.SH SEE ALSO
-tcpdump(1), tcpslice(1)
+tcpdump(8), tcpslice(1)
.SH BUGS
.SH HISTORY
diff --git a/usr.sbin/tcpdump/tcpdump.8 b/usr.sbin/tcpdump/tcpdump.8
index 995e6f24f46..54ef4ecbfe6 100644
--- a/usr.sbin/tcpdump/tcpdump.8
+++ b/usr.sbin/tcpdump/tcpdump.8
@@ -1,4 +1,4 @@
-.\" @(#) $Header: /cvs/OpenBSD/src/usr.sbin/tcpdump/tcpdump.8,v 1.4 1996/07/13 11:01:34 mickey Exp $ (LBL)
+.\" @(#) $Header: /cvs/OpenBSD/src/usr.sbin/tcpdump/tcpdump.8,v 1.5 1996/09/18 03:10:06 deraadt Exp $ (LBL)
.\"
.\" Copyright (c) 1987, 1988, 1989, 1990, 1991, 1992, 1994, 1995, 1996
.\" The Regents of the University of California. All rights reserved.
@@ -20,7 +20,7 @@
.\" WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF
.\" MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
.\"
-.TH TCPDUMP 1 "22 June 1996"
+.TH TCPDUMP 8 "22 June 1996"
.SH NAME
tcpdump \- dump traffic on a network
.SH SYNOPSIS