diff options
author | Lennart Poettering <lennart@poettering.net> | 2024-02-28 15:31:27 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2024-02-28 15:33:51 +0100 |
commit | 78266a54f12508a83dd3bb2f39f22da38f3b2f54 (patch) | |
tree | 687829e39af4f544211aca858afe608f2f47c744 /man/systemd-update-done.service.xml | |
parent | Merge pull request #31444 from bluca/semaphore (diff) | |
download | systemd-78266a54f12508a83dd3bb2f39f22da38f3b2f54.tar.xz systemd-78266a54f12508a83dd3bb2f39f22da38f3b2f54.zip |
tree-wide: use "_" rather than "-" as separator in kernel cmdline options
Most of our kernel cmdline options use underscores as word separators in
kernel cmdline options, but there were some exceptions. Let's fix those,
and also use underscores.
Since our /proc/cmdline parsers don't distinguish between the two
characters anyway this should not break anything, but makes sure our own
codebase (and in particular docs and log messages) are internally
consistent.
Diffstat (limited to 'man/systemd-update-done.service.xml')
-rw-r--r-- | man/systemd-update-done.service.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/systemd-update-done.service.xml b/man/systemd-update-done.service.xml index 46bb2f41c8..6b863ecff3 100644 --- a/man/systemd-update-done.service.xml +++ b/man/systemd-update-done.service.xml @@ -58,7 +58,7 @@ <citerefentry project='man-pages'><refentrytitle>touch</refentrytitle><manvolnum>1</manvolnum></citerefentry> on it.</para> - <para>Note that if the <varname>systemd.condition-needs-update=</varname> kernel command line option is + <para>Note that if the <varname>systemd.condition_needs_update=</varname> kernel command line option is used it overrides the <varname>ConditionNeedsUpdate=</varname> unit condition checks. In that case <filename>systemd-update-done.service</filename> will not reset the condition state until a follow-up reboot where the kernel switch is not specified anymore.</para> |