summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJiří Klimeš <jklimes@redhat.com>2015-08-31 08:44:10 +0200
committerJiří Klimeš <jklimes@redhat.com>2015-08-31 08:44:10 +0200
commit5e3582c6b12668c684500262d125aa3d2d604f28 (patch)
tree3826e507756a22c35b4477f33dd1fd7c5f8adb2d
parenta922d5e58798e8a243c13bcc3f5286a50e674ec5 (diff)
downloadNetworkManager-5e3582c6b12668c684500262d125aa3d2d604f28.tar.gz
doc: fix the names of [in|e]gress-priority-map properties in ifcfg-rh man page
-rw-r--r--libnm-core/nm-setting-vlan.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libnm-core/nm-setting-vlan.c b/libnm-core/nm-setting-vlan.c
index dd3746a83d..554d9ddc47 100644
--- a/libnm-core/nm-setting-vlan.c
+++ b/libnm-core/nm-setting-vlan.c
@@ -762,7 +762,7 @@ nm_setting_vlan_class_init (NMSettingVlanClass *setting_class)
* "from" and "to" are unsigned integers, ie "7:3".
**/
/* ---ifcfg-rh---
- * property: ingress-property-map
+ * property: ingress-priority-map
* variable: VLAN_INGRESS_PRIORITY_MAP
* description: Ingress priority mapping.
* example: VLAN_INGRESS_PRIORITY_MAP=4:2,3:5
@@ -784,7 +784,7 @@ nm_setting_vlan_class_init (NMSettingVlanClass *setting_class)
* both "from" and "to" are unsigned integers, ie "7:3".
**/
/* ---ifcfg-rh---
- * property: egress-property-map
+ * property: egress-priority-map
* variable: VLAN_EGRESS_PRIORITY_MAP
* description: Egress priority mapping.
* example: VLAN_EGRESS_PRIORITY_MAP=5:4,4:1,3:7