diff options
author | Yu Watanabe <watanabe.yu+github@gmail.com> | 2024-11-26 14:29:36 +0100 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2024-11-26 17:28:14 +0100 |
commit | f29a07f3fce339a18883e6a8949c9181bf0e4e58 (patch) | |
tree | 513a01ed031d9bac839a859d307dae635a4e1564 /man/run0.xml | |
parent | machine: increase timeouts in attempt to fix #35115 (#35117) (diff) | |
download | systemd-f29a07f3fce339a18883e6a8949c9181bf0e4e58.tar.xz systemd-f29a07f3fce339a18883e6a8949c9181bf0e4e58.zip |
man: several more assorted fixes
Continuation of 4ebbb5bfe88ac3d793c395472648660c33251546.
Closes #35307.
Diffstat (limited to 'man/run0.xml')
-rw-r--r-- | man/run0.xml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/man/run0.xml b/man/run0.xml index 6de84aa2b2..1c42d46baa 100644 --- a/man/run0.xml +++ b/man/run0.xml @@ -61,7 +61,10 @@ <literal>systemd-run0</literal> PAM stack.</para> <para>Note that <command>run0</command> is implemented as an alternative multi-call invocation of - <citerefentry><refentrytitle>systemd-run</refentrytitle><manvolnum>1</manvolnum></citerefentry>.</para> + <citerefentry><refentrytitle>systemd-run</refentrytitle><manvolnum>1</manvolnum></citerefentry>. That is, + <command>run0</command> is a symbolic link to <command>systemd-run</command> executable file, and it + behaves as <command>run0</command> if it is invoked through the symbolic link, otherwise behaves as + <command>systemd-run</command>.</para> </refsect1> <refsect1> |