man: fix letter case of values for CONNECTIVITY_STATE in NetworkManager-dispatcher

https://gitlab.freedesktop.org/NetworkManager/NetworkManager/-/issues/1047
This commit is contained in:
Thomas Haller
2022-07-22 11:48:03 +02:00
parent 9f3057b08e
commit 3876c99da8

View File

@@ -288,8 +288,9 @@
<term><varname>CONNECTIVITY_STATE</varname></term> <term><varname>CONNECTIVITY_STATE</varname></term>
<listitem><para> The network connectivity state, which can <listitem><para> The network connectivity state, which can
take the values defined by the NMConnectivityState type, take the values defined by the NMConnectivityState type,
from the org.freedesktop.NetworkManager D-Bus API: unknown, from the org.freedesktop.NetworkManager D-Bus API: <literal>UNKNOWN</literal>,
none, portal, limited or full. Note: this variable will only <literal>NONE</literal>, <literal>PORTAL</literal>, <literal>LIMITED</literal>
or <literal>FULL</literal>. Note: this variable will only
be set for connectivity-change actions. be set for connectivity-change actions.
</para></listitem> </para></listitem>
</varlistentry> </varlistentry>