summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2019-08-26 14:27:16 +0200
committerThomas Haller <thaller@redhat.com>2019-08-26 14:27:16 +0200
commit703677bdad2ab095d862cef1359f47f2f6e243d2 (patch)
tree9850fc9a1aba6ef852a9c7901f356f9e81721dde
parent36fec3be75d0539e90ce91d639654df3cc4ab1b4 (diff)
downloadNetworkManager-703677bdad2ab095d862cef1359f47f2f6e243d2.tar.gz
libnm/doc: improve documentation for NMMetered enum
-rw-r--r--libnm-core/nm-dbus-interface.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/libnm-core/nm-dbus-interface.h b/libnm-core/nm-dbus-interface.h
index 09eb4b4f14..93a6428c6c 100644
--- a/libnm-core/nm-dbus-interface.h
+++ b/libnm-core/nm-dbus-interface.h
@@ -655,8 +655,8 @@ typedef enum {
/**
* NMMetered:
* @NM_METERED_UNKNOWN: The metered status is unknown
- * @NM_METERED_YES: Metered, the value was statically set
- * @NM_METERED_NO: Not metered, the value was statically set
+ * @NM_METERED_YES: Metered, the value was explicitly configured
+ * @NM_METERED_NO: Not metered, the value was explicitly configured
* @NM_METERED_GUESS_YES: Metered, the value was guessed
* @NM_METERED_GUESS_NO: Not metered, the value was guessed
*
@@ -675,7 +675,7 @@ typedef enum {
* device type or on DHCP options (like Android devices exposing a "ANDROID_METERED"
* DHCP vendor option).
*
- * Most applications probably should treat the runtime states %NM_METERED_GUESS_YES
+ * Most applications probably should treat the runtime state %NM_METERED_GUESS_YES
* like %NM_METERED_YES, and all other states as not metered.
*
* Note that the per-device metered states are then combined to a global metered