diff options
| author | Jeremy Bicha <jeremy.bicha@canonical.com> | 2023-02-14 10:06:06 -0500 |
|---|---|---|
| committer | Jeremy Bicha <jeremy.bicha@canonical.com> | 2023-02-14 10:06:06 -0500 |
| commit | b3c2e57e153446d32d16f2d99e6abbb50146dddb (patch) | |
| tree | e71a5353ff26c7e33cbe6e482874bedc1c3cc1cd /man/NetworkManager.xml | |
| parent | 1d817ebf5302c204e3ce9d3512db13bf834fee33 (diff) | |
| parent | ed857ba34efc2ec899f2e3fbd8e35324561a55b2 (diff) | |
Merge tag 'debian/1.42.0-1' into ubuntu/master
network-manager Debian release 1.42.0-1
Diffstat (limited to 'man/NetworkManager.xml')
| -rw-r--r-- | man/NetworkManager.xml | 14 |
1 files changed, 11 insertions, 3 deletions
diff --git a/man/NetworkManager.xml b/man/NetworkManager.xml index 80c4fbbd..f0b0f33f 100644 --- a/man/NetworkManager.xml +++ b/man/NetworkManager.xml @@ -166,9 +166,17 @@ </varlistentry> <varlistentry> <term><option>--print-config</option></term> - <listitem><para> - Print the NetworkManager configuration to stdout and exit. - </para></listitem> + <listitem> + <para> + Print the NetworkManager configuration to stdout and exit. See + <link linkend='NetworkManager.conf'><citerefentry><refentrytitle>NetworkManager.conf</refentrytitle><manvolnum>5</manvolnum></citerefentry></link>. + This does not include connection profiles. View them with <command>nmcli connection</command>. + </para> + <para> + This reads configuration files from disk. If NetworkManager is currently running, + make sure that it has the same configuration loaded. + </para> + </listitem> </varlistentry> </variablelist> </refsect1> |