summaryrefslogtreecommitdiff
path: root/share/man/man4/tcp.4
diff options
context:
space:
mode:
authorAaron Campbell <aaron@cvs.openbsd.org>1998-09-06 22:23:22 +0000
committerAaron Campbell <aaron@cvs.openbsd.org>1998-09-06 22:23:22 +0000
commitca298332c9649c2500f0e4f3d94401193db3349c (patch)
treea2f1af75d795779c6d51b1367dc11979819b3043 /share/man/man4/tcp.4
parentb224066e4d677e6eb97225a356f813c8f7fa5c81 (diff)
More man page fixes. Spelling, grammar, some typos. Lots of double-word
occurrences squashed as well.
Diffstat (limited to 'share/man/man4/tcp.4')
-rw-r--r--share/man/man4/tcp.44
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man4/tcp.4 b/share/man/man4/tcp.4
index 62bb958d562..ec5a7b0ab7d 100644
--- a/share/man/man4/tcp.4
+++ b/share/man/man4/tcp.4
@@ -47,7 +47,7 @@
.Sh DESCRIPTION
The
.Tn TCP
-protocol provides reliable, flow-controlled, two-way
+protocol provides a reliable, flow-controlled, two-way
transmission of data. It is a byte-stream protocol used to
support the
.Dv SOCK_STREAM
@@ -98,7 +98,7 @@ must be bound. The
port may still be specified
at this time; if the port is not specified the system will assign one.
Once a connection has been established the socket's address is
-fixed by the peer entity's location. The address assigned the
+fixed by the peer entity's location. The address assigned to the
socket is the address associated with the network interface
through which packets are being transmitted and received. Normally
this address corresponds to the peer entity's network.