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

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

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