From cc1de4676ec529b3a76992aee438ce5ebfca2d39 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ji=C5=99=C3=AD=20Klime=C5=A1?= Date: Mon, 18 Mar 2013 18:11:29 +0100 Subject: [PATCH] libnm-util: fix documentation of add(remove)_s390_option() --- libnm-util/nm-setting-wired.c | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/libnm-util/nm-setting-wired.c b/libnm-util/nm-setting-wired.c index ccf5ba6be..923699666 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 *