summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorqyecst <qyecst@outlook.com>2023-06-25 23:38:45 +0000
committerThomas Haller <thaller@redhat.com>2023-06-26 09:09:53 +0200
commit7aebda5631e43f715457f85cdacc45c7b106ebd5 (patch)
tree5e843d88d7b039ee801a2f3999319d1fdd20ff37
parent8c5aec7a1b32d0fca14575da734f5c942d89e86e (diff)
man: fix description of environment variable NM_CONFIG_ENABLE_TAG
https://gitlab.freedesktop.org/NetworkManager/NetworkManager/-/merge_requests/1670
-rw-r--r--man/NetworkManager.conf.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/man/NetworkManager.conf.xml b/man/NetworkManager.conf.xml
index 3f7c6bfa50..43644b5f71 100644
--- a/man/NetworkManager.conf.xml
+++ b/man/NetworkManager.conf.xml
@@ -1568,7 +1568,7 @@ enable=nm-version-max:1.2.6
You can also match against the value of the environment variable
<literal>NM_CONFIG_ENABLE_TAG</literal>, like:
<programlisting>
-# always skip loading the file when running NetworkManager with
+# only load the file when running NetworkManager with
# environment variable "NM_CONFIG_ENABLE_TAG=TAG1"
[.config]
enable=env:TAG1