chiark / gitweb /
man: fix a typo
[elogind.git] / man / systemd.socket.xml
index 946c30a757a69390d07abdaf17acc953c7b83a86..71d1ab916d085cebed17a8910eca5eba558ca89f 100644 (file)
                 boot or late system shutdown should disable this
                 option.</para>
 
-               <para>Socket units will have a
-               <varname>Before=</varname> dependency on the service
-               which they trigger added implicitly. No implicit
-               <varname>WantedBy=</varname> or
-               <varname>RequiredBy=</varname> dependency from the
-               socket to the service is added. This means that the
-               service may be started without the socket, in which
-               case it must be able to open sockets by itself. To
-               prevent this, an explicit <varname>Requires=</varname>
-               dependency may be added.</para>
+                <para>Socket units will have a
+                <varname>Before=</varname> dependency on the service
+                which they trigger added implicitly. No implicit
+                <varname>WantedBy=</varname> or
+                <varname>RequiredBy=</varname> dependency from the
+                socket to the service is added. This means that the
+                service may be started without the socket, in which
+                case it must be able to open sockets by itself. To
+                prevent this, an explicit <varname>Requires=</varname>
+                dependency may be added.</para>
 
                 <para>Socket units may be used to implement on-demand
                 starting of services, as well as parallelized starting
                 <citerefentry><refentrytitle>sd_listen_fds</refentrytitle><manvolnum>3</manvolnum></citerefentry>
                 for details) or via the traditional
                 <citerefentry><refentrytitle>inetd</refentrytitle><manvolnum>8</manvolnum></citerefentry>-style
-                socket passing (i.e. sockets passed in via STDIN and
-                STDOUT, using <varname>StandardInput=socket</varname>
+                socket passing (i.e. sockets passed in via standard input and
+                output, using <varname>StandardInput=socket</varname>
                 in the service file).</para>
         </refsect1>