diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1999-05-01 09:01:47 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1999-05-01 09:01:47 +0000 |
commit | 32396ee28c0fa55eadc2ecbd50f3ccf19c9af97e (patch) | |
tree | 4e876cc7407863a2480f11f42c03c5c95a1a9225 /usr.sbin | |
parent | a8399c6fed839fe67c46742708359173ab6bce1d (diff) |
typo; krw@tcn.net
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/tcpdump/tcpdump.8 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/tcpdump/tcpdump.8 b/usr.sbin/tcpdump/tcpdump.8 index 33337c87922..d59f581490b 100644 --- a/usr.sbin/tcpdump/tcpdump.8 +++ b/usr.sbin/tcpdump/tcpdump.8 @@ -1,4 +1,4 @@ -.\" @(#) $Header: /cvs/OpenBSD/src/usr.sbin/tcpdump/tcpdump.8,v 1.11 1999/03/10 02:43:11 pjanzen Exp $ (LBL) +.\" @(#) $Header: /cvs/OpenBSD/src/usr.sbin/tcpdump/tcpdump.8,v 1.12 1999/05/01 09:01:46 deraadt Exp $ (LBL) .\" .\" Copyright (c) 1987, 1988, 1989, 1990, 1991, 1992, 1994, 1995, 1996 .\" The Regents of the University of California. All rights reserved. @@ -623,7 +623,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 |