Minor wording tweaks.

This commit is contained in:
Joe Orton 2023-10-18 09:15:16 +01:00
parent 454bf03452
commit cdf2aaf5d2

View File

@ -175,7 +175,7 @@ Wants=network-online.target</programlisting>
<para>System packages (including the httpd package itself) may <para>System packages (including the httpd package itself) may
restart the httpd service automatically after packages are restart the httpd service automatically after packages are
upgraded, installed, or removed. This is done using the upgraded, installed, or removed. This is done using the
<command>systemctl try-restart httpd.service</command>, which <command>systemctl try-restart httpd.service</command> command, which
stops then starts the service if it is running.</para> stops then starts the service if it is running.</para>
<para>To disable automatic restarts, create the file <para>To disable automatic restarts, create the file
@ -183,8 +183,9 @@ Wants=network-online.target</programlisting>
When <command>httpd</command> interfaces are added in an update, When <command>httpd</command> interfaces are added in an update,
it may not be safe to <emphasis>reload</emphasis> a running it may not be safe to <emphasis>reload</emphasis> a running
service after upgrading, if updated modules require interfaces service after upgrading, if updated modules require interfaces
only available in the updated httpd. It is recommended to allow only available in the updated <command>httpd</command> binary.
automatic restarts for this reason.</para> It is recommended to allow automatic restarts for this
reason.</para>
</refsect2> </refsect2>
<refsect2> <refsect2>