summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2022-07-22 11:48:03 +0200
committerThomas Haller <thaller@redhat.com>2022-07-22 11:51:20 +0200
commit3876c99da8503535c89ca8f1da6e8108ef57dfe0 (patch)
treef8935cf705d5c84de18b7950146e19d74ceb78b4
parent9f3057b08e636ddd8c471cecbab3547b39557149 (diff)
downloadNetworkManager-3876c99da8503535c89ca8f1da6e8108ef57dfe0.tar.gz
man: fix letter case of values for CONNECTIVITY_STATE in NetworkManager-dispatcher
https://gitlab.freedesktop.org/NetworkManager/NetworkManager/-/issues/1047
-rw-r--r--man/NetworkManager-dispatcher.xml5
1 files changed, 3 insertions, 2 deletions
diff --git a/man/NetworkManager-dispatcher.xml b/man/NetworkManager-dispatcher.xml
index 5107fa55af..4a603b1566 100644
--- a/man/NetworkManager-dispatcher.xml
+++ b/man/NetworkManager-dispatcher.xml
@@ -288,8 +288,9 @@
<term><varname>CONNECTIVITY_STATE</varname></term>
<listitem><para> The network connectivity state, which can
take the values defined by the NMConnectivityState type,
- from the org.freedesktop.NetworkManager D-Bus API: unknown,
- none, portal, limited or full. Note: this variable will only
+ from the org.freedesktop.NetworkManager D-Bus API: <literal>UNKNOWN</literal>,
+ <literal>NONE</literal>, <literal>PORTAL</literal>, <literal>LIMITED</literal>
+ or <literal>FULL</literal>. Note: this variable will only
be set for connectivity-change actions.
</para></listitem>
</varlistentry>