Fix typo.:wq
This commit is contained in:
parent
67b9836fda
commit
9d38d8530d
|
@ -1,6 +1,6 @@
|
||||||
.\" $NetBSD: tcpdump.8,v 1.11 1999/10/11 12:37:43 sjg Exp $
|
.\" $NetBSD: tcpdump.8,v 1.12 1999/12/28 02:54:51 mjl Exp $
|
||||||
.\"
|
.\"
|
||||||
.\" @(#) $Header: /cvsroot/src/usr.sbin/tcpdump/Attic/tcpdump.8,v 1.11 1999/10/11 12:37:43 sjg Exp $ (LBL)
|
.\" @(#) $Header: /cvsroot/src/usr.sbin/tcpdump/Attic/tcpdump.8,v 1.12 1999/12/28 02:54:51 mjl Exp $ (LBL)
|
||||||
.\"
|
.\"
|
||||||
.\" Copyright (c) 1987, 1988, 1989, 1990, 1991, 1992, 1994, 1995, 1996, 1997
|
.\" Copyright (c) 1987, 1988, 1989, 1990, 1991, 1992, 1994, 1995, 1996, 1997
|
||||||
.\" The Regents of the University of California. All rights reserved.
|
.\" The Regents of the University of California. All rights reserved.
|
||||||
|
@ -692,7 +692,7 @@ ping packets):
|
||||||
.RS
|
.RS
|
||||||
.nf
|
.nf
|
||||||
.B
|
.B
|
||||||
tcpdump 'icmp[0] != 8 and icmp[0] != 0"
|
tcpdump 'icmp[0] != 8 and icmp[0] != 0'
|
||||||
.fi
|
.fi
|
||||||
.RE
|
.RE
|
||||||
.SH OUTPUT FORMAT
|
.SH OUTPUT FORMAT
|
||||||
|
|
Loading…
Reference in New Issue