From 863428ef26568d59c8ea25145008bb4835fc4e02 Mon Sep 17 00:00:00 2001 From: Thomas Haller Date: Fri, 29 Jun 2018 09:57:54 +0200 Subject: [PATCH] clients/docs: fix generated documentation for Open vSwitch Fixes: 9be0c3330d42d0de601d24f3070308fdaf645ddb (cherry picked from commit bf7b941502737acf1d0befa2e2a5bc64e5db60e6) --- clients/common/settings-docs.h.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clients/common/settings-docs.h.in b/clients/common/settings-docs.h.in index 5e5151b07b..7ad8c19a6e 100644 --- a/clients/common/settings-docs.h.in +++ b/clients/common/settings-docs.h.in @@ -277,7 +277,7 @@ #define DESCRIBE_DOC_NM_SETTING_OVS_INTERFACE_NAME N_("The setting's name, which uniquely identifies the setting within the connection. Each setting type has a name unique to that type, for example \"ppp\" or \"wireless\" or \"wired\".") #define DESCRIBE_DOC_NM_SETTING_OVS_INTERFACE_TYPE N_("The interface type. Either \"internal\", or empty.") #define DESCRIBE_DOC_NM_SETTING_OVS_PATCH_NAME N_("The setting's name, which uniquely identifies the setting within the connection. Each setting type has a name unique to that type, for example \"ppp\" or \"wireless\" or \"wired\".") -#define DESCRIBE_DOC_NM_SETTING_OVS_PATCH_PEER N_("Specifies the unicast destination IP address of a remote OpenVSwitch bridge port to connect to.") +#define DESCRIBE_DOC_NM_SETTING_OVS_PATCH_PEER N_("Specifies the unicast destination IP address of a remote Open vSwitch bridge port to connect to.") #define DESCRIBE_DOC_NM_SETTING_OVS_PORT_BOND_DOWNDELAY N_("The time port must be inactive in order to be considered down.") #define DESCRIBE_DOC_NM_SETTING_OVS_PORT_BOND_MODE N_("Bonding mode. One of \"active-backup\", \"balance-slb\", or \"balance-tcp\".") #define DESCRIBE_DOC_NM_SETTING_OVS_PORT_BOND_UPDELAY N_("The time port must be active before it starts forwarding traffic.")