diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2019-10-30 08:56:18 +0100 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2019-10-30 08:56:18 +0100 |
commit | 864edb39cfb68a304a7c318965079effc6a05ece (patch) | |
tree | aad2df7295c8762cc862874af668dc94abcf3876 /man | |
parent | a346aa7c38dff023a6783eade2900cb75eff1d25 (diff) | |
download | systemd-864edb39cfb68a304a7c318965079effc6a05ece.tar.gz |
network: rename SendOptions= to SendOption=
The name with plural made more sense where multiple options could be specified
in one line. After changes in the pull request, this option only accepts one
value, so from users' POV it should be singular.
(The field in the data structure remains plural, because it actually stores
multiple values.)
Diffstat (limited to 'man')
-rw-r--r-- | man/systemd.network.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/systemd.network.xml b/man/systemd.network.xml index 6f08edb369..3ef6ff592c 100644 --- a/man/systemd.network.xml +++ b/man/systemd.network.xml @@ -1640,7 +1640,7 @@ </varlistentry> <varlistentry> - <term><varname>SendOptions=</varname></term> + <term><varname>SendOption=</varname></term> <listitem> <para>Send a raw option with value via DHCPv4 client. Takes a DHCP option and base64 encoded data separated with a colon (option:value). The option ranges [1-254]. This option can be |