diff --git a/man/systemd.service.xml b/man/systemd.service.xml
index 123f1db30d..b43ec14c37 100644
--- a/man/systemd.service.xml
+++ b/man/systemd.service.xml
@@ -1421,9 +1421,9 @@
systems using split /usr/bin/ and /bin/ directories, and their
sbin/ counterparts on systems using split bin/ and
sbin/. It is thus safe to use just the executable name in case of executables
- located in any of the "standard" directories, and an absolute path must be used in other cases. Using an
- absolute path is recommended to avoid ambiguity. Hint: this search path may be queried using
- systemd-path search-binaries-default.
+ located in any of the "standard" directories, and an absolute path must be used in other cases.
+ Hint: this search path may be queried using systemd-path search-binaries-default.
+
The command line accepts % specifiers as described in
systemd.unit5.