From: guy Date: Tue, 25 Jul 2000 06:23:05 +0000 (+0000) Subject: Fix a typo. X-Git-Tag: tcpdump-3.5.1~211 X-Git-Url: https://git.tcpdump.org/tcpdump/commitdiff_plain/cff875676ce4da91a345ca476e3da65819c58d46 Fix a typo. --- diff --git a/tcpdump.1 b/tcpdump.1 index b007adb9..d71545c6 100644 --- a/tcpdump.1 +++ b/tcpdump.1 @@ -1,4 +1,4 @@ -.\" @(#) $Header: /tcpdump/master/tcpdump/Attic/tcpdump.1,v 1.82 2000-07-25 06:09:32 guy Exp $ (LBL) +.\" @(#) $Header: /tcpdump/master/tcpdump/Attic/tcpdump.1,v 1.83 2000-07-25 06:23:05 guy Exp $ (LBL) .\" .\" Copyright (c) 1987, 1988, 1989, 1990, 1991, 1992, 1994, 1995, 1996, 1997 .\" The Regents of the University of California. All rights reserved. @@ -732,7 +732,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