libnm-util: fix typos in libnm-util documentation

This commit is contained in:
Jiří Klimeš
2014-11-13 10:21:34 +01:00
parent 955f41d5f4
commit beec6c87ff

View File

@@ -712,7 +712,7 @@ nm_setting_ip6_config_clear_routes (NMSettingIP6Config *setting)
/** /**
* nm_setting_ip6_config_get_route_metric: * nm_setting_ip6_config_get_route_metric:
* @setting: the #NMSettingIP4Config * @setting: the #NMSettingIP6Config
* *
* Returns the value contained in the #NMSettingIP6Config:route-metric * Returns the value contained in the #NMSettingIP6Config:route-metric
* property. * property.
@@ -1060,7 +1060,7 @@ nm_setting_ip6_config_class_init (NMSettingIP6ConfigClass *setting_class)
* property: method * property: method
* variable: IPV6INIT, IPV6FORWARDING, IPV6_AUTOCONF, DHCPV6C * variable: IPV6INIT, IPV6FORWARDING, IPV6_AUTOCONF, DHCPV6C
* default: IPV6INIT=yes; IPV6FORWARDING=no; IPV6_AUTOCONF=!IPV6FORWARDING, DHCPV6=no * default: IPV6INIT=yes; IPV6FORWARDING=no; IPV6_AUTOCONF=!IPV6FORWARDING, DHCPV6=no
* description: Method used for IPv4 protocol configuration. * description: Method used for IPv6 protocol configuration.
* ignore ~ IPV6INIT=no; auto ~ IPV6_AUTOCONF=yes; dhcp ~ IPV6_AUTOCONF=no and DHCPV6C=yes * ignore ~ IPV6INIT=no; auto ~ IPV6_AUTOCONF=yes; dhcp ~ IPV6_AUTOCONF=no and DHCPV6C=yes
* ---end--- * ---end---
*/ */