summaryrefslogtreecommitdiff
path: root/src/network/networkd-dhcp4.c
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2019-10-30 08:56:18 +0100
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2019-10-30 08:56:18 +0100
commit864edb39cfb68a304a7c318965079effc6a05ece (patch)
treeaad2df7295c8762cc862874af668dc94abcf3876 /src/network/networkd-dhcp4.c
parenta346aa7c38dff023a6783eade2900cb75eff1d25 (diff)
downloadsystemd-864edb39cfb68a304a7c318965079effc6a05ece.tar.gz
systemd-864edb39cfb68a304a7c318965079effc6a05ece.tar.bz2
systemd-864edb39cfb68a304a7c318965079effc6a05ece.zip
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 'src/network/networkd-dhcp4.c')
-rw-r--r--src/network/networkd-dhcp4.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/network/networkd-dhcp4.c b/src/network/networkd-dhcp4.c
index 70ab9b2a54..45091de97d 100644
--- a/src/network/networkd-dhcp4.c
+++ b/src/network/networkd-dhcp4.c
@@ -1566,7 +1566,7 @@ int config_parse_dhcp_request_options(
return 0;
}
-int config_parse_dhcp_send_options(
+int config_parse_dhcp_send_option(
const char *unit,
const char *filename,
unsigned line,