diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 2001-03-21 16:27:01 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 2001-03-21 16:27:01 +0000 |
commit | 45cb786e35ecd036696a483496992fb276d5e8d2 (patch) | |
tree | 4fab962b2631816b97f1ab31f9fe551a8d0d9d04 /usr.sbin | |
parent | 76d93e205c9f78ded4046808541f6978331d3bc6 (diff) |
Fix typo, connnection -> connection
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 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 |