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.net-naming-scheme.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.net-naming-scheme.xml')
-rw-r--r-- | man/systemd.net-naming-scheme.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man/systemd.net-naming-scheme.xml b/man/systemd.net-naming-scheme.xml index 09df42aea2..2fec1055b7 100644 --- a/man/systemd.net-naming-scheme.xml +++ b/man/systemd.net-naming-scheme.xml @@ -38,7 +38,7 @@ implemented version, but it is also possible to set one of the older versions to preserve compatibility. This may be useful for example for distributions, which may introduce new versions of systemd in stable releases without changing the naming scheme. The naming scheme may also be overridden - using the <varname>net.naming-scheme=</varname> kernel command line switch, see + using the <varname>net.naming_scheme=</varname> kernel command line switch, see <citerefentry><refentrytitle>systemd-udevd.service</refentrytitle><manvolnum>8</manvolnum></citerefentry>. Available naming schemes are described below.</para> @@ -326,7 +326,7 @@ <title>History</title> <para>The following "naming schemes" have been defined (which may be chosen at system boot-up time via - the <varname>net.naming-scheme=</varname> kernel command line switch, see above):</para> + the <varname>net.naming_scheme=</varname> kernel command line switch, see above):</para> <variablelist> <varlistentry> |