Spelling fixes.

This commit is contained in:
Joe Orton 2018-07-06 10:33:09 +01:00
parent 0c0d4558f1
commit 890b6080ee

View File

@ -110,10 +110,10 @@ Environment=LD_LIBRARY_PATH=/opt/vendor/lib</programlisting></para>
<para>If httpd is configured to depend on any specific IP
address (for example, with a "Listen" directive) which may only
become available during startup, or if httpd depends on other
become available during start-up, or if httpd depends on other
services (such as a database daemon), the service
<emphasis>must</emphasis> be configured to ensure correct
startup ordering.</para>
start-up ordering.</para>
<para>For example, to ensure httpd is only running after all
configured network interfaces are configured, create a drop-in
@ -125,7 +125,7 @@ Wants=network-online.target</programlisting>
See <ulink
url="https://www.freedesktop.org/wiki/Software/systemd/NetworkTarget/"/>
for more information on startup ordering with systemd.</para>
for more information on start-up ordering with systemd.</para>
</refsect2>
@ -264,10 +264,10 @@ Wants=network-online.target</programlisting>
</refsect2>
<refsect2>
<title>Instatiated services</title>
<title>Instantiated services</title>
<para>The <command>httpd@.service</command> unit is an
instatiated template service. An instance of this unit will be
instantiated template service. An instance of this unit will be
started using the configuration file
<filename>/etc/httpd/conf/INSTANCE.conf</filename>, where
<emphasis>INSTANCE</emphasis> is replaced with the instance
@ -332,3 +332,6 @@ ReloadPropagatedFrom=httpd.service</programlisting>
</refsect1>
</refentry>
<!-- LocalWords: systemd PidFile
-->