diff options
| author | Michael Biebl <biebl@debian.org> | 2019-12-18 18:29:24 +0100 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2019-12-18 18:29:24 +0100 |
| commit | 28028b26b3371756811e95d894f709f4b1207c00 (patch) | |
| tree | 6fe7316fd743b51042db47601a8ef8814b3134ac /man/nmcli.xml | |
| parent | e22609983008e1a669196ad64ba3a59ae8c76e0d (diff) | |
New upstream version 1.22.0 upstream/1.22.0
Diffstat (limited to 'man/nmcli.xml')
| -rw-r--r-- | man/nmcli.xml | 45 |
1 files changed, 35 insertions, 10 deletions
diff --git a/man/nmcli.xml b/man/nmcli.xml index 43d469c4..e0e8b3ff 100644 --- a/man/nmcli.xml +++ b/man/nmcli.xml @@ -129,6 +129,9 @@ <citerefentry><refentrytitle>terminal-colors.d</refentrytitle><manvolnum>5</manvolnum></citerefentry>. Please refer to the <link linkend='colors' endterm='colors.title' /> section for a list of color names supported by <command>nmcli</command>.</para> + <para>If the environment variable <literal>NO_COLOR</literal> is set (to any value), + then coloring is disabled with mode "auto". Explicitly enabling coloring overrides + the environment variable.</para> </listitem> </varlistentry> @@ -876,21 +879,23 @@ <para>Add, modify or remove properties in the connection profile.</para> <para>To set the property just specify the property name followed by the - value. An empty value (<literal>""</literal>) removes the property value.</para> + value. An empty value (<literal>""</literal>) resets the property value to + the default.</para> <para>In addition to the properties, you can also use short names for some of the properties. Consult the <link linkend='property_aliases' endterm='property_aliases.title' /> section for details.</para> - <para>If you want to append an item to the existing value, use - <literal>+</literal> prefix for the property name. If you want to remove just - one item from container-type property, use <literal>-</literal> prefix for - the property name and specify a value or an zero-based index of the item to - remove (or option name for properties with named options) as - <replaceable>value</replaceable>. The <literal>+</literal> and <literal>-</literal> - modifies only have a real effect for multi-value (container) - properties like <literal>ipv4.dns</literal>, <literal>ipv4.addresses</literal>, - <literal>bond.options</literal>, etc.</para> + <para>If you want to append an item or a flag to the existing value, use + <literal>+</literal> prefix for the property name or alias. If you want to + remove items from a container-type or flag property, use <literal>-</literal> prefix. + For certain properties you can also remove elements by specifying the zero-based + index(es). + The <literal>+</literal> and <literal>-</literal> modifiers + only have a real effect for properties that support them. + These are for example multi-value (container) properties or flags like <literal>ipv4.dns</literal>, + <literal>ip4</literal>, <literal>ipv4.addresses</literal>, <literal>bond.options</literal>, + <literal>802-1x.phase1-auth-flags</literal> etc.</para> <para>See <citerefentry><refentrytitle>nm-settings</refentrytitle><manvolnum>5</manvolnum> </citerefentry> for complete reference of setting and property names, their descriptions @@ -1611,6 +1616,19 @@ <varlistentry> <term> + <command>wifi</command> + <command>show-password</command> + <arg><option>ifname</option> <replaceable>ifname</replaceable></arg> + </term> + + <listitem> + <para>Show the details of the active Wi-Fi networks, including the + secrets.</para> + </listitem> + </varlistentry> + + <varlistentry> + <term> <command>lldp</command> <arg> <command>list</command> @@ -2191,6 +2209,13 @@ It's equivalent to the <literal>+bond.options 'option=value'</literal> syntax.</ </varlistentry> <varlistentry> + <term><option>device-disabled</option></term> + <listitem> + <para>Device is disabled by software or hardware kill switch.</para> + </listitem> + </varlistentry> + + <varlistentry> <term><option>manager-running</option></term> <listitem> <para>Notice that the NetworkManager daemon is available.</para> |