diff options
| author | Sebastien Bacher <seb128@ubuntu.com> | 2021-01-11 17:41:24 +0100 |
|---|---|---|
| committer | Sebastien Bacher <seb128@ubuntu.com> | 2021-01-11 17:41:24 +0100 |
| commit | a82e048a943092315a32d745c99e0f5635e29134 (patch) | |
| tree | e2daea99a161768c9b956bfea9117289deaf31be /man/nmcli.xml | |
| parent | b51f06ff71a2060925bf3c0f04c44bd12480e670 (diff) | |
| parent | 65f86e8f56267192d42f2b629fc6b0c99fb9cd0c (diff) | |
Merge branch 'upstream/latest' of https://salsa.debian.org/utopia-team/network-manager into upstream/latest
Diffstat (limited to 'man/nmcli.xml')
| -rw-r--r-- | man/nmcli.xml | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/man/nmcli.xml b/man/nmcli.xml index fdc79ad4..e1b2d81b 100644 --- a/man/nmcli.xml +++ b/man/nmcli.xml @@ -1506,7 +1506,7 @@ <term><option>private</option></term> <listitem> <para>if set to <literal>yes</literal>, the connection will only be visible - to the user who created it. Otherwise the connection is system-wide, which is + to the user who created it. Otherwise, the connection is system-wide, which is the default.</para> </listitem> </varlistentry> @@ -1514,7 +1514,7 @@ <term><option>hidden</option></term> <listitem> <para>set to <literal>yes</literal> when connecting for the first time to an - AP not broadcasting its SSID. Otherwise the SSID would not be found and the + AP not broadcasting its SSID. Otherwise, the SSID would not be found and the connection attempt would fail.</para> </listitem> </varlistentry> @@ -1671,7 +1671,7 @@ <listitem> <para>Register <command>nmcli</command> as a NetworkManager secret agent and listen for secret - requests. You do usually not need this command, because <command>nmcli</command> can handle + requests. You usually do not need this command, because <command>nmcli</command> can handle secrets when connecting to networks. However, you may find the command useful when you use another tool for activating connections and you do not have a secret agent available (like nm-applet).</para> @@ -1749,35 +1749,35 @@ <varlistentry> <term><option>connectivity-full</option></term> <listitem> - <para>Conectivity state when Internet is reachable.</para> + <para>Connectivity state when Internet is reachable.</para> </listitem> </varlistentry> <varlistentry> <term><option>connectivity-limited</option></term> <listitem> - <para>Conectivity state when only a local network reachable.</para> + <para>Connectivity state when only a local network reachable.</para> </listitem> </varlistentry> <varlistentry> <term><option>connectivity-none</option></term> <listitem> - <para>Conectivity state when the network is disconnected.</para> + <para>Connectivity state when the network is disconnected.</para> </listitem> </varlistentry> <varlistentry> <term><option>connectivity-portal</option></term> <listitem> - <para>Conectivity state when a captive portal hijacked the connection.</para> + <para>Connectivity state when a captive portal hijacked the connection.</para> </listitem> </varlistentry> <varlistentry> <term><option>connectivity-unknown</option></term> <listitem> - <para>Conectivity state when a connectivity check didn't run.</para> + <para>Connectivity state when a connectivity check didn't run.</para> </listitem> </varlistentry> |