diff --git a/man/systemd.service.xml b/man/systemd.service.xml
index bbff40559a1..56ff4577cef 100644
--- a/man/systemd.service.xml
+++ b/man/systemd.service.xml
@@ -1428,13 +1428,11 @@
For each command, the first argument must be either an absolute path to an executable or a simple
file name without any slashes. If the command is not a full (absolute) path, it will be resolved to a
full path using a fixed search path determined at compilation time. Searched directories include
- /usr/local/bin/, /usr/bin/, /bin/ on
- 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.
- Hint: this search path may be queried using systemd-path search-binaries-default.
-
+ /usr/local/bin/, /usr/bin/, and their
+ sbin/ counterparts (only 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. Hint:
+ this search path may be queried using systemd-path search-binaries-default.
The command line accepts % specifiers as described in
systemd.unit5.