summaryrefslogtreecommitdiffstats
path: root/share/man/man4/tcp.4
diff options
context:
space:
mode:
authoraaron <aaron@openbsd.org>1998-09-06 22:23:16 +0000
committeraaron <aaron@openbsd.org>1998-09-06 22:23:16 +0000
commitfb1a43c9c8e031284e7c50d9d6b6726205caae8f (patch)
tree96dd55ed7e53b8fa2e7001beb11abf4eb897fdb2 /share/man/man4/tcp.4
parentIf mount by non-root, then verify that user has necessary permissions on (diff)
downloadwireguard-openbsd-fb1a43c9c8e031284e7c50d9d6b6726205caae8f.tar.xz
wireguard-openbsd-fb1a43c9c8e031284e7c50d9d6b6726205caae8f.zip
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.