Fix typo.:wq

This commit is contained in:
mjl 1999-12-28 02:54:51 +00:00
parent 67b9836fda
commit 9d38d8530d
1 changed files with 3 additions and 3 deletions

View File

@ -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
.\" The Regents of the University of California. All rights reserved.
@ -692,7 +692,7 @@ ping packets):
.RS
.nf
.B
tcpdump 'icmp[0] != 8 and icmp[0] != 0"
tcpdump 'icmp[0] != 8 and icmp[0] != 0'
.fi
.RE
.SH OUTPUT FORMAT