libnm-util: fix doc bug in NMSettingIP6Config

This commit is contained in:
Dan Winship 2013-04-19 13:17:38 -04:00
parent ac50fc2642
commit 649d2e4c1b

View file

@ -890,7 +890,7 @@ nm_setting_ip6_config_class_init (NMSettingIP6ConfigClass *setting_class)
* based hardware. If 'link-local' is specified, then an IPv6 link-local * based hardware. If 'link-local' is specified, then an IPv6 link-local
* address will be assigned to the interface. If 'manual' is specified, * address will be assigned to the interface. If 'manual' is specified,
* static IP addressing is used and at least one IP address must be given * static IP addressing is used and at least one IP address must be given
* in the 'addresses' property. If 'ignored' is specified, IPv6 * in the 'addresses' property. If 'ignore' is specified, IPv6
* configuration is not done. This property must be set. NOTE: the 'shared' * configuration is not done. This property must be set. NOTE: the 'shared'
* method are not yet supported. * method are not yet supported.
**/ **/
@ -908,7 +908,7 @@ nm_setting_ip6_config_class_init (NMSettingIP6ConfigClass *setting_class)
"address will be assigned to the interface. If " "address will be assigned to the interface. If "
"'manual' is specified, static IP addressing is " "'manual' is specified, static IP addressing is "
"used and at least one IP address must be given in " "used and at least one IP address must be given in "
" the 'addresses' property. If 'ignored' is " " the 'addresses' property. If 'ignore' is "
"specified, IPv6 configuration is not done. This " "specified, IPv6 configuration is not done. This "
"property must be set. NOTE: the 'shared' method" "property must be set. NOTE: the 'shared' method"
"is not yet supported.", "is not yet supported.",