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