Imported Upstream version 1.72.0
[platform/upstream/boost.git] / doc / html / boost_asio / overview / posix / local.html
index f29eedc..fb9c468 100644 (file)
@@ -27,9 +27,9 @@
 <a name="boost_asio.overview.posix.local"></a><a class="link" href="local.html" title="UNIX Domain Sockets">UNIX Domain Sockets</a>
 </h4></div></div></div>
 <p>
-          Boost.Asio provides basic support UNIX domain sockets (also known as local
-          sockets). The simplest use involves creating a pair of connected sockets.
-          The following code:
+          Boost.Asio provides basic support for UNIX domain sockets (also known as
+          local sockets). The simplest use involves creating a pair of connected
+          sockets. The following code:
         </p>
 <pre class="programlisting">local::stream_protocol::socket socket1(my_io_context);
 local::stream_protocol::socket socket2(my_io_context);