diff --git a/man/nm-settings-ifcfg-rh.xsl b/man/nm-settings-ifcfg-rh.xsl
index 408b4b3d5c..f069828ce0 100644
--- a/man/nm-settings-ifcfg-rh.xsl
+++ b/man/nm-settings-ifcfg-rh.xsl
@@ -138,6 +138,21 @@ UUID=f79848ff-11a6-4810-9e1a-99039dea84c4
ONBOOT=yes
+
+
+ Bridge and bridge port configuration:
+ifcfg-bridge: ifcfg-bridge-port:
+NAME=bridge NAME=bridge007-port-eth0
+UUID=4be99ce0-c5b2-4764-8b77-ec226e440125 UUID=3ad56c4a-47e1-419b-b0d4-8ad86eb967a3
+DEVICE=bridge007 DEVICE=eth0
+STP=yes ONBOOT=yes
+TYPE=Bridge TYPE=Ethernet
+BRIDGING_OPTS=priority=32768 BRIDGE=bridge007
+ONBOOT=yes
+BOOTPROTO=dhcp
+
+
+
Bonding configuration:
@@ -182,6 +197,11 @@ TEAM_MASTER=team0
DEVICETYPE=TeamPort
+
+ The UUID values in the config files must be unique. You can use uuidgen
+ command line tool to generate such values. Alternatively, you can leave out UUID
+ entirely. In that case NetworkManager will generate a UUID based on the file name.
+