|
|
fbfe0a |
From b0bd54da20c0757c81f9086d187547cb0532a8a0 Mon Sep 17 00:00:00 2001
|
|
|
fbfe0a |
From: Thomas Haller <thaller@redhat.com>
|
|
|
fbfe0a |
Date: Tue, 27 Aug 2019 15:47:32 +0200
|
|
|
fbfe0a |
Subject: [PATCH] patch documentation with the proper default values
|
|
|
fbfe0a |
|
|
|
fbfe0a |
We don't regenerate the documentation for RHEL builds, but
|
|
|
fbfe0a |
the docs from the tarball are generated with a certain set
|
|
|
fbfe0a |
of defaults.
|
|
|
fbfe0a |
|
|
|
fbfe0a |
Patch the man pages with the proper values.
|
|
|
fbfe0a |
---
|
|
|
fbfe0a |
docs/api/html/NetworkManager.conf.html | 2 +-
|
|
|
fbfe0a |
man/NetworkManager.conf.5 | 2 +-
|
|
|
fbfe0a |
2 files changed, 2 insertions(+), 2 deletions(-)
|
|
|
fbfe0a |
|
|
|
fbfe0a |
diff --git a/docs/api/html/NetworkManager.conf.html b/docs/api/html/NetworkManager.conf.html
|
|
|
fbfe0a |
index 035fd4811f..00432090db 100644
|
|
|
fbfe0a |
--- a/docs/api/html/NetworkManager.conf.html
|
|
|
fbfe0a |
+++ b/docs/api/html/NetworkManager.conf.html
|
|
|
fbfe0a |
@@ -628,7 +628,7 @@ unmanaged-devices=mac:00:22:68:1c:59:b1;mac:00:1E:65:30:D1:C4;interface-name:eth
|
|
|
fbfe0a |
are "syslog " and "journal ".
|
|
|
fbfe0a |
When NetworkManager is started with "--debug "
|
|
|
fbfe0a |
in addition all messages will be printed to stderr.
|
|
|
fbfe0a |
- If unspecified, the default is "syslog ".
|
|
|
fbfe0a |
+ If unspecified, the default is "journal ".
|
|
|
fbfe0a |
|
|
|
fbfe0a |
|
|
|
fbfe0a |
|
|
|
fbfe0a |
diff --git a/man/NetworkManager.conf.5 b/man/NetworkManager.conf.5
|
|
|
fbfe0a |
index cf94846780..ac3df6082e 100644
|
|
|
fbfe0a |
--- a/man/NetworkManager.conf.5
|
|
|
fbfe0a |
+++ b/man/NetworkManager.conf.5
|
|
|
fbfe0a |
@@ -640,7 +640,7 @@ INFO\&.
|
|
|
fbfe0a |
.PP
|
|
|
fbfe0a |
\fIbackend\fR
|
|
|
fbfe0a |
.RS 4
|
|
|
fbfe0a |
-The logging backend\&. Supported values are "syslog" and "journal"\&. When NetworkManager is started with "\-\-debug" in addition all messages will be printed to stderr\&. If unspecified, the default is "syslog"\&.
|
|
|
fbfe0a |
+The logging backend\&. Supported values are "syslog" and "journal"\&. When NetworkManager is started with "\-\-debug" in addition all messages will be printed to stderr\&. If unspecified, the default is "journal"\&.
|
|
|
fbfe0a |
.RE
|
|
|
fbfe0a |
.PP
|
|
|
fbfe0a |
\fIaudit\fR
|
|
|
fbfe0a |
--
|
|
|
fbfe0a |
2.29.2
|
|
|
fbfe0a |
|