diff options
author | gpalmer <gpalmer@FreeBSD.org> | 1995-05-14 15:21:36 +0000 |
---|---|---|
committer | gpalmer <gpalmer@FreeBSD.org> | 1995-05-14 15:21:36 +0000 |
commit | 58025d3c03d06bf07b415af7179e90dd47dbbc56 (patch) | |
tree | babb5d4d5ff1ca595090a64a62b18941f2805546 | |
parent | ed8adcf9bd1c59fd66f297f7776728223414865c (diff) | |
download | FreeBSD-src-58025d3c03d06bf07b415af7179e90dd47dbbc56.zip FreeBSD-src-58025d3c03d06bf07b415af7179e90dd47dbbc56.tar.gz |
tcpdump is in (1) not (l)
-rw-r--r-- | usr.sbin/tcpdump/tcpslice/tcpslice.1 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/tcpdump/tcpslice/tcpslice.1 b/usr.sbin/tcpdump/tcpslice/tcpslice.1 index b130f2c..184e8e5 100644 --- a/usr.sbin/tcpdump/tcpslice/tcpslice.1 +++ b/usr.sbin/tcpdump/tcpslice/tcpslice.1 @@ -1,4 +1,4 @@ -.\" @(#) $Header: tcpslice.1,v 1.2 91/10/16 11:42:46 vern Exp $ (LBL) +.\" @(#) $Header: /home/ncvs/src/usr.sbin/tcpdump/tcpslice/tcpslice.1,v 1.3 1995/03/08 12:53:39 olah Exp $ (LBL) .\" .\" Copyright (c) 1988-1990 The Regents of the University of California. .\" All rights reserved. @@ -45,7 +45,7 @@ tcpslice \- extract pieces of and/or glue together tcpdump files .LP .I Tcpslice is a program for extracting portions of packet-trace files generated using -\fItcpdump(l)\fP's +\fItcpdump(1)\fP's .B \-w flag. It can also be used to glue together several such files, as discussed @@ -222,7 +222,7 @@ format discussed above. .B \-w Direct the output to \fIfile\fR rather than \fIstdout\fP. .SH "SEE ALSO" -tcpdump(l) +tcpdump(1) .SH AUTHOR Vern Paxson (vern@ee.lbl.gov), of Lawrence Berkeley Laboratory, University of California, Berkeley, CA. |