summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJiří Klimeš <jklimes@redhat.com>2013-03-18 18:11:29 +0100
committerJiří Klimeš <jklimes@redhat.com>2013-03-18 18:11:29 +0100
commitcc1de4676ec529b3a76992aee438ce5ebfca2d39 (patch)
tree50e2f4b6f904120781630b86d60cf8e55784ebe1
parent9a0fec38dfa038e62f70e39bcc0add7b3f8e0874 (diff)
downloadNetworkManager-cc1de4676ec529b3a76992aee438ce5ebfca2d39.tar.gz
libnm-util: fix documentation of add(remove)_s390_option()
-rw-r--r--libnm-util/nm-setting-wired.c11
1 files changed, 6 insertions, 5 deletions
diff --git a/libnm-util/nm-setting-wired.c b/libnm-util/nm-setting-wired.c
index ccf5ba6be4..923699666b 100644
--- a/libnm-util/nm-setting-wired.c
+++ b/libnm-util/nm-setting-wired.c
@@ -367,7 +367,7 @@ nm_setting_wired_get_s390_option_by_key (NMSettingWired *setting,
}
/**
- * nm_setting_wired_add_s390_options:
+ * nm_setting_wired_add_s390_option:
* @setting: the #NMSettingWired
* @key: key name for the option
* @value: value for the option
@@ -380,9 +380,10 @@ nm_setting_wired_get_s390_option_by_key (NMSettingWired *setting,
* Returns: %TRUE if the option was valid and was added to the internal option
* list, %FALSE if it was not.
**/
-gboolean nm_setting_wired_add_s390_option (NMSettingWired *setting,
- const char *key,
- const char *value)
+gboolean
+nm_setting_wired_add_s390_option (NMSettingWired *setting,
+ const char *key,
+ const char *value)
{
size_t value_len;
@@ -402,7 +403,7 @@ gboolean nm_setting_wired_add_s390_option (NMSettingWired *setting,
}
/**
- * nm_setting_wired_remove_s390_options:
+ * nm_setting_wired_remove_s390_option:
* @setting: the #NMSettingWired
* @key: key name for the option to remove
*