[Libguestfs] [PATCH 2/3] actions: fix a couple of docs references

Pino Toscano ptoscano at redhat.com
Thu Feb 12 14:18:27 UTC 2015


---
 generator/actions.ml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/generator/actions.ml b/generator/actions.ml
index 6b37712..2e0af55 100644
--- a/generator/actions.ml
+++ b/generator/actions.ml
@@ -2415,7 +2415,7 @@ the algorithm described in L<guestfs(3)/BLOCK DEVICE NAMING>.
 
 =item C</dev/dm-N>
 
-Converted to C</dev/VG/LV> form using C<guestfs_lvm_canonical_lvm_name>.
+Converted to C</dev/VG/LV> form using C<guestfs_lvm_canonical_lv_name>.
 
 =back
 
@@ -11801,7 +11801,7 @@ to read data.
 
 The returned boolean tells you if there are any more journal
 records to read.  C<true> means you can read the next record
-(eg. using C<guestfs_journal_get_data>), and C<false> means you
+(eg. using C<guestfs_journal_get>), and C<false> means you
 have reached the end of the journal." };
 
   { defaults with
-- 
1.9.3




More information about the Libguestfs mailing list