summaryrefslogtreecommitdiff
path: root/man/org.freedesktop.systemd1.xml
diff options
context:
space:
mode:
authorFrantisek Sumsal <frantisek@sumsal.cz>2022-11-02 11:48:23 +0100
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2022-11-02 14:36:51 +0100
commit1ca1bb03dec9ae3e8d734bd40eeb60210ffd7a0a (patch)
tree0c0ef5f6b2be81eb11898ab7e657b12679fda418 /man/org.freedesktop.systemd1.xml
parenta12ba535fa677e642c7ba19e81062ed6e9365ceb (diff)
downloadsystemd-1ca1bb03dec9ae3e8d734bd40eeb60210ffd7a0a.tar.gz
man: use the correct 'Markers' property name for marking units
Follow-up to c9615f7352 and 70666e28a1.
Diffstat (limited to 'man/org.freedesktop.systemd1.xml')
-rw-r--r--man/org.freedesktop.systemd1.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/man/org.freedesktop.systemd1.xml b/man/org.freedesktop.systemd1.xml
index cbd552bd99..5e08b35234 100644
--- a/man/org.freedesktop.systemd1.xml
+++ b/man/org.freedesktop.systemd1.xml
@@ -1250,7 +1250,7 @@ node /org/freedesktop/systemd1 {
"ReloadOrRestart" flavors attempt a reload if the unit supports it and use a restart otherwise.</para>
<para><function>EnqueueMarkedJobs()</function> creates reload/restart jobs for units which have been
- appropriately marked, see <varname>Marks</varname> property above. This is equivalent to calling
+ appropriately marked, see <varname>Markers</varname> property above. This is equivalent to calling
<function>TryRestartUnit()</function> or <function>ReloadOrTryRestartUnit()</function> for the marked
units.</para>