summaryrefslogtreecommitdiff
path: root/share/man/man4/tcp.4
diff options
context:
space:
mode:
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.