diff options
author | ats <ats@FreeBSD.org> | 1994-12-12 00:41:04 +0000 |
---|---|---|
committer | ats <ats@FreeBSD.org> | 1994-12-12 00:41:04 +0000 |
commit | a7b72cfd8402f77ec8d1bfc7e289048ef3e5b191 (patch) | |
tree | 9fb3025625293470c27ad90d0169b36ee1151398 /usr.sbin/tcpdump | |
parent | 989811f35bc6b672072daf6f4d3ecf3cc1e11244 (diff) | |
download | FreeBSD-src-a7b72cfd8402f77ec8d1bfc7e289048ef3e5b191.zip FreeBSD-src-a7b72cfd8402f77ec8d1bfc7e289048ef3e5b191.tar.gz |
Changed two occurrences of tcpdump(l) to tcpdump(1).
Diffstat (limited to 'usr.sbin/tcpdump')
-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..42fb30b 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.1.1.1 1993/06/12 14:42:16 rgrimes 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. |