From 703677bdad2ab095d862cef1359f47f2f6e243d2 Mon Sep 17 00:00:00 2001 From: Thomas Haller Date: Mon, 26 Aug 2019 14:27:16 +0200 Subject: [PATCH] libnm/doc: improve documentation for NMMetered enum --- libnm-core/nm-dbus-interface.h | 6 +++--- 1 file 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