[PATCH] docs: Small fixes for daemons.rst

Jim Fehlig posted 1 patch 2 years, 10 months ago
Test syntax-check failed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/20210604220113.9088-1-jfehlig@suse.com
docs/daemons.rst | 6 +-----
1 file changed, 1 insertion(+), 5 deletions(-)
[PATCH] docs: Small fixes for daemons.rst
Posted by Jim Fehlig 2 years, 10 months ago
Remove some dupicate text and replace in incorrect occurance of
monolithic with modular.

Signed-off-by: Jim Fehlig <jfehlig@suse.com>
---
 docs/daemons.rst | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/docs/daemons.rst b/docs/daemons.rst
index 2cd6b47c2a..8a05ee77a7 100644
--- a/docs/daemons.rst
+++ b/docs/daemons.rst
@@ -365,7 +365,7 @@ Switching to modular daemons
 ----------------------------
 
 If a host is currently set to use the monolithic ``libvirtd`` daemon and needs
-to be migrated to the monolithic daemons a number of services need to be
+to be migrated to the modular daemons a number of services need to be
 changed. The steps below outline the process on hosts using the systemd init
 service.
 
@@ -439,10 +439,6 @@ host first.
 Proxy daemon
 ============
 
-The monolithic daemon is known as ``libvirtd`` and has historically been the
-default in libvirt. It is configured via the file ``/etc/libvirt/libvirtd.conf``
-
-
 Proxy sockets
 -------------
 
-- 
2.31.1


Re: [PATCH] docs: Small fixes for daemons.rst
Posted by Erik Skultety 2 years, 10 months ago
On Fri, Jun 04, 2021 at 04:01:13PM -0600, Jim Fehlig wrote:
> Remove some dupicate text and replace in incorrect occurance of
> monolithic with modular.
> 
> Signed-off-by: Jim Fehlig <jfehlig@suse.com>
> ---
Reviewed-by: Erik Skultety <eskultet@redhat>