Blame SOURCES/9999-fix-pregen-doc.patch

146a1d
From ce8ee35cb4e94e85ac1ecb268c6fa1ea14b1ae8d Mon Sep 17 00:00:00 2001
f86c11
From: Thomas Haller <thaller@redhat.com>
f4f82a
Date: Tue, 27 Aug 2019 15:47:32 +0200
146a1d
Subject: [PATCH 1/1] patch documentation with the proper default values
f86c11
f86c11
We don't regenerate the documentation for RHEL builds, but
f86c11
the docs from the tarball are generated with a certain set
f86c11
of defaults.
f86c11
f86c11
Patch the man pages with the proper values.
f86c11
---
613f66
 docs/api/html/NetworkManager.conf.html | 2 +-
613f66
 man/NetworkManager.conf.5              | 2 +-
613f66
 2 files changed, 2 insertions(+), 2 deletions(-)
f86c11
f86c11
diff --git a/docs/api/html/NetworkManager.conf.html b/docs/api/html/NetworkManager.conf.html
146a1d
index 44b25c4cbc9d..1ee9c2fb1e83 100644
f86c11
--- a/docs/api/html/NetworkManager.conf.html
f86c11
+++ b/docs/api/html/NetworkManager.conf.html
146a1d
@@ -574,7 +574,7 @@ unmanaged-devices=mac:00:22:68:1c:59:b1;mac:00:1E:65:30:D1:C4;interface-name:eth
f86c11
           are "syslog" and "journal".
f86c11
           When NetworkManager is started with "--debug"
f86c11
           in addition all messages will be printed to stderr.
f86c11
-          If unspecified, the default is "syslog".
f86c11
+          If unspecified, the default is "journal".
f86c11
           

f86c11
 
f86c11
 
f86c11
diff --git a/man/NetworkManager.conf.5 b/man/NetworkManager.conf.5
146a1d
index 396267e3ec09..7702b84b04fc 100644
f86c11
--- a/man/NetworkManager.conf.5
f86c11
+++ b/man/NetworkManager.conf.5
146a1d
@@ -598,7 +598,7 @@ INFO\&.
f86c11
 .PP
f4f82a
 \fIbackend\fR
f86c11
 .RS 4
f4f82a
-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"\&.
f4f82a
+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"\&.
f86c11
 .RE
f86c11
 .PP
f4f82a
 \fIaudit\fR
f86c11
-- 
146a1d
2.26.2
f86c11