diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2022-10-17 11:31:52 +0200 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2022-10-17 13:50:17 +0200 |
commit | e2d4456f43d48b0fefe66524bdcdae0e143d6b46 (patch) | |
tree | f1ec99f11b513d52841081467767c533ae5b80e5 /man/org.freedesktop.systemd1.xml | |
parent | core: simplify the return convention in manager_load_unit() (diff) | |
download | systemd-e2d4456f43d48b0fefe66524bdcdae0e143d6b46.tar.xz systemd-e2d4456f43d48b0fefe66524bdcdae0e143d6b46.zip |
man: fix method name
Diffstat (limited to 'man/org.freedesktop.systemd1.xml')
-rw-r--r-- | man/org.freedesktop.systemd1.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/org.freedesktop.systemd1.xml b/man/org.freedesktop.systemd1.xml index 9fb215a136..de4b13c84b 100644 --- a/man/org.freedesktop.systemd1.xml +++ b/man/org.freedesktop.systemd1.xml @@ -2442,7 +2442,7 @@ node /org/freedesktop/systemd1/unit/avahi_2ddaemon_2eservice { will be a pair of empty strings.</para> <para><varname>Transient</varname> contains a boolean that indicates whether the unit was created as a - transient unit (i.e. via <function>CreateTransientUnit()</function> on the manager object).</para> + transient unit (i.e. via <function>StartTransientUnit()</function> on the manager object).</para> <para><varname>ActivationDetails</varname> contains a list of string pairs, key and value, that describe the event that caused the unit to be activated, if any. The key describes the information |