diff --git a/man/systemd.exec.xml b/man/systemd.exec.xml
index 32128d4fabf..3960deac3a0 100644
--- a/man/systemd.exec.xml
+++ b/man/systemd.exec.xml
@@ -1447,7 +1447,7 @@ CapabilityBoundingSet=~CAP_B CAP_C
The second parameter will be interpreted as a destination path that will be created as a symlink to the directory.
The symlinks will be created after any BindPaths= or TemporaryFileSystem=
options have been set up, to make ephemeral symlinking possible. The same source can have multiple symlinks, by
- using the same first parameter, but a different second parameter.
+ using the same first parameter, but a different second parameter.
The directories defined by these options are always created under the standard paths used by systemd
(/var/, /run/, /etc/, …). If the service needs
@@ -1483,7 +1483,7 @@ StateDirectory=aaa/bbb ccc
RuntimeDirectory=foo:bar foo:baz
the service manager creates /run/foo (if it does not exist), and
/run/bar plus /run/baz as symlinks to
- /run/foo.
+ /run/foo.