]> git.ipfire.org Git - thirdparty/systemd.git/commit
tree-wide: use "_" rather than "-" as separator in kernel cmdline options
authorLennart Poettering <lennart@poettering.net>
Wed, 28 Feb 2024 14:31:27 +0000 (15:31 +0100)
committerLennart Poettering <lennart@poettering.net>
Wed, 28 Feb 2024 14:33:51 +0000 (15:33 +0100)
commit78266a54f12508a83dd3bb2f39f22da38f3b2f54
tree687829e39af4f544211aca858afe608f2f47c744
parent78816ce72efde8b4ef506e80b0726d2779e5f3ff
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.
18 files changed:
NEWS
docs/ENVIRONMENT.md
man/kernel-command-line.xml
man/systemd-battery-check.service.xml
man/systemd-network-generator.service.xml
man/systemd-udevd.service.xml
man/systemd-update-done.service.xml
man/systemd.net-naming-scheme.xml
man/systemd.unit.xml
meson.build
meson_options.txt
src/battery-check/battery-check.c
src/core/main.c
src/network/generator/network-generator.c
src/shared/condition.c
src/shared/netif-naming-scheme.c
src/tpm2-setup/tpm2-generator.c
units/systemd-battery-check.service.in