[libvirt] [PATCH] docs: Fix libvirt_guest nss module name

Michal Privoznik mprivozn at redhat.com
Fri Jan 13 10:48:15 UTC 2017


In the documentation we are mixing libvirt-guest and
libvirt_guest module name. The correct name is the latter.

Signed-off-by: Michal Privoznik <mprivozn at redhat.com>
---

Pushed as trivial.

 docs/news.xml    |  4 ++--
 docs/nss.html.in | 12 ++++++------
 2 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/docs/news.xml b/docs/news.xml
index 8a876e998..50c3b3ea2 100644
--- a/docs/news.xml
+++ b/docs/news.xml
@@ -29,10 +29,10 @@
       </change>
       <change>
         <summary>
-          nss: Introduce <code>libvirt-guest</code>
+          nss: Introduce <code>libvirt_guest</code>
         </summary>
         <description>
-          New <code>libvirt-guest</code> nss module that translates libvirt
+          New <code>libvirt_guest</code> nss module that translates libvirt
           guest names into IP addresses.
         </description>
       </change>
diff --git a/docs/nss.html.in b/docs/nss.html.in
index e07f9b774..2a5a46cd1 100644
--- a/docs/nss.html.in
+++ b/docs/nss.html.in
@@ -72,34 +72,34 @@ hosts:       files libvirt dns
     records. Therefore this is dependent on hostname provided by guests. Thing
     is, not all the guests out there provide one in DHCP transactions, or not
     every sysadmin out there believes all the guests. Hence libvirt implements
-    second method in <code>libvirt-guest</code> module which does libvirt guest
+    second method in <code>libvirt_guest</code> module which does libvirt guest
     name to IP address translation (regardless of hostname set in the guest).
     </p>
 
     <p>
     To enable either of the modules put their name into the
     <code>nsswitch.conf</code> file. For instance, to enable
-    <code>libvirt-guest</code> module:
+    <code>libvirt_guest</code> module:
     </p>
 
 <pre>
 $ cat /etc/nsswitch.conf
 # /etc/nsswitch.conf:
-hosts:       files libvirt-guest dns
+hosts:       files libvirt_guest dns
 # ...
 </pre>
     <p>Or users can enable both at the same time:</p>
 <pre>
 $ cat /etc/nsswitch.conf
 # /etc/nsswitch.conf:
-hosts:       files libvirt libvirt-guest dns
+hosts:       files libvirt libvirt_guest dns
 # ...
 </pre>
 
     <p>
     This configuration will mean that if hostname is not found by the
     <code>libvirt</code> module (e.g. because a guest did not sent hostname
-    during DHCP transaction), the <code>libvirt-guest</code> module is
+    during DHCP transaction), the <code>libvirt_guest</code> module is
     consulted (and if the hostname matches libvirt guest name it will be
     resolved).
     </p>
@@ -181,7 +181,7 @@ virsh domifaddr --source lease $domain
     <p>
     If there's no record for either of the aforementioned commands, it's
     very likely that NSS module won't find anything and vice versa.
-    As of <code>v3.0.0</code> libvirt provides <code>libvirt-guest</code> NSS
+    As of <code>v3.0.0</code> libvirt provides <code>libvirt_guest</code> NSS
     module that doesn't have this limitation. However, the statement is still
     true for the <code>libvirt</code> NSS module.
     </p>
-- 
2.11.0




More information about the libvir-list mailing list