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