summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoraaron <aaron@openbsd.org>2001-03-21 16:27:00 +0000
committeraaron <aaron@openbsd.org>2001-03-21 16:27:00 +0000
commit6293065800e7b4717d75e211e2a898d649deed73 (patch)
tree0f982c3907b48d5c1f30bd14621cf5db81242bc3
parentdo not dereference null pointer. from kame (diff)
downloadwireguard-openbsd-6293065800e7b4717d75e211e2a898d649deed73.tar.xz
wireguard-openbsd-6293065800e7b4717d75e211e2a898d649deed73.zip
Fix typo, connnection -> connection
-rw-r--r--usr.sbin/tcpdump/tcpdump.84
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/tcpdump/tcpdump.8 b/usr.sbin/tcpdump/tcpdump.8
index d7cdab85214..39efe8d3556 100644
--- a/usr.sbin/tcpdump/tcpdump.8
+++ b/usr.sbin/tcpdump/tcpdump.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: tcpdump.8,v 1.25 2000/11/09 17:53:25 aaron Exp $
+.\" $OpenBSD: tcpdump.8,v 1.26 2001/03/21 16:27:00 aaron Exp $
.\"
.\" Copyright (c) 1987, 1988, 1989, 1990, 1991, 1992, 1994, 1995, 1996
.\" The Regents of the University of California. All rights reserved.
@@ -1220,7 +1220,7 @@ The ack sequence number is a 32-bit integer.
The first time
.Nm
sees a tcp connection, it prints the sequence number from the packet.
-On subsequent packets of the connnection, the difference between
+On subsequent packets of the connection, the difference between
the current packet's sequence number and this initial sequence number
is printed.
This means that sequence numbers after the first can be interpreted