summaryrefslogtreecommitdiff
path: root/libnm-util/nm-setting-bridge.c
diff options
context:
space:
mode:
authorDan Winship <danw@gnome.org>2014-06-05 15:11:04 -0400
committerDan Winship <danw@gnome.org>2014-06-19 17:45:02 -0400
commite8577083cafdf0a164679db11ca9193605e4fffe (patch)
tree7af390b3b1403b1a0de71e0ff3883135dc7e2ec5 /libnm-util/nm-setting-bridge.c
parent9de24b16e83ca27322c09cde50648d7834820778 (diff)
downloadNetworkManager-e8577083cafdf0a164679db11ca9193605e4fffe.tar.gz
libnm-util: various NMSetting* property doc fixes/improvements
Fix up various issues with the docs for the NMSetting properties, and pull in text from the GParamSpec docs where the GParamSpec docs were better (or contained information that is necessary in the context of nm-settings.5). Also, consistently wrap all of the doc comments to the same width (80 columns).
Diffstat (limited to 'libnm-util/nm-setting-bridge.c')
-rw-r--r--libnm-util/nm-setting-bridge.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/libnm-util/nm-setting-bridge.c b/libnm-util/nm-setting-bridge.c
index 1860d7f2f6..0908573d25 100644
--- a/libnm-util/nm-setting-bridge.c
+++ b/libnm-util/nm-setting-bridge.c
@@ -462,7 +462,7 @@ nm_setting_bridge_class_init (NMSettingBridgeClass *setting_class)
/**
* NMSettingBridge:interface-name:
*
- * The name of the virtual in-kernel briding network interface
+ * The name of the virtual in-kernel bridging network interface
*
* Since: 0.9.8
**/
@@ -477,9 +477,9 @@ nm_setting_bridge_class_init (NMSettingBridgeClass *setting_class)
/**
* NMSettingBridge:mac-address:
*
- * If specified, the MAC address of bridge. When creating a new bridge, this MAC address
- * will be set. When matching an existing (outside NetworkManager created) bridge, this
- * MAC address must match.
+ * If specified, the MAC address of bridge. When creating a new bridge, this
+ * MAC address will be set. When matching an existing (outside
+ * NetworkManager created) bridge, this MAC address must match.
*
* Since: 0.9.10
**/