summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2022-09-08 16:06:34 +0200
committerThomas Haller <thaller@redhat.com>2022-09-08 16:19:11 +0200
commit3a6a07e11e37a2e7fe94e0bd55e8affe174aec8c (patch)
treeb913538a218b7f0ffba2245d7e48f8fb475b4c0a
parent8686eb59275e73f0e500770e31afa8b90df04211 (diff)
man: update "--print-config" text in `man NetworkManager`
-rw-r--r--man/NetworkManager.xml14
1 files changed, 11 insertions, 3 deletions
diff --git a/man/NetworkManager.xml b/man/NetworkManager.xml
index 80c4fbbd32..f0b0f33f6b 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>