Documentation fix.
authorRichard Jones <rjones@redhat.com>
Fri, 10 Apr 2009 09:55:28 +0000 (10:55 +0100)
committerRichard Jones <rjones@redhat.com>
Fri, 10 Apr 2009 09:55:28 +0000 (10:55 +0100)
guestfs-actions.pod
src/generator.ml

index f990654..4b1ad4b 100644 (file)
@@ -59,7 +59,7 @@ number of nodes in the nodeset, and a boolean flag
 if a node was created.
 
 This function returns a C<struct guestfs_int_bool *>.
 if a node was created.
 
 This function returns a C<struct guestfs_int_bool *>.
-I<The caller must call C<guestfs_free_int_bool> after use.>.
+I<The caller must call C<guestfs_free_int_bool> after use>.
 
 =head2 guestfs_aug_defvar
 
 
 =head2 guestfs_aug_defvar
 
@@ -403,7 +403,7 @@ List all the logical volumes detected.  This is the equivalent
 of the L<lvs(8)> command.  The "full" version includes all fields.
 
 This function returns a C<struct guestfs_lvm_lv_list *>.
 of the L<lvs(8)> command.  The "full" version includes all fields.
 
 This function returns a C<struct guestfs_lvm_lv_list *>.
-I<The caller must call C<guestfs_free_lvm_lv_list> after use.>.
+I<The caller must call C<guestfs_free_lvm_lv_list> after use>.
 
 =head2 guestfs_mount
 
 
 =head2 guestfs_mount
 
@@ -454,7 +454,7 @@ List all the physical volumes detected.  This is the equivalent
 of the L<pvs(8)> command.  The "full" version includes all fields.
 
 This function returns a C<struct guestfs_lvm_pv_list *>.
 of the L<pvs(8)> command.  The "full" version includes all fields.
 
 This function returns a C<struct guestfs_lvm_pv_list *>.
-I<The caller must call C<guestfs_free_lvm_pv_list> after use.>.
+I<The caller must call C<guestfs_free_lvm_pv_list> after use>.
 
 =head2 guestfs_read_lines
 
 
 =head2 guestfs_read_lines
 
@@ -562,7 +562,7 @@ List all the volumes groups detected.  This is the equivalent
 of the L<vgs(8)> command.  The "full" version includes all fields.
 
 This function returns a C<struct guestfs_lvm_vg_list *>.
 of the L<vgs(8)> command.  The "full" version includes all fields.
 
 This function returns a C<struct guestfs_lvm_vg_list *>.
-I<The caller must call C<guestfs_free_lvm_vg_list> after use.>.
+I<The caller must call C<guestfs_free_lvm_vg_list> after use>.
 
 =head2 guestfs_wait_ready
 
 
 =head2 guestfs_wait_ready
 
index a4d4d46..2230ab8 100755 (executable)
@@ -796,16 +796,16 @@ I<The caller must free the returned string after use>.\n\n"
 I<The caller must free the strings and the array after use>.\n\n"
        | RIntBool _ ->
           pr "This function returns a C<struct guestfs_int_bool *>.
 I<The caller must free the strings and the array after use>.\n\n"
        | RIntBool _ ->
           pr "This function returns a C<struct guestfs_int_bool *>.
-I<The caller must call C<guestfs_free_int_bool> after use.>.\n\n"
+I<The caller must call C<guestfs_free_int_bool> after use>.\n\n"
        | RPVList _ ->
           pr "This function returns a C<struct guestfs_lvm_pv_list *>.
        | RPVList _ ->
           pr "This function returns a C<struct guestfs_lvm_pv_list *>.
-I<The caller must call C<guestfs_free_lvm_pv_list> after use.>.\n\n"
+I<The caller must call C<guestfs_free_lvm_pv_list> after use>.\n\n"
        | RVGList _ ->
           pr "This function returns a C<struct guestfs_lvm_vg_list *>.
        | RVGList _ ->
           pr "This function returns a C<struct guestfs_lvm_vg_list *>.
-I<The caller must call C<guestfs_free_lvm_vg_list> after use.>.\n\n"
+I<The caller must call C<guestfs_free_lvm_vg_list> after use>.\n\n"
        | RLVList _ ->
           pr "This function returns a C<struct guestfs_lvm_lv_list *>.
        | RLVList _ ->
           pr "This function returns a C<struct guestfs_lvm_lv_list *>.
-I<The caller must call C<guestfs_free_lvm_lv_list> after use.>.\n\n"
+I<The caller must call C<guestfs_free_lvm_lv_list> after use>.\n\n"
       );
       if List.mem ProtocolLimitWarning flags then
        pr "Because of the message protocol, there is a transfer limit 
       );
       if List.mem ProtocolLimitWarning flags then
        pr "Because of the message protocol, there is a transfer limit