[Pkg-libvirt-commits] [libguestfs] 07/146: Fix description of 'set_append' and 'get_append' APIs (RHBZ#1164732).

Hilko Bengen bengen at moszumanska.debian.org
Sun Mar 29 17:00:03 UTC 2015


This is an automated email from the git hooks/post-receive script.

bengen pushed a commit to branch master
in repository libguestfs.

commit 9c55150d502210dc0a68bac8943f13e8466955eb
Author: Richard W.M. Jones <rjones at redhat.com>
Date:   Mon Nov 17 10:07:28 2014 +0000

    Fix description of 'set_append' and 'get_append' APIs (RHBZ#1164732).
    
    These should refer to the libguestfs appliance kernel command
    line, not the guest kernel command line.
    
    Thanks: Lingfei Kong
    (cherry picked from commit 6dd371f913332a840b34ad00d52e9fa52711fb0e)
---
 generator/actions.ml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/generator/actions.ml b/generator/actions.ml
index a01d3e4..89332f5 100644
--- a/generator/actions.ml
+++ b/generator/actions.ml
@@ -398,7 +398,7 @@ return the default path." };
     shortdesc = "add options to kernel command line";
     longdesc = "\
 This function is used to add additional options to the
-guest kernel command line.
+libguestfs appliance kernel command line.
 
 The default is C<NULL> unless overridden by setting
 C<LIBGUESTFS_APPEND> environment variable.
@@ -417,7 +417,7 @@ are passed (libguestfs always adds a few of its own)." };
     shortdesc = "get the additional kernel options";
     longdesc = "\
 Return the additional kernel options which are added to the
-guest kernel command line.
+libguestfs appliance kernel command line.
 
 If C<NULL> then no options are added." };
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-libvirt/libguestfs.git



More information about the Pkg-libvirt-commits mailing list