Version 1.7.18. 1.7.18
authorRichard W.M. Jones <rjones@redhat.com>
Wed, 1 Dec 2010 18:00:17 +0000 (18:00 +0000)
committerRichard W.M. Jones <rjones@redhat.com>
Wed, 1 Dec 2010 18:00:17 +0000 (18:00 +0000)
17 files changed:
BUGS
configure.ac
po-docs/ja.po
po-docs/libguestfs-docs.pot
po/es.po
po/gu.po
po/hi.po
po/kn.po
po/libguestfs.pot
po/ml.po
po/mr.po
po/nl.po
po/or.po
po/pa.po
po/pl.po
po/ta.po
po/te.po

diff --git a/BUGS b/BUGS
index 5f9e1fe..ee3ea98 100644 (file)
--- a/BUGS
+++ b/BUGS
@@ -1,5 +1,5 @@
 NOTE: This file is automatically generated from "update-bugs.sh".
-Last updated: 2010-11-30 15:00:42
+Last updated: 2010-12-01 17:35:27
 
 This contains a local list of the bugs that are open against
 libguestfs.  Bugs are tracked in the Red Hat Bugzilla database
@@ -41,9 +41,6 @@ Bugs in NEW or ASSIGNED state are open and waiting for someone to fix.
 657472 NEW https://bugzilla.redhat.com/show_bug.cgi?id=657472
   checksum: wrong check sum type causes umount to fail
 
-657502 NEW https://bugzilla.redhat.com/show_bug.cgi?id=657502
-  virt-inspector depends on EPEL package perl-String-ShellQuote but does not require it
-
 501884 NEW https://bugzilla.redhat.com/show_bug.cgi?id=501884
   virt-inspector still configured, even if there are missing deps
 
@@ -176,9 +173,6 @@ Bugs in NEW or ASSIGNED state are open and waiting for someone to fix.
 541618 ASSIGNED https://bugzilla.redhat.com/show_bug.cgi?id=541618
   guestfish not able to mount freebsd ufs2 partitions automatically
 
-613593 ASSIGNED https://bugzilla.redhat.com/show_bug.cgi?id=613593
-  Rebase libguestfs in RHEL 6.1
-
 639601 ASSIGNED https://bugzilla.redhat.com/show_bug.cgi?id=639601
   "virt-ls" command failed to parse domain name "#"
 
@@ -225,6 +219,9 @@ You can help by testing the fixes.
 657499 MODIFIED https://bugzilla.redhat.com/show_bug.cgi?id=657499
   checksum: wrong check sum type causes umount to fail
 
+657502 MODIFIED https://bugzilla.redhat.com/show_bug.cgi?id=657502
+  virt-inspector depends on EPEL package perl-String-ShellQuote but does not require it
+
 501893 MODIFIED https://bugzilla.redhat.com/show_bug.cgi?id=501893
   String parameters should be checked for != NULL
 
@@ -252,6 +249,9 @@ You can help by testing the fixes.
 602592 MODIFIED https://bugzilla.redhat.com/show_bug.cgi?id=602592
   [RFE] expose guestfs_close in perl bindings
 
+613593 MODIFIED https://bugzilla.redhat.com/show_bug.cgi?id=613593
+  Rebase libguestfs in RHEL 6.1
+
 619334 MODIFIED https://bugzilla.redhat.com/show_bug.cgi?id=619334
   RFE: Enable coredump capture in the appliance
 
index 22249fe..158d111 100644 (file)
@@ -18,7 +18,7 @@
 # major/minor/release must be numbers
 m4_define([libguestfs_major],   [1])
 m4_define([libguestfs_minor],   [7])
-m4_define([libguestfs_release], [17])
+m4_define([libguestfs_release], [18])
 # extra can be any string
 m4_define([libguestfs_extra],   [])
 
index 2b72930..bebaba4 100644 (file)
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
 "Report-Msgid-Bugs-To: libguestfs@redhat.com\n"
-"POT-Creation-Date: 2010-11-30 15:00+0000\n"
+"POT-Creation-Date: 2010-12-01 17:35+0000\n"
 "PO-Revision-Date: 2010-09-02 14:46+0100\n"
 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 "Language-Team: LANGUAGE <LL@li.org>\n"
@@ -788,9 +788,9 @@ msgstr ""
 #: ../src/guestfs.pod:1037 ../src/guestfs.pod:1041 ../src/guestfs.pod:1045
 #: ../src/guestfs.pod:1527 ../src/guestfs.pod:1532 ../src/guestfs.pod:1536
 #: ../src/guestfs.pod:1646 ../src/guestfs.pod:1651 ../src/guestfs.pod:1655
-#: ../src/guestfs.pod:1999 ../src/guestfs.pod:2005 ../src/guestfs.pod:2010
-#: ../src/guestfs.pod:2016 ../src/guestfs.pod:2128 ../src/guestfs.pod:2132
-#: ../src/guestfs.pod:2136 ../src/guestfs.pod:2140
+#: ../src/guestfs.pod:2007 ../src/guestfs.pod:2013 ../src/guestfs.pod:2018
+#: ../src/guestfs.pod:2024 ../src/guestfs.pod:2136 ../src/guestfs.pod:2140
+#: ../src/guestfs.pod:2144 ../src/guestfs.pod:2148
 #: ../src/guestfs-actions.pod:15 ../src/guestfs-actions.pod:22
 #: ../src/guestfs-actions.pod:571 ../src/guestfs-actions.pod:579
 #: ../src/guestfs-actions.pod:586 ../src/guestfs-actions.pod:593
@@ -3642,11 +3642,23 @@ msgstr ""
 
 # type: textblock
 #: ../src/guestfs.pod:1858
+msgid ""
+"For functions that take optional arguments, the optional arguments are "
+"encoded in the C<guestfs_I<foo>_args> structure in the same way as ordinary "
+"arguments.  A bitmask in the header indicates which optional arguments are "
+"meaningful.  The bitmask is also checked to see if it contains bits set "
+"which the daemon does not know about (eg. if more optional arguments were "
+"added in a later version of the library), and this causes the call to be "
+"rejected."
+msgstr ""
+
+# type: textblock
+#: ../src/guestfs.pod:1866
 msgid "The reply message for ordinary functions is:"
 msgstr ""
 
 # type: verbatim
-#: ../src/guestfs.pod:1860
+#: ../src/guestfs.pod:1868
 #, no-wrap
 msgid ""
 " total length (header + ret,\n"
@@ -3657,27 +3669,27 @@ msgid ""
 msgstr ""
 
 # type: textblock
-#: ../src/guestfs.pod:1865
+#: ../src/guestfs.pod:1873
 msgid ""
 "As above the C<guestfs_I<foo>_ret> structure may be completely omitted for "
 "functions that return no formal return values."
 msgstr ""
 
 # type: textblock
-#: ../src/guestfs.pod:1868
+#: ../src/guestfs.pod:1876
 msgid ""
 "As above the total length of the reply is limited to C<GUESTFS_MESSAGE_MAX>."
 msgstr ""
 
 # type: textblock
-#: ../src/guestfs.pod:1871
+#: ../src/guestfs.pod:1879
 msgid ""
 "In the case of an error, a flag is set in the header, and the reply message "
 "is slightly changed:"
 msgstr ""
 
 # type: verbatim
-#: ../src/guestfs.pod:1874
+#: ../src/guestfs.pod:1882
 #, no-wrap
 msgid ""
 " total length (header + error,\n"
@@ -3688,19 +3700,19 @@ msgid ""
 msgstr ""
 
 # type: textblock
-#: ../src/guestfs.pod:1879
+#: ../src/guestfs.pod:1887
 msgid ""
 "The C<guestfs_message_error> structure contains the error message as a "
 "string."
 msgstr ""
 
 # type: =head3
-#: ../src/guestfs.pod:1882
+#: ../src/guestfs.pod:1890
 msgid "FUNCTIONS THAT HAVE FILEIN PARAMETERS"
 msgstr ""
 
 # type: textblock
-#: ../src/guestfs.pod:1884
+#: ../src/guestfs.pod:1892
 msgid ""
 "A C<FileIn> parameter indicates that we transfer a file I<into> the guest.  "
 "The normal request message is sent (see above).  However this is followed by "
@@ -3708,7 +3720,7 @@ msgid ""
 msgstr ""
 
 # type: verbatim
-#: ../src/guestfs.pod:1888
+#: ../src/guestfs.pod:1896
 #, no-wrap
 msgid ""
 " total length (header + arguments,\n"
@@ -3722,12 +3734,12 @@ msgid ""
 msgstr ""
 
 # type: textblock
-#: ../src/guestfs.pod:1896
+#: ../src/guestfs.pod:1904
 msgid "The \"sequence of chunks\" is:"
 msgstr ""
 
 # type: verbatim
-#: ../src/guestfs.pod:1898
+#: ../src/guestfs.pod:1906
 #, no-wrap
 msgid ""
 " length of chunk (not including length word itself)\n"
@@ -3741,7 +3753,7 @@ msgid ""
 msgstr ""
 
 # type: textblock
-#: ../src/guestfs.pod:1906
+#: ../src/guestfs.pod:1914
 msgid ""
 "The final chunk has the C<data_len> field set to zero.  Additionally a flag "
 "is set in the final chunk to indicate either successful completion or early "
@@ -3749,7 +3761,7 @@ msgid ""
 msgstr ""
 
 # type: textblock
-#: ../src/guestfs.pod:1910
+#: ../src/guestfs.pod:1918
 msgid ""
 "At time of writing there are no functions that have more than one FileIn "
 "parameter.  However this is (theoretically) supported, by sending the "
@@ -3758,7 +3770,7 @@ msgid ""
 msgstr ""
 
 # type: textblock
-#: ../src/guestfs.pod:1915
+#: ../src/guestfs.pod:1923
 msgid ""
 "Both the library (sender) I<and> the daemon (receiver) may cancel the "
 "transfer.  The library does this by sending a chunk with a special flag set "
@@ -3767,7 +3779,7 @@ msgid ""
 msgstr ""
 
 # type: textblock
-#: ../src/guestfs.pod:1921
+#: ../src/guestfs.pod:1929
 msgid ""
 "The daemon may also cancel.  It does this by writing a special word "
 "C<GUESTFS_CANCEL_FLAG> to the socket.  The library listens for this during "
@@ -3779,7 +3791,7 @@ msgid ""
 msgstr ""
 
 # type: textblock
-#: ../src/guestfs.pod:1930
+#: ../src/guestfs.pod:1938
 msgid ""
 "This protocol allows the transfer of arbitrary sized files (no 32 bit "
 "limit), and also files where the size is not known in advance (eg. from "
@@ -3789,19 +3801,19 @@ msgid ""
 msgstr ""
 
 # type: =head3
-#: ../src/guestfs.pod:1936
+#: ../src/guestfs.pod:1944
 msgid "FUNCTIONS THAT HAVE FILEOUT PARAMETERS"
 msgstr ""
 
 # type: textblock
-#: ../src/guestfs.pod:1938
+#: ../src/guestfs.pod:1946
 msgid ""
 "The protocol for FileOut parameters is exactly the same as for FileIn "
 "parameters, but with the roles of daemon and library reversed."
 msgstr ""
 
 # type: verbatim
-#: ../src/guestfs.pod:1941
+#: ../src/guestfs.pod:1949
 #, no-wrap
 msgid ""
 " total length (header + ret,\n"
@@ -3815,12 +3827,12 @@ msgid ""
 msgstr ""
 
 # type: =head3
-#: ../src/guestfs.pod:1949
+#: ../src/guestfs.pod:1957
 msgid "INITIAL MESSAGE"
 msgstr ""
 
 # type: textblock
-#: ../src/guestfs.pod:1951
+#: ../src/guestfs.pod:1959
 msgid ""
 "When the daemon launches it sends an initial word (C<GUESTFS_LAUNCH_FLAG>) "
 "which indicates that the guest and daemon is alive.  This is what L</"
@@ -3828,12 +3840,12 @@ msgid ""
 msgstr ""
 
 # type: =head3
-#: ../src/guestfs.pod:1955
+#: ../src/guestfs.pod:1963
 msgid "PROGRESS NOTIFICATION MESSAGES"
 msgstr ""
 
 # type: textblock
-#: ../src/guestfs.pod:1957
+#: ../src/guestfs.pod:1965
 msgid ""
 "The daemon may send progress notification messages at any time.  These are "
 "distinguished by the normal length word being replaced by "
@@ -3841,7 +3853,7 @@ msgid ""
 msgstr ""
 
 # type: textblock
-#: ../src/guestfs.pod:1961
+#: ../src/guestfs.pod:1969
 msgid ""
 "The library turns them into progress callbacks (see "
 "C<guestfs_set_progress_callback>) if there is a callback registered, or "
@@ -3849,7 +3861,7 @@ msgid ""
 msgstr ""
 
 # type: textblock
-#: ../src/guestfs.pod:1965
+#: ../src/guestfs.pod:1973
 msgid ""
 "The daemon self-limits the frequency of progress messages it sends (see "
 "C<daemon/proto.c:notify_progress>).  Not all calls generate progress "
@@ -3857,12 +3869,12 @@ msgid ""
 msgstr ""
 
 # type: =head1
-#: ../src/guestfs.pod:1969
+#: ../src/guestfs.pod:1977
 msgid "LIBGUESTFS VERSION NUMBERS"
 msgstr ""
 
 # type: textblock
-#: ../src/guestfs.pod:1971
+#: ../src/guestfs.pod:1979
 msgid ""
 "Since April 2010, libguestfs has started to make separate development and "
 "stable releases, along with corresponding branches in our git repository.  "
@@ -3870,7 +3882,7 @@ msgid ""
 msgstr ""
 
 # type: verbatim
-#: ../src/guestfs.pod:1976
+#: ../src/guestfs.pod:1984
 #, no-wrap
 msgid ""
 "                 even numbers for stable: 1.2.x, 1.4.x, ...\n"
@@ -3887,12 +3899,12 @@ msgid ""
 msgstr ""
 
 # type: textblock
-#: ../src/guestfs.pod:1987
+#: ../src/guestfs.pod:1995
 msgid "Thus \"1.3.5\" is the 5th update to the development branch \"1.3\"."
 msgstr ""
 
 # type: textblock
-#: ../src/guestfs.pod:1989
+#: ../src/guestfs.pod:1997
 msgid ""
 "As time passes we cherry pick fixes from the development branch and backport "
 "those into the stable branch, the effect being that the stable branch should "
@@ -3902,26 +3914,26 @@ msgid ""
 msgstr ""
 
 # type: textblock
-#: ../src/guestfs.pod:1995
+#: ../src/guestfs.pod:2003
 msgid "Our criteria for backporting changes are:"
 msgstr ""
 
 # type: textblock
-#: ../src/guestfs.pod:2001
+#: ../src/guestfs.pod:2009
 msgid ""
 "Documentation changes which don't affect any code are backported unless the "
 "documentation refers to a future feature which is not in stable."
 msgstr ""
 
 # type: textblock
-#: ../src/guestfs.pod:2007
+#: ../src/guestfs.pod:2015
 msgid ""
 "Bug fixes which are not controversial, fix obvious problems, and have been "
 "well tested are backported."
 msgstr ""
 
 # type: textblock
-#: ../src/guestfs.pod:2012
+#: ../src/guestfs.pod:2020
 msgid ""
 "Simple rearrangements of code which shouldn't affect how it works get "
 "backported.  This is so that the code in the two branches doesn't get too "
@@ -3929,7 +3941,7 @@ msgid ""
 msgstr ""
 
 # type: textblock
-#: ../src/guestfs.pod:2018
+#: ../src/guestfs.pod:2026
 msgid ""
 "We I<don't> backport new features, new APIs, new tools etc, except in one "
 "exceptional case: the new feature is required in order to implement an "
@@ -3937,7 +3949,7 @@ msgid ""
 msgstr ""
 
 # type: textblock
-#: ../src/guestfs.pod:2024
+#: ../src/guestfs.pod:2032
 msgid ""
 "A new stable branch starts when we think the new features in development are "
 "substantial and compelling enough over the current stable branch to warrant "
@@ -3948,46 +3960,46 @@ msgid ""
 msgstr ""
 
 # type: =head1
-#: ../src/guestfs.pod:2032 ../fish/guestfish.pod:915
+#: ../src/guestfs.pod:2040 ../fish/guestfish.pod:915
 #: ../test-tool/libguestfs-test-tool.pod:104 ../tools/virt-edit.pl:330
 msgid "ENVIRONMENT VARIABLES"
 msgstr ""
 
 # type: =item
-#: ../src/guestfs.pod:2036 ../fish/guestfish.pod:941
+#: ../src/guestfs.pod:2044 ../fish/guestfish.pod:941
 msgid "LIBGUESTFS_APPEND"
 msgstr ""
 
 # type: textblock
-#: ../src/guestfs.pod:2038 ../fish/guestfish.pod:943
+#: ../src/guestfs.pod:2046 ../fish/guestfish.pod:943
 msgid "Pass additional options to the guest kernel."
 msgstr ""
 
 # type: =item
-#: ../src/guestfs.pod:2040 ../fish/guestfish.pod:945
+#: ../src/guestfs.pod:2048 ../fish/guestfish.pod:945
 msgid "LIBGUESTFS_DEBUG"
 msgstr ""
 
 # type: textblock
-#: ../src/guestfs.pod:2042
+#: ../src/guestfs.pod:2050
 msgid ""
 "Set C<LIBGUESTFS_DEBUG=1> to enable verbose messages.  This has the same "
 "effect as calling C<guestfs_set_verbose (g, 1)>."
 msgstr ""
 
 # type: =item
-#: ../src/guestfs.pod:2045 ../fish/guestfish.pod:950
+#: ../src/guestfs.pod:2053 ../fish/guestfish.pod:950
 msgid "LIBGUESTFS_MEMSIZE"
 msgstr ""
 
 # type: textblock
-#: ../src/guestfs.pod:2047 ../fish/guestfish.pod:952
+#: ../src/guestfs.pod:2055 ../fish/guestfish.pod:952
 msgid ""
 "Set the memory allocated to the qemu process, in megabytes.  For example:"
 msgstr ""
 
 # type: verbatim
-#: ../src/guestfs.pod:2050 ../fish/guestfish.pod:955
+#: ../src/guestfs.pod:2058 ../fish/guestfish.pod:955
 #, no-wrap
 msgid ""
 " LIBGUESTFS_MEMSIZE=700\n"
@@ -3995,58 +4007,58 @@ msgid ""
 msgstr ""
 
 # type: =item
-#: ../src/guestfs.pod:2052 ../fish/guestfish.pod:957
+#: ../src/guestfs.pod:2060 ../fish/guestfish.pod:957
 msgid "LIBGUESTFS_PATH"
 msgstr ""
 
 # type: textblock
-#: ../src/guestfs.pod:2054
+#: ../src/guestfs.pod:2062
 msgid ""
 "Set the path that libguestfs uses to search for kernel and initrd.img.  See "
 "the discussion of paths in section PATH above."
 msgstr ""
 
 # type: =item
-#: ../src/guestfs.pod:2057 ../fish/guestfish.pod:962
+#: ../src/guestfs.pod:2065 ../fish/guestfish.pod:962
 msgid "LIBGUESTFS_QEMU"
 msgstr ""
 
 # type: textblock
-#: ../src/guestfs.pod:2059 ../fish/guestfish.pod:964
+#: ../src/guestfs.pod:2067 ../fish/guestfish.pod:964
 msgid ""
 "Set the default qemu binary that libguestfs uses.  If not set, then the qemu "
 "which was found at compile time by the configure script is used."
 msgstr ""
 
 # type: textblock
-#: ../src/guestfs.pod:2063
+#: ../src/guestfs.pod:2071
 msgid "See also L</QEMU WRAPPERS> above."
 msgstr ""
 
 # type: =item
-#: ../src/guestfs.pod:2065 ../fish/guestfish.pod:968
+#: ../src/guestfs.pod:2073 ../fish/guestfish.pod:968
 msgid "LIBGUESTFS_TRACE"
 msgstr ""
 
 # type: textblock
-#: ../src/guestfs.pod:2067
+#: ../src/guestfs.pod:2075
 msgid ""
 "Set C<LIBGUESTFS_TRACE=1> to enable command traces.  This has the same "
 "effect as calling C<guestfs_set_trace (g, 1)>."
 msgstr ""
 
 # type: =item
-#: ../src/guestfs.pod:2070 ../fish/guestfish.pod:977
+#: ../src/guestfs.pod:2078 ../fish/guestfish.pod:977
 msgid "TMPDIR"
 msgstr ""
 
 # type: textblock
-#: ../src/guestfs.pod:2072 ../fish/guestfish.pod:979
+#: ../src/guestfs.pod:2080 ../fish/guestfish.pod:979
 msgid "Location of temporary directory, defaults to C</tmp>."
 msgstr ""
 
 # type: textblock
-#: ../src/guestfs.pod:2074 ../fish/guestfish.pod:981
+#: ../src/guestfs.pod:2082 ../fish/guestfish.pod:981
 msgid ""
 "If libguestfs was compiled to use the supermin appliance then the real "
 "appliance is cached in this directory, shared between all handles belonging "
@@ -4055,7 +4067,7 @@ msgid ""
 msgstr ""
 
 # type: =head1
-#: ../src/guestfs.pod:2082 ../fish/guestfish.pod:1039
+#: ../src/guestfs.pod:2090 ../fish/guestfish.pod:1039
 #: ../test-tool/libguestfs-test-tool.pod:109 ../fuse/guestmount.pod:233
 #: ../tools/virt-edit.pl:350 ../tools/virt-win-reg.pl:484
 #: ../tools/virt-resize.pl:1483 ../tools/virt-list-filesystems.pl:189
@@ -4065,7 +4077,7 @@ msgid "SEE ALSO"
 msgstr ""
 
 # type: textblock
-#: ../src/guestfs.pod:2084
+#: ../src/guestfs.pod:2092
 msgid ""
 "L<guestfs-examples(3)>, L<guestfs-ocaml(3)>, L<guestfs-python(3)>, L<guestfs-"
 "ruby(3)>, L<guestfish(1)>, L<guestmount(1)>, L<virt-cat(1)>, L<virt-df(1)>, "
@@ -4076,83 +4088,83 @@ msgid ""
 msgstr ""
 
 # type: textblock
-#: ../src/guestfs.pod:2107
+#: ../src/guestfs.pod:2115
 msgid ""
 "Tools with a similar purpose: L<fdisk(8)>, L<parted(8)>, L<kpartx(8)>, L<lvm"
 "(8)>, L<disktype(1)>."
 msgstr ""
 
 # type: =head1
-#: ../src/guestfs.pod:2114 ../tools/virt-win-reg.pl:499
+#: ../src/guestfs.pod:2122 ../tools/virt-win-reg.pl:499
 #: ../tools/virt-make-fs.pl:548
 msgid "BUGS"
 msgstr ""
 
 # type: textblock
-#: ../src/guestfs.pod:2116
+#: ../src/guestfs.pod:2124
 msgid "To get a list of bugs against libguestfs use this link:"
 msgstr ""
 
 # type: textblock
-#: ../src/guestfs.pod:2118
+#: ../src/guestfs.pod:2126
 msgid ""
 "L<https://bugzilla.redhat.com/buglist.cgi?"
 "component=libguestfs&product=Virtualization+Tools>"
 msgstr ""
 
 # type: textblock
-#: ../src/guestfs.pod:2120
+#: ../src/guestfs.pod:2128
 msgid "To report a new bug against libguestfs use this link:"
 msgstr ""
 
 # type: textblock
-#: ../src/guestfs.pod:2122
+#: ../src/guestfs.pod:2130
 msgid ""
 "L<https://bugzilla.redhat.com/enter_bug.cgi?"
 "component=libguestfs&product=Virtualization+Tools>"
 msgstr ""
 
 # type: textblock
-#: ../src/guestfs.pod:2124
+#: ../src/guestfs.pod:2132
 msgid "When reporting a bug, please check:"
 msgstr ""
 
 # type: textblock
-#: ../src/guestfs.pod:2130
+#: ../src/guestfs.pod:2138
 msgid "That the bug hasn't been reported already."
 msgstr ""
 
 # type: textblock
-#: ../src/guestfs.pod:2134
+#: ../src/guestfs.pod:2142
 msgid "That you are testing a recent version."
 msgstr ""
 
 # type: textblock
-#: ../src/guestfs.pod:2138
+#: ../src/guestfs.pod:2146
 msgid "Describe the bug accurately, and give a way to reproduce it."
 msgstr ""
 
 # type: textblock
-#: ../src/guestfs.pod:2142
+#: ../src/guestfs.pod:2150
 msgid ""
 "Run libguestfs-test-tool and paste the B<complete, unedited> output into the "
 "bug report."
 msgstr ""
 
 # type: =head1
-#: ../src/guestfs.pod:2147 ../fish/guestfish.pod:1058
+#: ../src/guestfs.pod:2155 ../fish/guestfish.pod:1058
 #: ../test-tool/libguestfs-test-tool.pod:115 ../fuse/guestmount.pod:244
 msgid "AUTHORS"
 msgstr ""
 
 # type: textblock
-#: ../src/guestfs.pod:2149 ../fish/guestfish.pod:1060
+#: ../src/guestfs.pod:2157 ../fish/guestfish.pod:1060
 #: ../test-tool/libguestfs-test-tool.pod:117 ../fuse/guestmount.pod:246
 msgid "Richard W.M. Jones (C<rjones at redhat dot com>)"
 msgstr ""
 
 # type: =head1
-#: ../src/guestfs.pod:2151 ../fish/guestfish.pod:1062
+#: ../src/guestfs.pod:2159 ../fish/guestfish.pod:1062
 #: ../test-tool/libguestfs-test-tool.pod:119 ../fuse/guestmount.pod:248
 #: ../tools/virt-edit.pl:366 ../tools/virt-win-reg.pl:514
 #: ../tools/virt-resize.pl:1508 ../tools/virt-list-filesystems.pl:206
@@ -4162,13 +4174,13 @@ msgid "COPYRIGHT"
 msgstr ""
 
 # type: textblock
-#: ../src/guestfs.pod:2153 ../fish/guestfish.pod:1064
+#: ../src/guestfs.pod:2161 ../fish/guestfish.pod:1064
 #: ../fuse/guestmount.pod:250
 msgid "Copyright (C) 2009-2010 Red Hat Inc.  L<http://libguestfs.org/>"
 msgstr ""
 
 # type: textblock
-#: ../src/guestfs.pod:2156
+#: ../src/guestfs.pod:2164
 msgid ""
 "This library is free software; you can redistribute it and/or modify it "
 "under the terms of the GNU Lesser General Public License as published by the "
@@ -4177,7 +4189,7 @@ msgid ""
 msgstr ""
 
 # type: textblock
-#: ../src/guestfs.pod:2161
+#: ../src/guestfs.pod:2169
 msgid ""
 "This library is distributed in the hope that it will be useful, but WITHOUT "
 "ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or "
@@ -4186,7 +4198,7 @@ msgid ""
 msgstr ""
 
 # type: textblock
-#: ../src/guestfs.pod:2166
+#: ../src/guestfs.pod:2174
 msgid ""
 "You should have received a copy of the GNU Lesser General Public License "
 "along with this library; if not, write to the Free Software Foundation, "
@@ -4315,13 +4327,13 @@ msgstr ""
 #: ../src/guestfs-actions.pod:6266 ../src/guestfs-actions.pod:6302
 #: ../src/guestfs-actions.pod:6316 ../src/guestfs-actions.pod:6357
 #: ../src/guestfs-actions.pod:6370 ../src/guestfs-actions.pod:6388
-#: ../src/guestfs-actions.pod:6417 ../src/guestfs-actions.pod:6448
-#: ../src/guestfs-actions.pod:6567 ../src/guestfs-actions.pod:6585
-#: ../src/guestfs-actions.pod:6599 ../src/guestfs-actions.pod:6654
-#: ../src/guestfs-actions.pod:6667 ../src/guestfs-actions.pod:6712
-#: ../src/guestfs-actions.pod:6745 ../src/guestfs-actions.pod:6799
-#: ../src/guestfs-actions.pod:6825 ../src/guestfs-actions.pod:6891
-#: ../src/guestfs-actions.pod:6910 ../src/guestfs-actions.pod:6939
+#: ../src/guestfs-actions.pod:6422 ../src/guestfs-actions.pod:6458
+#: ../src/guestfs-actions.pod:6577 ../src/guestfs-actions.pod:6595
+#: ../src/guestfs-actions.pod:6609 ../src/guestfs-actions.pod:6664
+#: ../src/guestfs-actions.pod:6677 ../src/guestfs-actions.pod:6722
+#: ../src/guestfs-actions.pod:6755 ../src/guestfs-actions.pod:6809
+#: ../src/guestfs-actions.pod:6835 ../src/guestfs-actions.pod:6901
+#: ../src/guestfs-actions.pod:6920 ../src/guestfs-actions.pod:6949
 msgid "This function returns 0 on success or -1 on error."
 msgstr ""
 
@@ -4338,7 +4350,7 @@ msgstr ""
 #: ../src/guestfs-actions.pod:35 ../src/guestfs-actions.pod:245
 #: ../src/guestfs-actions.pod:266 ../src/guestfs-actions.pod:1437
 #: ../src/guestfs-actions.pod:1923 ../src/guestfs-actions.pod:1944
-#: ../src/guestfs-actions.pod:6833 ../src/guestfs-actions.pod:7002
+#: ../src/guestfs-actions.pod:6843 ../src/guestfs-actions.pod:7012
 #: ../fish/guestfish-actions.pod:31 ../fish/guestfish-actions.pod:156
 #: ../fish/guestfish-actions.pod:170 ../fish/guestfish-actions.pod:951
 #: ../fish/guestfish-actions.pod:1308 ../fish/guestfish-actions.pod:1322
@@ -4357,7 +4369,7 @@ msgstr ""
 #: ../src/guestfs-actions.pod:4351 ../src/guestfs-actions.pod:5420
 #: ../src/guestfs-actions.pod:5537 ../src/guestfs-actions.pod:5647
 #: ../src/guestfs-actions.pod:6110 ../src/guestfs-actions.pod:6235
-#: ../src/guestfs-actions.pod:6747
+#: ../src/guestfs-actions.pod:6757
 msgid "(Added in 0.3)"
 msgstr ""
 
@@ -4457,8 +4469,8 @@ msgstr ""
 #: ../src/guestfs-actions.pod:2655 ../src/guestfs-actions.pod:4487
 #: ../src/guestfs-actions.pod:4615 ../src/guestfs-actions.pod:5021
 #: ../src/guestfs-actions.pod:5047 ../src/guestfs-actions.pod:6343
-#: ../src/guestfs-actions.pod:6758 ../src/guestfs-actions.pod:6771
-#: ../src/guestfs-actions.pod:6784
+#: ../src/guestfs-actions.pod:6768 ../src/guestfs-actions.pod:6781
+#: ../src/guestfs-actions.pod:6794
 msgid "On error this function returns -1."
 msgstr ""
 
@@ -4951,9 +4963,9 @@ msgstr ""
 #: ../src/guestfs-actions.pod:4996 ../src/guestfs-actions.pod:5174
 #: ../src/guestfs-actions.pod:5223 ../src/guestfs-actions.pod:5786
 #: ../src/guestfs-actions.pod:5802 ../src/guestfs-actions.pod:5819
-#: ../src/guestfs-actions.pod:5843 ../src/guestfs-actions.pod:6507
-#: ../src/guestfs-actions.pod:6526 ../src/guestfs-actions.pod:6544
-#: ../src/guestfs-actions.pod:6724 ../src/guestfs-actions.pod:6996
+#: ../src/guestfs-actions.pod:5843 ../src/guestfs-actions.pod:6517
+#: ../src/guestfs-actions.pod:6536 ../src/guestfs-actions.pod:6554
+#: ../src/guestfs-actions.pod:6734 ../src/guestfs-actions.pod:7006
 msgid ""
 "This function returns a string, or NULL on error.  I<The caller must free "
 "the returned string after use>."
@@ -5167,11 +5179,11 @@ msgstr ""
 #: ../src/guestfs-actions.pod:5208 ../src/guestfs-actions.pod:5859
 #: ../src/guestfs-actions.pod:5920 ../src/guestfs-actions.pod:5975
 #: ../src/guestfs-actions.pod:6121 ../src/guestfs-actions.pod:6145
-#: ../src/guestfs-actions.pod:6617 ../src/guestfs-actions.pod:6637
-#: ../src/guestfs-actions.pod:6684 ../src/guestfs-actions.pod:6849
-#: ../src/guestfs-actions.pod:6868 ../src/guestfs-actions.pod:6953
-#: ../src/guestfs-actions.pod:6972 ../src/guestfs-actions.pod:7018
-#: ../src/guestfs-actions.pod:7037
+#: ../src/guestfs-actions.pod:6627 ../src/guestfs-actions.pod:6647
+#: ../src/guestfs-actions.pod:6694 ../src/guestfs-actions.pod:6859
+#: ../src/guestfs-actions.pod:6878 ../src/guestfs-actions.pod:6963
+#: ../src/guestfs-actions.pod:6982 ../src/guestfs-actions.pod:7028
+#: ../src/guestfs-actions.pod:7047
 msgid ""
 "This function returns a NULL-terminated array of strings (like L<environ(3)"
 ">), or NULL if there was an error.  I<The caller must free the strings and "
@@ -5188,8 +5200,8 @@ msgstr ""
 #: ../src/guestfs-actions.pod:4909 ../src/guestfs-actions.pod:5287
 #: ../src/guestfs-actions.pod:5301 ../src/guestfs-actions.pod:5313
 #: ../src/guestfs-actions.pod:5721 ../src/guestfs-actions.pod:6359
-#: ../src/guestfs-actions.pod:6372 ../src/guestfs-actions.pod:6601
-#: ../src/guestfs-actions.pod:6804 ../src/guestfs-actions.pod:6837
+#: ../src/guestfs-actions.pod:6372 ../src/guestfs-actions.pod:6611
+#: ../src/guestfs-actions.pod:6814 ../src/guestfs-actions.pod:6847
 msgid "(Added in 0.8)"
 msgstr ""
 
@@ -5854,7 +5866,7 @@ msgid "See also C<guestfs_realpath>."
 msgstr ""
 
 # type: textblock
-#: ../src/guestfs-actions.pod:854 ../src/guestfs-actions.pod:6529
+#: ../src/guestfs-actions.pod:854 ../src/guestfs-actions.pod:6539
 msgid "(Added in 1.0.75)"
 msgstr ""
 
@@ -5900,11 +5912,11 @@ msgstr ""
 #: ../src/guestfs-actions.pod:5023 ../src/guestfs-actions.pod:5049
 #: ../src/guestfs-actions.pod:5073 ../src/guestfs-actions.pod:5924
 #: ../src/guestfs-actions.pod:5979 ../src/guestfs-actions.pod:6125
-#: ../src/guestfs-actions.pod:6149 ../src/guestfs-actions.pod:6801
-#: ../src/guestfs-actions.pod:6827 ../src/guestfs-actions.pod:6853
-#: ../src/guestfs-actions.pod:6872 ../src/guestfs-actions.pod:6957
-#: ../src/guestfs-actions.pod:6976 ../src/guestfs-actions.pod:7022
-#: ../src/guestfs-actions.pod:7041 ../fish/guestfish-actions.pod:582
+#: ../src/guestfs-actions.pod:6149 ../src/guestfs-actions.pod:6811
+#: ../src/guestfs-actions.pod:6837 ../src/guestfs-actions.pod:6863
+#: ../src/guestfs-actions.pod:6882 ../src/guestfs-actions.pod:6967
+#: ../src/guestfs-actions.pod:6986 ../src/guestfs-actions.pod:7032
+#: ../src/guestfs-actions.pod:7051 ../fish/guestfish-actions.pod:582
 #: ../fish/guestfish-actions.pod:717 ../fish/guestfish-actions.pod:729
 #: ../fish/guestfish-actions.pod:905 ../fish/guestfish-actions.pod:915
 #: ../fish/guestfish-actions.pod:982 ../fish/guestfish-actions.pod:992
@@ -5930,8 +5942,8 @@ msgstr ""
 #: ../src/guestfs-actions.pod:3326 ../src/guestfs-actions.pod:3343
 #: ../src/guestfs-actions.pod:3431 ../src/guestfs-actions.pod:3836
 #: ../src/guestfs-actions.pod:3850 ../src/guestfs-actions.pod:4972
-#: ../src/guestfs-actions.pod:4986 ../src/guestfs-actions.pod:6688
-#: ../src/guestfs-actions.pod:6702
+#: ../src/guestfs-actions.pod:4986 ../src/guestfs-actions.pod:6698
+#: ../src/guestfs-actions.pod:6712
 msgid "(Added in 0.4)"
 msgstr ""
 
@@ -6055,7 +6067,7 @@ msgstr ""
 #: ../src/guestfs-actions.pod:932 ../src/guestfs-actions.pod:1240
 #: ../src/guestfs-actions.pod:2062 ../src/guestfs-actions.pod:3038
 #: ../src/guestfs-actions.pod:3067 ../src/guestfs-actions.pod:3128
-#: ../src/guestfs-actions.pod:3155 ../src/guestfs-actions.pod:6390
+#: ../src/guestfs-actions.pod:3155 ../src/guestfs-actions.pod:6395
 msgid "(Added in 1.0.2)"
 msgstr ""
 
@@ -6088,7 +6100,7 @@ msgstr ""
 #: ../src/guestfs-actions.pod:4562 ../src/guestfs-actions.pod:4599
 #: ../src/guestfs-actions.pod:4617 ../src/guestfs-actions.pod:4793
 #: ../src/guestfs-actions.pod:6304 ../src/guestfs-actions.pod:6318
-#: ../src/guestfs-actions.pod:6714
+#: ../src/guestfs-actions.pod:6724
 msgid "(Added in 1.3.2)"
 msgstr ""
 
@@ -6366,8 +6378,9 @@ msgstr ""
 # type: textblock
 #: ../src/guestfs-actions.pod:1112 ../src/guestfs-actions.pod:1235
 #: ../src/guestfs-actions.pod:1266 ../src/guestfs-actions.pod:1686
-#: ../src/guestfs-actions.pod:1708 ../src/guestfs-actions.pod:6893
-#: ../src/guestfs-actions.pod:6912
+#: ../src/guestfs-actions.pod:1708 ../src/guestfs-actions.pod:6390
+#: ../src/guestfs-actions.pod:6424 ../src/guestfs-actions.pod:6903
+#: ../src/guestfs-actions.pod:6922
 msgid ""
 "This long-running command can generate progress notification messages so "
 "that the caller can display a progress bar or indicator.  To receive these "
@@ -6377,8 +6390,8 @@ msgstr ""
 
 # type: textblock
 #: ../src/guestfs-actions.pod:1117 ../src/guestfs-actions.pod:3863
-#: ../src/guestfs-actions.pod:4999 ../src/guestfs-actions.pod:6621
-#: ../src/guestfs-actions.pod:6641 ../src/guestfs-actions.pod:6727
+#: ../src/guestfs-actions.pod:4999 ../src/guestfs-actions.pod:6631
+#: ../src/guestfs-actions.pod:6651 ../src/guestfs-actions.pod:6737
 msgid "(Added in 1.0.87)"
 msgstr ""
 
@@ -6502,8 +6515,8 @@ msgstr ""
 #: ../src/guestfs-actions.pod:2259 ../src/guestfs-actions.pod:2327
 #: ../src/guestfs-actions.pod:3973 ../src/guestfs-actions.pod:4366
 #: ../src/guestfs-actions.pod:6128 ../src/guestfs-actions.pod:6152
-#: ../src/guestfs-actions.pod:6760 ../src/guestfs-actions.pod:6773
-#: ../src/guestfs-actions.pod:6786
+#: ../src/guestfs-actions.pod:6770 ../src/guestfs-actions.pod:6783
+#: ../src/guestfs-actions.pod:6796
 msgid "(Added in 1.0.54)"
 msgstr ""
 
@@ -6631,7 +6644,7 @@ msgid "See also C<guestfs_download>, C<guestfs_pread>."
 msgstr ""
 
 # type: textblock
-#: ../src/guestfs-actions.pod:1271 ../src/guestfs-actions.pod:6419
+#: ../src/guestfs-actions.pod:1271 ../src/guestfs-actions.pod:6429
 msgid "(Added in 1.5.17)"
 msgstr ""
 
@@ -6816,9 +6829,9 @@ msgstr ""
 #: ../src/guestfs-actions.pod:6021 ../src/guestfs-actions.pod:6034
 #: ../src/guestfs-actions.pod:6056 ../src/guestfs-actions.pod:6069
 #: ../src/guestfs-actions.pod:6082 ../src/guestfs-actions.pod:6095
-#: ../src/guestfs-actions.pod:6856 ../src/guestfs-actions.pod:6875
-#: ../src/guestfs-actions.pod:6960 ../src/guestfs-actions.pod:6979
-#: ../src/guestfs-actions.pod:7025 ../src/guestfs-actions.pod:7044
+#: ../src/guestfs-actions.pod:6866 ../src/guestfs-actions.pod:6885
+#: ../src/guestfs-actions.pod:6970 ../src/guestfs-actions.pod:6989
+#: ../src/guestfs-actions.pod:7035 ../src/guestfs-actions.pod:7054
 msgid "(Added in 1.0.66)"
 msgstr ""
 
@@ -7617,7 +7630,7 @@ msgid ""
 msgstr ""
 
 # type: textblock
-#: ../src/guestfs-actions.pod:1868 ../src/guestfs-actions.pod:6898
+#: ../src/guestfs-actions.pod:1868 ../src/guestfs-actions.pod:6908
 msgid "(Added in 1.0.16)"
 msgstr ""
 
@@ -7659,8 +7672,8 @@ msgstr ""
 #: ../src/guestfs-actions.pod:1884 ../src/guestfs-actions.pod:4939
 #: ../src/guestfs-actions.pod:5402 ../src/guestfs-actions.pod:5770
 #: ../src/guestfs-actions.pod:5789 ../src/guestfs-actions.pod:5805
-#: ../src/guestfs-actions.pod:5822 ../src/guestfs-actions.pod:6569
-#: ../src/guestfs-actions.pod:6587 ../src/guestfs-actions.pod:6941
+#: ../src/guestfs-actions.pod:5822 ../src/guestfs-actions.pod:6579
+#: ../src/guestfs-actions.pod:6597 ../src/guestfs-actions.pod:6951
 msgid "(Added in 1.0.26)"
 msgstr ""
 
@@ -7958,7 +7971,7 @@ msgstr ""
 #: ../src/guestfs-actions.pod:3930 ../src/guestfs-actions.pod:4869
 #: ../src/guestfs-actions.pod:5212 ../src/guestfs-actions.pod:5589
 #: ../src/guestfs-actions.pod:6248 ../src/guestfs-actions.pod:6268
-#: ../src/guestfs-actions.pod:6450
+#: ../src/guestfs-actions.pod:6460
 msgid "(Added in 1.0.77)"
 msgstr ""
 
@@ -8148,7 +8161,7 @@ msgstr ""
 #: ../src/guestfs-actions.pod:2131 ../src/guestfs-actions.pod:3247
 #: ../src/guestfs-actions.pod:3412 ../src/guestfs-actions.pod:3448
 #: ../src/guestfs-actions.pod:5242 ../src/guestfs-actions.pod:5681
-#: ../src/guestfs-actions.pod:7006
+#: ../src/guestfs-actions.pod:7016
 msgid "(Added in 1.0.59)"
 msgstr ""
 
@@ -10499,7 +10512,7 @@ msgstr ""
 #: ../src/guestfs-actions.pod:3720 ../src/guestfs-actions.pod:4580
 #: ../src/guestfs-actions.pod:5343 ../src/guestfs-actions.pod:5718
 #: ../src/guestfs-actions.pod:5741 ../src/guestfs-actions.pod:5767
-#: ../src/guestfs-actions.pod:6917 ../fish/guestfish-actions.pod:2433
+#: ../src/guestfs-actions.pod:6927 ../fish/guestfish-actions.pod:2433
 #: ../fish/guestfish-actions.pod:2446 ../fish/guestfish-actions.pod:2530
 #: ../fish/guestfish-actions.pod:3060 ../fish/guestfish-actions.pod:3567
 #: ../fish/guestfish-actions.pod:3847 ../fish/guestfish-actions.pod:3863
@@ -10825,7 +10838,7 @@ msgstr ""
 
 # type: textblock
 #: ../src/guestfs-actions.pod:3772 ../src/guestfs-actions.pod:4926
-#: ../src/guestfs-actions.pod:6656
+#: ../src/guestfs-actions.pod:6666
 msgid "(Added in 1.0.13)"
 msgstr ""
 
@@ -10851,7 +10864,7 @@ msgid "Rename a logical volume C<logvol> with the new name C<newlogvol>."
 msgstr ""
 
 # type: textblock
-#: ../src/guestfs-actions.pod:3785 ../src/guestfs-actions.pod:6669
+#: ../src/guestfs-actions.pod:3785 ../src/guestfs-actions.pod:6679
 msgid "(Added in 1.0.83)"
 msgstr ""
 
@@ -15181,7 +15194,7 @@ msgid ""
 msgstr ""
 
 # type: textblock
-#: ../src/guestfs-actions.pod:6381 ../src/guestfs-actions.pod:6400
+#: ../src/guestfs-actions.pod:6381 ../src/guestfs-actions.pod:6405
 #: ../fish/guestfish-actions.pod:4270 ../fish/guestfish-actions.pod:4283
 msgid "Upload local file C<filename> to C<remotefilename> on the filesystem."
 msgstr ""
@@ -15192,12 +15205,12 @@ msgid "See also C<guestfs_download>."
 msgstr ""
 
 # type: =head2
-#: ../src/guestfs-actions.pod:6392
+#: ../src/guestfs-actions.pod:6397
 msgid "guestfs_upload_offset"
 msgstr ""
 
 # type: verbatim
-#: ../src/guestfs-actions.pod:6394
+#: ../src/guestfs-actions.pod:6399
 #, no-wrap
 msgid ""
 " int\n"
@@ -15209,7 +15222,7 @@ msgid ""
 msgstr ""
 
 # type: textblock
-#: ../src/guestfs-actions.pod:6403 ../fish/guestfish-actions.pod:4286
+#: ../src/guestfs-actions.pod:6408 ../fish/guestfish-actions.pod:4286
 msgid ""
 "C<remotefilename> is overwritten starting at the byte C<offset> specified.  "
 "The intention is to overwrite parts of existing files or devices, although "
@@ -15219,7 +15232,7 @@ msgid ""
 msgstr ""
 
 # type: textblock
-#: ../src/guestfs-actions.pod:6410
+#: ../src/guestfs-actions.pod:6415
 msgid ""
 "Note that there is no limit on the amount of data that can be uploaded with "
 "this call, unlike with C<guestfs_pwrite>, and this call always writes the "
@@ -15227,17 +15240,17 @@ msgid ""
 msgstr ""
 
 # type: textblock
-#: ../src/guestfs-actions.pod:6415
+#: ../src/guestfs-actions.pod:6420
 msgid "See also C<guestfs_upload>, C<guestfs_pwrite>."
 msgstr ""
 
 # type: =head2
-#: ../src/guestfs-actions.pod:6421
+#: ../src/guestfs-actions.pod:6431
 msgid "guestfs_utimens"
 msgstr ""
 
 # type: verbatim
-#: ../src/guestfs-actions.pod:6423
+#: ../src/guestfs-actions.pod:6433
 #, no-wrap
 msgid ""
 " int\n"
@@ -15251,26 +15264,26 @@ msgid ""
 msgstr ""
 
 # type: textblock
-#: ../src/guestfs-actions.pod:6431 ../fish/guestfish-actions.pod:4306
+#: ../src/guestfs-actions.pod:6441 ../fish/guestfish-actions.pod:4306
 msgid "This command sets the timestamps of a file with nanosecond precision."
 msgstr ""
 
 # type: textblock
-#: ../src/guestfs-actions.pod:6434 ../fish/guestfish-actions.pod:4309
+#: ../src/guestfs-actions.pod:6444 ../fish/guestfish-actions.pod:4309
 msgid ""
 "C<atsecs, atnsecs> are the last access time (atime) in secs and nanoseconds "
 "from the epoch."
 msgstr ""
 
 # type: textblock
-#: ../src/guestfs-actions.pod:6437 ../fish/guestfish-actions.pod:4312
+#: ../src/guestfs-actions.pod:6447 ../fish/guestfish-actions.pod:4312
 msgid ""
 "C<mtsecs, mtnsecs> are the last modification time (mtime) in secs and "
 "nanoseconds from the epoch."
 msgstr ""
 
 # type: textblock
-#: ../src/guestfs-actions.pod:6440 ../fish/guestfish-actions.pod:4315
+#: ../src/guestfs-actions.pod:6450 ../fish/guestfish-actions.pod:4315
 msgid ""
 "If the C<*nsecs> field contains the special value C<-1> then the "
 "corresponding timestamp is set to the current time.  (The C<*secs> field is "
@@ -15278,7 +15291,7 @@ msgid ""
 msgstr ""
 
 # type: textblock
-#: ../src/guestfs-actions.pod:6444 ../fish/guestfish-actions.pod:4319
+#: ../src/guestfs-actions.pod:6454 ../fish/guestfish-actions.pod:4319
 msgid ""
 "If the C<*nsecs> field contains the special value C<-2> then the "
 "corresponding timestamp is left unchanged.  (The C<*secs> field is ignored "
@@ -15286,12 +15299,12 @@ msgid ""
 msgstr ""
 
 # type: =head2
-#: ../src/guestfs-actions.pod:6452 ../src/guestfs-structs.pod:175
+#: ../src/guestfs-actions.pod:6462 ../src/guestfs-structs.pod:175
 msgid "guestfs_version"
 msgstr ""
 
 # type: verbatim
-#: ../src/guestfs-actions.pod:6454
+#: ../src/guestfs-actions.pod:6464
 #, no-wrap
 msgid ""
 " struct guestfs_version *\n"
@@ -15300,13 +15313,13 @@ msgid ""
 msgstr ""
 
 # type: textblock
-#: ../src/guestfs-actions.pod:6457 ../fish/guestfish-actions.pod:4327
+#: ../src/guestfs-actions.pod:6467 ../fish/guestfish-actions.pod:4327
 msgid ""
 "Return the libguestfs version number that the program is linked against."
 msgstr ""
 
 # type: textblock
-#: ../src/guestfs-actions.pod:6460 ../fish/guestfish-actions.pod:4330
+#: ../src/guestfs-actions.pod:6470 ../fish/guestfish-actions.pod:4330
 msgid ""
 "Note that because of dynamic linking this is not necessarily the version of "
 "libguestfs that you compiled against.  You can compile the program, and then "
@@ -15315,7 +15328,7 @@ msgid ""
 msgstr ""
 
 # type: textblock
-#: ../src/guestfs-actions.pod:6465 ../fish/guestfish-actions.pod:4335
+#: ../src/guestfs-actions.pod:6475 ../fish/guestfish-actions.pod:4335
 msgid ""
 "This call was added in version C<1.0.58>.  In previous versions of "
 "libguestfs there was no way to get the version number.  From C code you can "
@@ -15324,7 +15337,7 @@ msgid ""
 msgstr ""
 
 # type: textblock
-#: ../src/guestfs-actions.pod:6471 ../fish/guestfish-actions.pod:4341
+#: ../src/guestfs-actions.pod:6481 ../fish/guestfish-actions.pod:4341
 msgid ""
 "The call returns a structure with four elements.  The first three (C<major>, "
 "C<minor> and C<release>) are numbers and correspond to the usual version "
@@ -15333,18 +15346,18 @@ msgid ""
 msgstr ""
 
 # type: textblock
-#: ../src/guestfs-actions.pod:6477 ../fish/guestfish-actions.pod:4347
+#: ../src/guestfs-actions.pod:6487 ../fish/guestfish-actions.pod:4347
 msgid ""
 "To construct the original version string: C<$major.$minor.$release$extra>"
 msgstr ""
 
 # type: textblock
-#: ../src/guestfs-actions.pod:6480 ../fish/guestfish-actions.pod:4350
+#: ../src/guestfs-actions.pod:6490 ../fish/guestfish-actions.pod:4350
 msgid "See also: L<guestfs(3)/LIBGUESTFS VERSION NUMBERS>."
 msgstr ""
 
 # type: textblock
-#: ../src/guestfs-actions.pod:6482
+#: ../src/guestfs-actions.pod:6492
 msgid ""
 "I<Note:> Don't use this call to test for availability of features.  In "
 "enterprise distributions we backport features from later versions into "
@@ -15353,24 +15366,24 @@ msgid ""
 msgstr ""
 
 # type: textblock
-#: ../src/guestfs-actions.pod:6488
+#: ../src/guestfs-actions.pod:6498
 msgid ""
 "This function returns a C<struct guestfs_version *>, or NULL if there was an "
 "error.  I<The caller must call C<guestfs_free_version> after use>."
 msgstr ""
 
 # type: textblock
-#: ../src/guestfs-actions.pod:6492
+#: ../src/guestfs-actions.pod:6502
 msgid "(Added in 1.0.58)"
 msgstr ""
 
 # type: =head2
-#: ../src/guestfs-actions.pod:6494
+#: ../src/guestfs-actions.pod:6504
 msgid "guestfs_vfs_label"
 msgstr ""
 
 # type: verbatim
-#: ../src/guestfs-actions.pod:6496
+#: ../src/guestfs-actions.pod:6506
 #, no-wrap
 msgid ""
 " char *\n"
@@ -15380,32 +15393,32 @@ msgid ""
 msgstr ""
 
 # type: textblock
-#: ../src/guestfs-actions.pod:6500 ../fish/guestfish-actions.pod:4362
+#: ../src/guestfs-actions.pod:6510 ../fish/guestfish-actions.pod:4362
 msgid "This returns the filesystem label of the filesystem on C<device>."
 msgstr ""
 
 # type: textblock
-#: ../src/guestfs-actions.pod:6503 ../fish/guestfish-actions.pod:4365
+#: ../src/guestfs-actions.pod:6513 ../fish/guestfish-actions.pod:4365
 msgid "If the filesystem is unlabeled, this returns the empty string."
 msgstr ""
 
 # type: textblock
-#: ../src/guestfs-actions.pod:6505
+#: ../src/guestfs-actions.pod:6515
 msgid "To find a filesystem from the label, use C<guestfs_findfs_label>."
 msgstr ""
 
 # type: textblock
-#: ../src/guestfs-actions.pod:6510 ../src/guestfs-actions.pod:6547
+#: ../src/guestfs-actions.pod:6520 ../src/guestfs-actions.pod:6557
 msgid "(Added in 1.3.18)"
 msgstr ""
 
 # type: =head2
-#: ../src/guestfs-actions.pod:6512
+#: ../src/guestfs-actions.pod:6522
 msgid "guestfs_vfs_type"
 msgstr ""
 
 # type: verbatim
-#: ../src/guestfs-actions.pod:6514
+#: ../src/guestfs-actions.pod:6524
 #, no-wrap
 msgid ""
 " char *\n"
@@ -15415,14 +15428,14 @@ msgid ""
 msgstr ""
 
 # type: textblock
-#: ../src/guestfs-actions.pod:6518 ../fish/guestfish-actions.pod:4373
+#: ../src/guestfs-actions.pod:6528 ../fish/guestfish-actions.pod:4373
 msgid ""
 "This command gets the filesystem type corresponding to the filesystem on "
 "C<device>."
 msgstr ""
 
 # type: textblock
-#: ../src/guestfs-actions.pod:6521 ../fish/guestfish-actions.pod:4376
+#: ../src/guestfs-actions.pod:6531 ../fish/guestfish-actions.pod:4376
 msgid ""
 "For most filesystems, the result is the name of the Linux VFS module which "
 "would be used to mount this filesystem if you mounted it without specifying "
@@ -15430,12 +15443,12 @@ msgid ""
 msgstr ""
 
 # type: =head2
-#: ../src/guestfs-actions.pod:6531
+#: ../src/guestfs-actions.pod:6541
 msgid "guestfs_vfs_uuid"
 msgstr ""
 
 # type: verbatim
-#: ../src/guestfs-actions.pod:6533
+#: ../src/guestfs-actions.pod:6543
 #, no-wrap
 msgid ""
 " char *\n"
@@ -15445,27 +15458,27 @@ msgid ""
 msgstr ""
 
 # type: textblock
-#: ../src/guestfs-actions.pod:6537 ../fish/guestfish-actions.pod:4385
+#: ../src/guestfs-actions.pod:6547 ../fish/guestfish-actions.pod:4385
 msgid "This returns the filesystem UUID of the filesystem on C<device>."
 msgstr ""
 
 # type: textblock
-#: ../src/guestfs-actions.pod:6540 ../fish/guestfish-actions.pod:4388
+#: ../src/guestfs-actions.pod:6550 ../fish/guestfish-actions.pod:4388
 msgid "If the filesystem does not have a UUID, this returns the empty string."
 msgstr ""
 
 # type: textblock
-#: ../src/guestfs-actions.pod:6542
+#: ../src/guestfs-actions.pod:6552
 msgid "To find a filesystem from the UUID, use C<guestfs_findfs_uuid>."
 msgstr ""
 
 # type: =head2
-#: ../src/guestfs-actions.pod:6549
+#: ../src/guestfs-actions.pod:6559
 msgid "guestfs_vg_activate"
 msgstr ""
 
 # type: verbatim
-#: ../src/guestfs-actions.pod:6551
+#: ../src/guestfs-actions.pod:6561
 #, no-wrap
 msgid ""
 " int\n"
@@ -15476,7 +15489,7 @@ msgid ""
 msgstr ""
 
 # type: textblock
-#: ../src/guestfs-actions.pod:6556 ../fish/guestfish-actions.pod:4396
+#: ../src/guestfs-actions.pod:6566 ../fish/guestfish-actions.pod:4396
 msgid ""
 "This command activates or (if C<activate> is false) deactivates all logical "
 "volumes in the listed volume groups C<volgroups>.  If activated, then they "
@@ -15485,24 +15498,24 @@ msgid ""
 msgstr ""
 
 # type: textblock
-#: ../src/guestfs-actions.pod:6562 ../fish/guestfish-actions.pod:4402
+#: ../src/guestfs-actions.pod:6572 ../fish/guestfish-actions.pod:4402
 msgid "This command is the same as running C<vgchange -a y|n volgroups...>"
 msgstr ""
 
 # type: textblock
-#: ../src/guestfs-actions.pod:6564 ../fish/guestfish-actions.pod:4404
+#: ../src/guestfs-actions.pod:6574 ../fish/guestfish-actions.pod:4404
 msgid ""
 "Note that if C<volgroups> is an empty list then B<all> volume groups are "
 "activated or deactivated."
 msgstr ""
 
 # type: =head2
-#: ../src/guestfs-actions.pod:6571
+#: ../src/guestfs-actions.pod:6581
 msgid "guestfs_vg_activate_all"
 msgstr ""
 
 # type: verbatim
-#: ../src/guestfs-actions.pod:6573
+#: ../src/guestfs-actions.pod:6583
 #, no-wrap
 msgid ""
 " int\n"
@@ -15512,7 +15525,7 @@ msgid ""
 msgstr ""
 
 # type: textblock
-#: ../src/guestfs-actions.pod:6577 ../fish/guestfish-actions.pod:4411
+#: ../src/guestfs-actions.pod:6587 ../fish/guestfish-actions.pod:4411
 msgid ""
 "This command activates or (if C<activate> is false) deactivates all logical "
 "volumes in all volume groups.  If activated, then they are made known to the "
@@ -15521,17 +15534,17 @@ msgid ""
 msgstr ""
 
 # type: textblock
-#: ../src/guestfs-actions.pod:6583 ../fish/guestfish-actions.pod:4417
+#: ../src/guestfs-actions.pod:6593 ../fish/guestfish-actions.pod:4417
 msgid "This command is the same as running C<vgchange -a y|n>"
 msgstr ""
 
 # type: =head2
-#: ../src/guestfs-actions.pod:6589
+#: ../src/guestfs-actions.pod:6599
 msgid "guestfs_vgcreate"
 msgstr ""
 
 # type: verbatim
-#: ../src/guestfs-actions.pod:6591
+#: ../src/guestfs-actions.pod:6601
 #, no-wrap
 msgid ""
 " int\n"
@@ -15542,19 +15555,19 @@ msgid ""
 msgstr ""
 
 # type: textblock
-#: ../src/guestfs-actions.pod:6596 ../fish/guestfish-actions.pod:4423
+#: ../src/guestfs-actions.pod:6606 ../fish/guestfish-actions.pod:4423
 msgid ""
 "This creates an LVM volume group called C<volgroup> from the non-empty list "
 "of physical volumes C<physvols>."
 msgstr ""
 
 # type: =head2
-#: ../src/guestfs-actions.pod:6603
+#: ../src/guestfs-actions.pod:6613
 msgid "guestfs_vglvuuids"
 msgstr ""
 
 # type: verbatim
-#: ../src/guestfs-actions.pod:6605
+#: ../src/guestfs-actions.pod:6615
 #, no-wrap
 msgid ""
 " char **\n"
@@ -15564,31 +15577,31 @@ msgid ""
 msgstr ""
 
 # type: textblock
-#: ../src/guestfs-actions.pod:6609 ../fish/guestfish-actions.pod:4430
+#: ../src/guestfs-actions.pod:6619 ../fish/guestfish-actions.pod:4430
 msgid ""
 "Given a VG called C<vgname>, this returns the UUIDs of all the logical "
 "volumes created in this volume group."
 msgstr ""
 
 # type: textblock
-#: ../src/guestfs-actions.pod:6612
+#: ../src/guestfs-actions.pod:6622
 msgid ""
 "You can use this along with C<guestfs_lvs> and C<guestfs_lvuuid> calls to "
 "associate logical volumes and volume groups."
 msgstr ""
 
 # type: textblock
-#: ../src/guestfs-actions.pod:6615
+#: ../src/guestfs-actions.pod:6625
 msgid "See also C<guestfs_vgpvuuids>."
 msgstr ""
 
 # type: =head2
-#: ../src/guestfs-actions.pod:6623
+#: ../src/guestfs-actions.pod:6633
 msgid "guestfs_vgpvuuids"
 msgstr ""
 
 # type: verbatim
-#: ../src/guestfs-actions.pod:6625
+#: ../src/guestfs-actions.pod:6635
 #, no-wrap
 msgid ""
 " char **\n"
@@ -15598,31 +15611,31 @@ msgid ""
 msgstr ""
 
 # type: textblock
-#: ../src/guestfs-actions.pod:6629 ../fish/guestfish-actions.pod:4442
+#: ../src/guestfs-actions.pod:6639 ../fish/guestfish-actions.pod:4442
 msgid ""
 "Given a VG called C<vgname>, this returns the UUIDs of all the physical "
 "volumes that this volume group resides on."
 msgstr ""
 
 # type: textblock
-#: ../src/guestfs-actions.pod:6632
+#: ../src/guestfs-actions.pod:6642
 msgid ""
 "You can use this along with C<guestfs_pvs> and C<guestfs_pvuuid> calls to "
 "associate physical volumes and volume groups."
 msgstr ""
 
 # type: textblock
-#: ../src/guestfs-actions.pod:6635
+#: ../src/guestfs-actions.pod:6645
 msgid "See also C<guestfs_vglvuuids>."
 msgstr ""
 
 # type: =head2
-#: ../src/guestfs-actions.pod:6643
+#: ../src/guestfs-actions.pod:6653
 msgid "guestfs_vgremove"
 msgstr ""
 
 # type: verbatim
-#: ../src/guestfs-actions.pod:6645
+#: ../src/guestfs-actions.pod:6655
 #, no-wrap
 msgid ""
 " int\n"
@@ -15632,23 +15645,23 @@ msgid ""
 msgstr ""
 
 # type: textblock
-#: ../src/guestfs-actions.pod:6649 ../fish/guestfish-actions.pod:4454
+#: ../src/guestfs-actions.pod:6659 ../fish/guestfish-actions.pod:4454
 msgid "Remove an LVM volume group C<vgname>, (for example C<VG>)."
 msgstr ""
 
 # type: textblock
-#: ../src/guestfs-actions.pod:6651 ../fish/guestfish-actions.pod:4456
+#: ../src/guestfs-actions.pod:6661 ../fish/guestfish-actions.pod:4456
 msgid ""
 "This also forcibly removes all logical volumes in the volume group (if any)."
 msgstr ""
 
 # type: =head2
-#: ../src/guestfs-actions.pod:6658
+#: ../src/guestfs-actions.pod:6668
 msgid "guestfs_vgrename"
 msgstr ""
 
 # type: verbatim
-#: ../src/guestfs-actions.pod:6660
+#: ../src/guestfs-actions.pod:6670
 #, no-wrap
 msgid ""
 " int\n"
@@ -15659,17 +15672,17 @@ msgid ""
 msgstr ""
 
 # type: textblock
-#: ../src/guestfs-actions.pod:6665 ../fish/guestfish-actions.pod:4463
+#: ../src/guestfs-actions.pod:6675 ../fish/guestfish-actions.pod:4463
 msgid "Rename a volume group C<volgroup> with the new name C<newvolgroup>."
 msgstr ""
 
 # type: =head2
-#: ../src/guestfs-actions.pod:6671
+#: ../src/guestfs-actions.pod:6681
 msgid "guestfs_vgs"
 msgstr ""
 
 # type: verbatim
-#: ../src/guestfs-actions.pod:6673
+#: ../src/guestfs-actions.pod:6683
 #, no-wrap
 msgid ""
 " char **\n"
@@ -15678,31 +15691,31 @@ msgid ""
 msgstr ""
 
 # type: textblock
-#: ../src/guestfs-actions.pod:6676 ../fish/guestfish-actions.pod:4469
+#: ../src/guestfs-actions.pod:6686 ../fish/guestfish-actions.pod:4469
 msgid ""
 "List all the volumes groups detected.  This is the equivalent of the L<vgs(8)"
 "> command."
 msgstr ""
 
 # type: textblock
-#: ../src/guestfs-actions.pod:6679 ../fish/guestfish-actions.pod:4472
+#: ../src/guestfs-actions.pod:6689 ../fish/guestfish-actions.pod:4472
 msgid ""
 "This returns a list of just the volume group names that were detected (eg. "
 "C<VolGroup00>)."
 msgstr ""
 
 # type: textblock
-#: ../src/guestfs-actions.pod:6682
+#: ../src/guestfs-actions.pod:6692
 msgid "See also C<guestfs_vgs_full>."
 msgstr ""
 
 # type: =head2
-#: ../src/guestfs-actions.pod:6690
+#: ../src/guestfs-actions.pod:6700
 msgid "guestfs_vgs_full"
 msgstr ""
 
 # type: verbatim
-#: ../src/guestfs-actions.pod:6692
+#: ../src/guestfs-actions.pod:6702
 #, no-wrap
 msgid ""
 " struct guestfs_lvm_vg_list *\n"
@@ -15711,26 +15724,26 @@ msgid ""
 msgstr ""
 
 # type: textblock
-#: ../src/guestfs-actions.pod:6695 ../fish/guestfish-actions.pod:4481
+#: ../src/guestfs-actions.pod:6705 ../fish/guestfish-actions.pod:4481
 msgid ""
 "List all the volumes groups detected.  This is the equivalent of the L<vgs(8)"
 "> command.  The \"full\" version includes all fields."
 msgstr ""
 
 # type: textblock
-#: ../src/guestfs-actions.pod:6698
+#: ../src/guestfs-actions.pod:6708
 msgid ""
 "This function returns a C<struct guestfs_lvm_vg_list *>, or NULL if there "
 "was an error.  I<The caller must call C<guestfs_free_lvm_vg_list> after use>."
 msgstr ""
 
 # type: =head2
-#: ../src/guestfs-actions.pod:6704
+#: ../src/guestfs-actions.pod:6714
 msgid "guestfs_vgscan"
 msgstr ""
 
 # type: verbatim
-#: ../src/guestfs-actions.pod:6706
+#: ../src/guestfs-actions.pod:6716
 #, no-wrap
 msgid ""
 " int\n"
@@ -15739,19 +15752,19 @@ msgid ""
 msgstr ""
 
 # type: textblock
-#: ../src/guestfs-actions.pod:6709 ../fish/guestfish-actions.pod:4488
+#: ../src/guestfs-actions.pod:6719 ../fish/guestfish-actions.pod:4488
 msgid ""
 "This rescans all block devices and rebuilds the list of LVM physical "
 "volumes, volume groups and logical volumes."
 msgstr ""
 
 # type: =head2
-#: ../src/guestfs-actions.pod:6716
+#: ../src/guestfs-actions.pod:6726
 msgid "guestfs_vguuid"
 msgstr ""
 
 # type: verbatim
-#: ../src/guestfs-actions.pod:6718
+#: ../src/guestfs-actions.pod:6728
 #, no-wrap
 msgid ""
 " char *\n"
@@ -15761,17 +15774,17 @@ msgid ""
 msgstr ""
 
 # type: textblock
-#: ../src/guestfs-actions.pod:6722 ../fish/guestfish-actions.pod:4495
+#: ../src/guestfs-actions.pod:6732 ../fish/guestfish-actions.pod:4495
 msgid "This command returns the UUID of the LVM VG named C<vgname>."
 msgstr ""
 
 # type: =head2
-#: ../src/guestfs-actions.pod:6729
+#: ../src/guestfs-actions.pod:6739
 msgid "guestfs_wait_ready"
 msgstr ""
 
 # type: verbatim
-#: ../src/guestfs-actions.pod:6731
+#: ../src/guestfs-actions.pod:6741
 #, no-wrap
 msgid ""
 " int\n"
@@ -15780,12 +15793,12 @@ msgid ""
 msgstr ""
 
 # type: textblock
-#: ../src/guestfs-actions.pod:6734
+#: ../src/guestfs-actions.pod:6744
 msgid "This function is a no op."
 msgstr ""
 
 # type: textblock
-#: ../src/guestfs-actions.pod:6736
+#: ../src/guestfs-actions.pod:6746
 msgid ""
 "In versions of the API E<lt> 1.0.71 you had to call this function just after "
 "calling C<guestfs_launch> to wait for the launch to complete.  However this "
@@ -15793,19 +15806,19 @@ msgid ""
 msgstr ""
 
 # type: textblock
-#: ../src/guestfs-actions.pod:6741
+#: ../src/guestfs-actions.pod:6751
 msgid ""
 "If you see any calls to this function in code then you can just remove them, "
 "unless you want to retain compatibility with older versions of the API."
 msgstr ""
 
 # type: =head2
-#: ../src/guestfs-actions.pod:6749
+#: ../src/guestfs-actions.pod:6759
 msgid "guestfs_wc_c"
 msgstr ""
 
 # type: verbatim
-#: ../src/guestfs-actions.pod:6751
+#: ../src/guestfs-actions.pod:6761
 #, no-wrap
 msgid ""
 " int\n"
@@ -15815,19 +15828,19 @@ msgid ""
 msgstr ""
 
 # type: textblock
-#: ../src/guestfs-actions.pod:6755 ../fish/guestfish-actions.pod:4501
+#: ../src/guestfs-actions.pod:6765 ../fish/guestfish-actions.pod:4501
 msgid ""
 "This command counts the characters in a file, using the C<wc -c> external "
 "command."
 msgstr ""
 
 # type: =head2
-#: ../src/guestfs-actions.pod:6762
+#: ../src/guestfs-actions.pod:6772
 msgid "guestfs_wc_l"
 msgstr ""
 
 # type: verbatim
-#: ../src/guestfs-actions.pod:6764
+#: ../src/guestfs-actions.pod:6774
 #, no-wrap
 msgid ""
 " int\n"
@@ -15837,18 +15850,18 @@ msgid ""
 msgstr ""
 
 # type: textblock
-#: ../src/guestfs-actions.pod:6768 ../fish/guestfish-actions.pod:4508
+#: ../src/guestfs-actions.pod:6778 ../fish/guestfish-actions.pod:4508
 msgid ""
 "This command counts the lines in a file, using the C<wc -l> external command."
 msgstr ""
 
 # type: =head2
-#: ../src/guestfs-actions.pod:6775
+#: ../src/guestfs-actions.pod:6785
 msgid "guestfs_wc_w"
 msgstr ""
 
 # type: verbatim
-#: ../src/guestfs-actions.pod:6777
+#: ../src/guestfs-actions.pod:6787
 #, no-wrap
 msgid ""
 " int\n"
@@ -15858,18 +15871,18 @@ msgid ""
 msgstr ""
 
 # type: textblock
-#: ../src/guestfs-actions.pod:6781 ../fish/guestfish-actions.pod:4515
+#: ../src/guestfs-actions.pod:6791 ../fish/guestfish-actions.pod:4515
 msgid ""
 "This command counts the words in a file, using the C<wc -w> external command."
 msgstr ""
 
 # type: =head2
-#: ../src/guestfs-actions.pod:6788
+#: ../src/guestfs-actions.pod:6798
 msgid "guestfs_write"
 msgstr ""
 
 # type: verbatim
-#: ../src/guestfs-actions.pod:6790
+#: ../src/guestfs-actions.pod:6800
 #, no-wrap
 msgid ""
 " int\n"
@@ -15881,19 +15894,19 @@ msgid ""
 msgstr ""
 
 # type: textblock
-#: ../src/guestfs-actions.pod:6796 ../fish/guestfish-actions.pod:4522
+#: ../src/guestfs-actions.pod:6806 ../fish/guestfish-actions.pod:4522
 msgid ""
 "This call creates a file called C<path>.  The content of the file is the "
 "string C<content> (which can contain any 8 bit data)."
 msgstr ""
 
 # type: =head2
-#: ../src/guestfs-actions.pod:6806
+#: ../src/guestfs-actions.pod:6816
 msgid "guestfs_write_file"
 msgstr ""
 
 # type: verbatim
-#: ../src/guestfs-actions.pod:6808
+#: ../src/guestfs-actions.pod:6818
 #, no-wrap
 msgid ""
 " int\n"
@@ -15905,39 +15918,39 @@ msgid ""
 msgstr ""
 
 # type: textblock
-#: ../src/guestfs-actions.pod:6814 ../fish/guestfish-actions.pod:4532
+#: ../src/guestfs-actions.pod:6824 ../fish/guestfish-actions.pod:4532
 msgid ""
 "This call creates a file called C<path>.  The contents of the file is the "
 "string C<content> (which can contain any 8 bit data), with length C<size>."
 msgstr ""
 
 # type: textblock
-#: ../src/guestfs-actions.pod:6818 ../fish/guestfish-actions.pod:4536
+#: ../src/guestfs-actions.pod:6828 ../fish/guestfish-actions.pod:4536
 msgid ""
 "As a special case, if C<size> is C<0> then the length is calculated using "
 "C<strlen> (so in this case the content cannot contain embedded ASCII NULs)."
 msgstr ""
 
 # type: textblock
-#: ../src/guestfs-actions.pod:6822 ../fish/guestfish-actions.pod:4540
+#: ../src/guestfs-actions.pod:6832 ../fish/guestfish-actions.pod:4540
 msgid ""
 "I<NB.> Owing to a bug, writing content containing ASCII NUL characters does "
 "I<not> work, even if the length is specified."
 msgstr ""
 
 # type: textblock
-#: ../src/guestfs-actions.pod:6830 ../fish/guestfish-actions.pod:4546
+#: ../src/guestfs-actions.pod:6840 ../fish/guestfish-actions.pod:4546
 msgid ""
 "This function is deprecated.  In new code, use the C<write> call instead."
 msgstr ""
 
 # type: =head2
-#: ../src/guestfs-actions.pod:6839
+#: ../src/guestfs-actions.pod:6849
 msgid "guestfs_zegrep"
 msgstr ""
 
 # type: verbatim
-#: ../src/guestfs-actions.pod:6841
+#: ../src/guestfs-actions.pod:6851
 #, no-wrap
 msgid ""
 " char **\n"
@@ -15948,18 +15961,18 @@ msgid ""
 msgstr ""
 
 # type: textblock
-#: ../src/guestfs-actions.pod:6846 ../fish/guestfish-actions.pod:4557
+#: ../src/guestfs-actions.pod:6856 ../fish/guestfish-actions.pod:4557
 msgid ""
 "This calls the external C<zegrep> program and returns the matching lines."
 msgstr ""
 
 # type: =head2
-#: ../src/guestfs-actions.pod:6858
+#: ../src/guestfs-actions.pod:6868
 msgid "guestfs_zegrepi"
 msgstr ""
 
 # type: verbatim
-#: ../src/guestfs-actions.pod:6860
+#: ../src/guestfs-actions.pod:6870
 #, no-wrap
 msgid ""
 " char **\n"
@@ -15970,18 +15983,18 @@ msgid ""
 msgstr ""
 
 # type: textblock
-#: ../src/guestfs-actions.pod:6865 ../fish/guestfish-actions.pod:4567
+#: ../src/guestfs-actions.pod:6875 ../fish/guestfish-actions.pod:4567
 msgid ""
 "This calls the external C<zegrep -i> program and returns the matching lines."
 msgstr ""
 
 # type: =head2
-#: ../src/guestfs-actions.pod:6877
+#: ../src/guestfs-actions.pod:6887
 msgid "guestfs_zero"
 msgstr ""
 
 # type: verbatim
-#: ../src/guestfs-actions.pod:6879
+#: ../src/guestfs-actions.pod:6889
 #, no-wrap
 msgid ""
 " int\n"
@@ -15991,12 +16004,12 @@ msgid ""
 msgstr ""
 
 # type: textblock
-#: ../src/guestfs-actions.pod:6883 ../fish/guestfish-actions.pod:4577
+#: ../src/guestfs-actions.pod:6893 ../fish/guestfish-actions.pod:4577
 msgid "This command writes zeroes over the first few blocks of C<device>."
 msgstr ""
 
 # type: textblock
-#: ../src/guestfs-actions.pod:6885 ../fish/guestfish-actions.pod:4579
+#: ../src/guestfs-actions.pod:6895 ../fish/guestfish-actions.pod:4579
 msgid ""
 "How many blocks are zeroed isn't specified (but it's I<not> enough to "
 "securely wipe the device).  It should be sufficient to remove any partition "
@@ -16004,17 +16017,17 @@ msgid ""
 msgstr ""
 
 # type: textblock
-#: ../src/guestfs-actions.pod:6889
+#: ../src/guestfs-actions.pod:6899
 msgid "See also: C<guestfs_zero_device>, C<guestfs_scrub_device>."
 msgstr ""
 
 # type: =head2
-#: ../src/guestfs-actions.pod:6900
+#: ../src/guestfs-actions.pod:6910
 msgid "guestfs_zero_device"
 msgstr ""
 
 # type: verbatim
-#: ../src/guestfs-actions.pod:6902
+#: ../src/guestfs-actions.pod:6912
 #, no-wrap
 msgid ""
 " int\n"
@@ -16024,24 +16037,24 @@ msgid ""
 msgstr ""
 
 # type: textblock
-#: ../src/guestfs-actions.pod:6906
+#: ../src/guestfs-actions.pod:6916
 msgid ""
 "This command writes zeroes over the entire C<device>.  Compare with "
 "C<guestfs_zero> which just zeroes the first few blocks of a device."
 msgstr ""
 
 # type: textblock
-#: ../src/guestfs-actions.pod:6920
+#: ../src/guestfs-actions.pod:6930
 msgid "(Added in 1.3.1)"
 msgstr ""
 
 # type: =head2
-#: ../src/guestfs-actions.pod:6922
+#: ../src/guestfs-actions.pod:6932
 msgid "guestfs_zerofree"
 msgstr ""
 
 # type: verbatim
-#: ../src/guestfs-actions.pod:6924
+#: ../src/guestfs-actions.pod:6934
 #, no-wrap
 msgid ""
 " int\n"
@@ -16051,7 +16064,7 @@ msgid ""
 msgstr ""
 
 # type: textblock
-#: ../src/guestfs-actions.pod:6928 ../fish/guestfish-actions.pod:4600
+#: ../src/guestfs-actions.pod:6938 ../fish/guestfish-actions.pod:4600
 msgid ""
 "This runs the I<zerofree> program on C<device>.  This program claims to zero "
 "unused inodes and disk blocks on an ext2/3 filesystem, thus making it "
@@ -16059,24 +16072,24 @@ msgid ""
 msgstr ""
 
 # type: textblock
-#: ../src/guestfs-actions.pod:6933 ../fish/guestfish-actions.pod:4605
+#: ../src/guestfs-actions.pod:6943 ../fish/guestfish-actions.pod:4605
 msgid "You should B<not> run this program if the filesystem is mounted."
 msgstr ""
 
 # type: textblock
-#: ../src/guestfs-actions.pod:6936 ../fish/guestfish-actions.pod:4608
+#: ../src/guestfs-actions.pod:6946 ../fish/guestfish-actions.pod:4608
 msgid ""
 "It is possible that using this program can damage the filesystem or data on "
 "the filesystem."
 msgstr ""
 
 # type: =head2
-#: ../src/guestfs-actions.pod:6943
+#: ../src/guestfs-actions.pod:6953
 msgid "guestfs_zfgrep"
 msgstr ""
 
 # type: verbatim
-#: ../src/guestfs-actions.pod:6945
+#: ../src/guestfs-actions.pod:6955
 #, no-wrap
 msgid ""
 " char **\n"
@@ -16087,18 +16100,18 @@ msgid ""
 msgstr ""
 
 # type: textblock
-#: ../src/guestfs-actions.pod:6950 ../fish/guestfish-actions.pod:4615
+#: ../src/guestfs-actions.pod:6960 ../fish/guestfish-actions.pod:4615
 msgid ""
 "This calls the external C<zfgrep> program and returns the matching lines."
 msgstr ""
 
 # type: =head2
-#: ../src/guestfs-actions.pod:6962
+#: ../src/guestfs-actions.pod:6972
 msgid "guestfs_zfgrepi"
 msgstr ""
 
 # type: verbatim
-#: ../src/guestfs-actions.pod:6964
+#: ../src/guestfs-actions.pod:6974
 #, no-wrap
 msgid ""
 " char **\n"
@@ -16109,18 +16122,18 @@ msgid ""
 msgstr ""
 
 # type: textblock
-#: ../src/guestfs-actions.pod:6969 ../fish/guestfish-actions.pod:4625
+#: ../src/guestfs-actions.pod:6979 ../fish/guestfish-actions.pod:4625
 msgid ""
 "This calls the external C<zfgrep -i> program and returns the matching lines."
 msgstr ""
 
 # type: =head2
-#: ../src/guestfs-actions.pod:6981
+#: ../src/guestfs-actions.pod:6991
 msgid "guestfs_zfile"
 msgstr ""
 
 # type: verbatim
-#: ../src/guestfs-actions.pod:6983
+#: ../src/guestfs-actions.pod:6993
 #, no-wrap
 msgid ""
 " char *\n"
@@ -16131,36 +16144,36 @@ msgid ""
 msgstr ""
 
 # type: textblock
-#: ../src/guestfs-actions.pod:6988 ../fish/guestfish-actions.pod:4635
+#: ../src/guestfs-actions.pod:6998 ../fish/guestfish-actions.pod:4635
 msgid ""
 "This command runs C<file> after first decompressing C<path> using C<method>."
 msgstr ""
 
 # type: textblock
-#: ../src/guestfs-actions.pod:6991 ../fish/guestfish-actions.pod:4638
+#: ../src/guestfs-actions.pod:7001 ../fish/guestfish-actions.pod:4638
 msgid "C<method> must be one of C<gzip>, C<compress> or C<bzip2>."
 msgstr ""
 
 # type: textblock
-#: ../src/guestfs-actions.pod:6993
+#: ../src/guestfs-actions.pod:7003
 msgid ""
 "Since 1.0.63, use C<guestfs_file> instead which can now process compressed "
 "files."
 msgstr ""
 
 # type: textblock
-#: ../src/guestfs-actions.pod:6999 ../fish/guestfish-actions.pod:4643
+#: ../src/guestfs-actions.pod:7009 ../fish/guestfish-actions.pod:4643
 msgid ""
 "This function is deprecated.  In new code, use the C<file> call instead."
 msgstr ""
 
 # type: =head2
-#: ../src/guestfs-actions.pod:7008
+#: ../src/guestfs-actions.pod:7018
 msgid "guestfs_zgrep"
 msgstr ""
 
 # type: verbatim
-#: ../src/guestfs-actions.pod:7010
+#: ../src/guestfs-actions.pod:7020
 #, no-wrap
 msgid ""
 " char **\n"
@@ -16171,18 +16184,18 @@ msgid ""
 msgstr ""
 
 # type: textblock
-#: ../src/guestfs-actions.pod:7015 ../fish/guestfish-actions.pod:4654
+#: ../src/guestfs-actions.pod:7025 ../fish/guestfish-actions.pod:4654
 msgid ""
 "This calls the external C<zgrep> program and returns the matching lines."
 msgstr ""
 
 # type: =head2
-#: ../src/guestfs-actions.pod:7027
+#: ../src/guestfs-actions.pod:7037
 msgid "guestfs_zgrepi"
 msgstr ""
 
 # type: verbatim
-#: ../src/guestfs-actions.pod:7029
+#: ../src/guestfs-actions.pod:7039
 #, no-wrap
 msgid ""
 " char **\n"
@@ -16193,7 +16206,7 @@ msgid ""
 msgstr ""
 
 # type: textblock
-#: ../src/guestfs-actions.pod:7034 ../fish/guestfish-actions.pod:4664
+#: ../src/guestfs-actions.pod:7044 ../fish/guestfish-actions.pod:4664
 msgid ""
 "This calls the external C<zgrep -i> program and returns the matching lines."
 msgstr ""
index e6bb3da..1fc9e70 100644 (file)
@@ -6,9 +6,9 @@
 #, fuzzy
 msgid ""
 msgstr ""
-"Project-Id-Version: libguestfs 1.7.17\n"
+"Project-Id-Version: libguestfs 1.7.18\n"
 "Report-Msgid-Bugs-To: libguestfs@redhat.com\n"
-"POT-Creation-Date: 2010-11-30 15:00+0000\n"
+"POT-Creation-Date: 2010-12-01 17:35+0000\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 "Language-Team: LANGUAGE <LL@li.org>\n"
@@ -760,7 +760,7 @@ msgid "There are many limitations to this:"
 msgstr ""
 
 # type: =item
-#: ../src/guestfs.pod:363 ../src/guestfs.pod:368 ../src/guestfs.pod:373 ../src/guestfs.pod:377 ../src/guestfs.pod:382 ../src/guestfs.pod:386 ../src/guestfs.pod:391 ../src/guestfs.pod:396 ../src/guestfs.pod:955 ../src/guestfs.pod:959 ../src/guestfs.pod:963 ../src/guestfs.pod:968 ../src/guestfs.pod:976 ../src/guestfs.pod:995 ../src/guestfs.pod:1003 ../src/guestfs.pod:1025 ../src/guestfs.pod:1029 ../src/guestfs.pod:1033 ../src/guestfs.pod:1037 ../src/guestfs.pod:1041 ../src/guestfs.pod:1045 ../src/guestfs.pod:1527 ../src/guestfs.pod:1532 ../src/guestfs.pod:1536 ../src/guestfs.pod:1646 ../src/guestfs.pod:1651 ../src/guestfs.pod:1655 ../src/guestfs.pod:1999 ../src/guestfs.pod:2005 ../src/guestfs.pod:2010 ../src/guestfs.pod:2016 ../src/guestfs.pod:2128 ../src/guestfs.pod:2132 ../src/guestfs.pod:2136 ../src/guestfs.pod:2140 ../src/guestfs-actions.pod:15 ../src/guestfs-actions.pod:22 ../src/guestfs-actions.pod:571 ../src/guestfs-actions.pod:579 ../src/guestfs-actions.pod:586 ../src/guestfs-actions.pod:593 ../src/guestfs-actions.pod:1589 ../src/guestfs-actions.pod:1593 ../src/guestfs-actions.pod:1597 ../src/guestfs-actions.pod:1601 ../src/guestfs-actions.pod:1609 ../src/guestfs-actions.pod:1613 ../src/guestfs-actions.pod:1617 ../src/guestfs-actions.pod:1627 ../src/guestfs-actions.pod:1631 ../src/guestfs-actions.pod:1635 ../src/guestfs-actions.pod:1773 ../src/guestfs-actions.pod:1777 ../src/guestfs-actions.pod:1782 ../src/guestfs-actions.pod:1787 ../src/guestfs-actions.pod:1848 ../src/guestfs-actions.pod:1852 ../src/guestfs-actions.pod:1857 ../fish/guestfish.pod:377 ../fish/guestfish.pod:381 ../fish/guestfish.pod:385 ../fish/guestfish.pod:389 ../fish/guestfish-actions.pod:13 ../fish/guestfish-actions.pod:20 ../fish/guestfish-actions.pod:375 ../fish/guestfish-actions.pod:383 ../fish/guestfish-actions.pod:390 ../fish/guestfish-actions.pod:397 ../fish/guestfish-actions.pod:1067 ../fish/guestfish-actions.pod:1071 ../fish/guestfish-actions.pod:1075 ../fish/guestfish-actions.pod:1079 ../fish/guestfish-actions.pod:1087 ../fish/guestfish-actions.pod:1091 ../fish/guestfish-actions.pod:1095 ../fish/guestfish-actions.pod:1105 ../fish/guestfish-actions.pod:1109 ../fish/guestfish-actions.pod:1113 ../fish/guestfish-actions.pod:1203 ../fish/guestfish-actions.pod:1207 ../fish/guestfish-actions.pod:1212 ../fish/guestfish-actions.pod:1217 ../fish/guestfish-actions.pod:1259 ../fish/guestfish-actions.pod:1263 ../fish/guestfish-actions.pod:1268 ../tools/virt-resize.pl:345 ../tools/virt-resize.pl:350 ../tools/virt-resize.pl:360
+#: ../src/guestfs.pod:363 ../src/guestfs.pod:368 ../src/guestfs.pod:373 ../src/guestfs.pod:377 ../src/guestfs.pod:382 ../src/guestfs.pod:386 ../src/guestfs.pod:391 ../src/guestfs.pod:396 ../src/guestfs.pod:955 ../src/guestfs.pod:959 ../src/guestfs.pod:963 ../src/guestfs.pod:968 ../src/guestfs.pod:976 ../src/guestfs.pod:995 ../src/guestfs.pod:1003 ../src/guestfs.pod:1025 ../src/guestfs.pod:1029 ../src/guestfs.pod:1033 ../src/guestfs.pod:1037 ../src/guestfs.pod:1041 ../src/guestfs.pod:1045 ../src/guestfs.pod:1527 ../src/guestfs.pod:1532 ../src/guestfs.pod:1536 ../src/guestfs.pod:1646 ../src/guestfs.pod:1651 ../src/guestfs.pod:1655 ../src/guestfs.pod:2007 ../src/guestfs.pod:2013 ../src/guestfs.pod:2018 ../src/guestfs.pod:2024 ../src/guestfs.pod:2136 ../src/guestfs.pod:2140 ../src/guestfs.pod:2144 ../src/guestfs.pod:2148 ../src/guestfs-actions.pod:15 ../src/guestfs-actions.pod:22 ../src/guestfs-actions.pod:571 ../src/guestfs-actions.pod:579 ../src/guestfs-actions.pod:586 ../src/guestfs-actions.pod:593 ../src/guestfs-actions.pod:1589 ../src/guestfs-actions.pod:1593 ../src/guestfs-actions.pod:1597 ../src/guestfs-actions.pod:1601 ../src/guestfs-actions.pod:1609 ../src/guestfs-actions.pod:1613 ../src/guestfs-actions.pod:1617 ../src/guestfs-actions.pod:1627 ../src/guestfs-actions.pod:1631 ../src/guestfs-actions.pod:1635 ../src/guestfs-actions.pod:1773 ../src/guestfs-actions.pod:1777 ../src/guestfs-actions.pod:1782 ../src/guestfs-actions.pod:1787 ../src/guestfs-actions.pod:1848 ../src/guestfs-actions.pod:1852 ../src/guestfs-actions.pod:1857 ../fish/guestfish.pod:377 ../fish/guestfish.pod:381 ../fish/guestfish.pod:385 ../fish/guestfish.pod:389 ../fish/guestfish-actions.pod:13 ../fish/guestfish-actions.pod:20 ../fish/guestfish-actions.pod:375 ../fish/guestfish-actions.pod:383 ../fish/guestfish-actions.pod:390 ../fish/guestfish-actions.pod:397 ../fish/guestfish-actions.pod:1067 ../fish/guestfish-actions.pod:1071 ../fish/guestfish-actions.pod:1075 ../fish/guestfish-actions.pod:1079 ../fish/guestfish-actions.pod:1087 ../fish/guestfish-actions.pod:1091 ../fish/guestfish-actions.pod:1095 ../fish/guestfish-actions.pod:1105 ../fish/guestfish-actions.pod:1109 ../fish/guestfish-actions.pod:1113 ../fish/guestfish-actions.pod:1203 ../fish/guestfish-actions.pod:1207 ../fish/guestfish-actions.pod:1212 ../fish/guestfish-actions.pod:1217 ../fish/guestfish-actions.pod:1259 ../fish/guestfish-actions.pod:1263 ../fish/guestfish-actions.pod:1268 ../tools/virt-resize.pl:345 ../tools/virt-resize.pl:350 ../tools/virt-resize.pl:360
 msgid "*"
 msgstr ""
 
@@ -3583,11 +3583,23 @@ msgstr ""
 
 # type: textblock
 #: ../src/guestfs.pod:1858
+msgid ""
+"For functions that take optional arguments, the optional arguments are "
+"encoded in the C<guestfs_I<foo>_args> structure in the same way as ordinary "
+"arguments.  A bitmask in the header indicates which optional arguments are "
+"meaningful.  The bitmask is also checked to see if it contains bits set "
+"which the daemon does not know about (eg. if more optional arguments were "
+"added in a later version of the library), and this causes the call to be "
+"rejected."
+msgstr ""
+
+# type: textblock
+#: ../src/guestfs.pod:1866
 msgid "The reply message for ordinary functions is:"
 msgstr ""
 
 # type: verbatim
-#: ../src/guestfs.pod:1860
+#: ../src/guestfs.pod:1868
 #, no-wrap
 msgid ""
 " total length (header + ret,\n"
@@ -3598,26 +3610,26 @@ msgid ""
 msgstr ""
 
 # type: textblock
-#: ../src/guestfs.pod:1865
+#: ../src/guestfs.pod:1873
 msgid ""
 "As above the C<guestfs_I<foo>_ret> structure may be completely omitted for "
 "functions that return no formal return values."
 msgstr ""
 
 # type: textblock
-#: ../src/guestfs.pod:1868
+#: ../src/guestfs.pod:1876
 msgid "As above the total length of the reply is limited to C<GUESTFS_MESSAGE_MAX>."
 msgstr ""
 
 # type: textblock
-#: ../src/guestfs.pod:1871
+#: ../src/guestfs.pod:1879
 msgid ""
 "In the case of an error, a flag is set in the header, and the reply message "
 "is slightly changed:"
 msgstr ""
 
 # type: verbatim
-#: ../src/guestfs.pod:1874
+#: ../src/guestfs.pod:1882
 #, no-wrap
 msgid ""
 " total length (header + error,\n"
@@ -3628,19 +3640,19 @@ msgid ""
 msgstr ""
 
 # type: textblock
-#: ../src/guestfs.pod:1879
+#: ../src/guestfs.pod:1887
 msgid ""
 "The C<guestfs_message_error> structure contains the error message as a "
 "string."
 msgstr ""
 
 # type: =head3
-#: ../src/guestfs.pod:1882
+#: ../src/guestfs.pod:1890
 msgid "FUNCTIONS THAT HAVE FILEIN PARAMETERS"
 msgstr ""
 
 # type: textblock
-#: ../src/guestfs.pod:1884
+#: ../src/guestfs.pod:1892
 msgid ""
 "A C<FileIn> parameter indicates that we transfer a file I<into> the guest.  "
 "The normal request message is sent (see above).  However this is followed by "
@@ -3648,7 +3660,7 @@ msgid ""
 msgstr ""
 
 # type: verbatim
-#: ../src/guestfs.pod:1888
+#: ../src/guestfs.pod:1896
 #, no-wrap
 msgid ""
 " total length (header + arguments,\n"
@@ -3662,12 +3674,12 @@ msgid ""
 msgstr ""
 
 # type: textblock
-#: ../src/guestfs.pod:1896
+#: ../src/guestfs.pod:1904
 msgid "The \"sequence of chunks\" is:"
 msgstr ""
 
 # type: verbatim
-#: ../src/guestfs.pod:1898
+#: ../src/guestfs.pod:1906
 #, no-wrap
 msgid ""
 " length of chunk (not including length word itself)\n"
@@ -3681,7 +3693,7 @@ msgid ""
 msgstr ""
 
 # type: textblock
-#: ../src/guestfs.pod:1906
+#: ../src/guestfs.pod:1914
 msgid ""
 "The final chunk has the C<data_len> field set to zero.  Additionally a flag "
 "is set in the final chunk to indicate either successful completion or early "
@@ -3689,7 +3701,7 @@ msgid ""
 msgstr ""
 
 # type: textblock
-#: ../src/guestfs.pod:1910
+#: ../src/guestfs.pod:1918
 msgid ""
 "At time of writing there are no functions that have more than one FileIn "
 "parameter.  However this is (theoretically) supported, by sending the "
@@ -3698,7 +3710,7 @@ msgid ""
 msgstr ""
 
 # type: textblock
-#: ../src/guestfs.pod:1915
+#: ../src/guestfs.pod:1923
 msgid ""
 "Both the library (sender) I<and> the daemon (receiver) may cancel the "
 "transfer.  The library does this by sending a chunk with a special flag set "
@@ -3707,7 +3719,7 @@ msgid ""
 msgstr ""
 
 # type: textblock
-#: ../src/guestfs.pod:1921
+#: ../src/guestfs.pod:1929
 msgid ""
 "The daemon may also cancel.  It does this by writing a special word "
 "C<GUESTFS_CANCEL_FLAG> to the socket.  The library listens for this during "
@@ -3719,7 +3731,7 @@ msgid ""
 msgstr ""
 
 # type: textblock
-#: ../src/guestfs.pod:1930
+#: ../src/guestfs.pod:1938
 msgid ""
 "This protocol allows the transfer of arbitrary sized files (no 32 bit "
 "limit), and also files where the size is not known in advance (eg. from "
@@ -3729,19 +3741,19 @@ msgid ""
 msgstr ""
 
 # type: =head3
-#: ../src/guestfs.pod:1936
+#: ../src/guestfs.pod:1944
 msgid "FUNCTIONS THAT HAVE FILEOUT PARAMETERS"
 msgstr ""
 
 # type: textblock
-#: ../src/guestfs.pod:1938
+#: ../src/guestfs.pod:1946
 msgid ""
 "The protocol for FileOut parameters is exactly the same as for FileIn "
 "parameters, but with the roles of daemon and library reversed."
 msgstr ""
 
 # type: verbatim
-#: ../src/guestfs.pod:1941
+#: ../src/guestfs.pod:1949
 #, no-wrap
 msgid ""
 " total length (header + ret,\n"
@@ -3755,12 +3767,12 @@ msgid ""
 msgstr ""
 
 # type: =head3
-#: ../src/guestfs.pod:1949
+#: ../src/guestfs.pod:1957
 msgid "INITIAL MESSAGE"
 msgstr ""
 
 # type: textblock
-#: ../src/guestfs.pod:1951
+#: ../src/guestfs.pod:1959
 msgid ""
 "When the daemon launches it sends an initial word (C<GUESTFS_LAUNCH_FLAG>) "
 "which indicates that the guest and daemon is alive.  This is what "
@@ -3768,12 +3780,12 @@ msgid ""
 msgstr ""
 
 # type: =head3
-#: ../src/guestfs.pod:1955
+#: ../src/guestfs.pod:1963
 msgid "PROGRESS NOTIFICATION MESSAGES"
 msgstr ""
 
 # type: textblock
-#: ../src/guestfs.pod:1957
+#: ../src/guestfs.pod:1965
 msgid ""
 "The daemon may send progress notification messages at any time.  These are "
 "distinguished by the normal length word being replaced by "
@@ -3781,7 +3793,7 @@ msgid ""
 msgstr ""
 
 # type: textblock
-#: ../src/guestfs.pod:1961
+#: ../src/guestfs.pod:1969
 msgid ""
 "The library turns them into progress callbacks (see "
 "C<guestfs_set_progress_callback>) if there is a callback registered, or "
@@ -3789,7 +3801,7 @@ msgid ""
 msgstr ""
 
 # type: textblock
-#: ../src/guestfs.pod:1965
+#: ../src/guestfs.pod:1973
 msgid ""
 "The daemon self-limits the frequency of progress messages it sends (see "
 "C<daemon/proto.c:notify_progress>).  Not all calls generate progress "
@@ -3797,12 +3809,12 @@ msgid ""
 msgstr ""
 
 # type: =head1
-#: ../src/guestfs.pod:1969
+#: ../src/guestfs.pod:1977
 msgid "LIBGUESTFS VERSION NUMBERS"
 msgstr ""
 
 # type: textblock
-#: ../src/guestfs.pod:1971
+#: ../src/guestfs.pod:1979
 msgid ""
 "Since April 2010, libguestfs has started to make separate development and "
 "stable releases, along with corresponding branches in our git repository.  "
@@ -3810,7 +3822,7 @@ msgid ""
 msgstr ""
 
 # type: verbatim
-#: ../src/guestfs.pod:1976
+#: ../src/guestfs.pod:1984
 #, no-wrap
 msgid ""
 "                 even numbers for stable: 1.2.x, 1.4.x, ...\n"
@@ -3827,12 +3839,12 @@ msgid ""
 msgstr ""
 
 # type: textblock
-#: ../src/guestfs.pod:1987
+#: ../src/guestfs.pod:1995
 msgid "Thus \"1.3.5\" is the 5th update to the development branch \"1.3\"."
 msgstr ""
 
 # type: textblock
-#: ../src/guestfs.pod:1989
+#: ../src/guestfs.pod:1997
 msgid ""
 "As time passes we cherry pick fixes from the development branch and backport "
 "those into the stable branch, the effect being that the stable branch should "
@@ -3842,26 +3854,26 @@ msgid ""
 msgstr ""
 
 # type: textblock
-#: ../src/guestfs.pod:1995
+#: ../src/guestfs.pod:2003
 msgid "Our criteria for backporting changes are:"
 msgstr ""
 
 # type: textblock
-#: ../src/guestfs.pod:2001
+#: ../src/guestfs.pod:2009
 msgid ""
 "Documentation changes which don't affect any code are backported unless the "
 "documentation refers to a future feature which is not in stable."
 msgstr ""
 
 # type: textblock
-#: ../src/guestfs.pod:2007
+#: ../src/guestfs.pod:2015
 msgid ""
 "Bug fixes which are not controversial, fix obvious problems, and have been "
 "well tested are backported."
 msgstr ""
 
 # type: textblock
-#: ../src/guestfs.pod:2012
+#: ../src/guestfs.pod:2020
 msgid ""
 "Simple rearrangements of code which shouldn't affect how it works get "
 "backported.  This is so that the code in the two branches doesn't get too "
@@ -3869,7 +3881,7 @@ msgid ""
 msgstr ""
 
 # type: textblock
-#: ../src/guestfs.pod:2018
+#: ../src/guestfs.pod:2026
 msgid ""
 "We I<don't> backport new features, new APIs, new tools etc, except in one "
 "exceptional case: the new feature is required in order to implement an "
@@ -3877,7 +3889,7 @@ msgid ""
 msgstr ""
 
 # type: textblock
-#: ../src/guestfs.pod:2024
+#: ../src/guestfs.pod:2032
 msgid ""
 "A new stable branch starts when we think the new features in development are "
 "substantial and compelling enough over the current stable branch to warrant "
@@ -3888,44 +3900,44 @@ msgid ""
 msgstr ""
 
 # type: =head1
-#: ../src/guestfs.pod:2032 ../fish/guestfish.pod:915 ../test-tool/libguestfs-test-tool.pod:104 ../tools/virt-edit.pl:330
+#: ../src/guestfs.pod:2040 ../fish/guestfish.pod:915 ../test-tool/libguestfs-test-tool.pod:104 ../tools/virt-edit.pl:330
 msgid "ENVIRONMENT VARIABLES"
 msgstr ""
 
 # type: =item
-#: ../src/guestfs.pod:2036 ../fish/guestfish.pod:941
+#: ../src/guestfs.pod:2044 ../fish/guestfish.pod:941
 msgid "LIBGUESTFS_APPEND"
 msgstr ""
 
 # type: textblock
-#: ../src/guestfs.pod:2038 ../fish/guestfish.pod:943
+#: ../src/guestfs.pod:2046 ../fish/guestfish.pod:943
 msgid "Pass additional options to the guest kernel."
 msgstr ""
 
 # type: =item
-#: ../src/guestfs.pod:2040 ../fish/guestfish.pod:945
+#: ../src/guestfs.pod:2048 ../fish/guestfish.pod:945
 msgid "LIBGUESTFS_DEBUG"
 msgstr ""
 
 # type: textblock
-#: ../src/guestfs.pod:2042
+#: ../src/guestfs.pod:2050
 msgid ""
 "Set C<LIBGUESTFS_DEBUG=1> to enable verbose messages.  This has the same "
 "effect as calling C<guestfs_set_verbose (g, 1)>."
 msgstr ""
 
 # type: =item
-#: ../src/guestfs.pod:2045 ../fish/guestfish.pod:950
+#: ../src/guestfs.pod:2053 ../fish/guestfish.pod:950
 msgid "LIBGUESTFS_MEMSIZE"
 msgstr ""
 
 # type: textblock
-#: ../src/guestfs.pod:2047 ../fish/guestfish.pod:952
+#: ../src/guestfs.pod:2055 ../fish/guestfish.pod:952
 msgid "Set the memory allocated to the qemu process, in megabytes.  For example:"
 msgstr ""
 
 # type: verbatim
-#: ../src/guestfs.pod:2050 ../fish/guestfish.pod:955
+#: ../src/guestfs.pod:2058 ../fish/guestfish.pod:955
 #, no-wrap
 msgid ""
 " LIBGUESTFS_MEMSIZE=700\n"
@@ -3933,58 +3945,58 @@ msgid ""
 msgstr ""
 
 # type: =item
-#: ../src/guestfs.pod:2052 ../fish/guestfish.pod:957
+#: ../src/guestfs.pod:2060 ../fish/guestfish.pod:957
 msgid "LIBGUESTFS_PATH"
 msgstr ""
 
 # type: textblock
-#: ../src/guestfs.pod:2054
+#: ../src/guestfs.pod:2062
 msgid ""
 "Set the path that libguestfs uses to search for kernel and initrd.img.  See "
 "the discussion of paths in section PATH above."
 msgstr ""
 
 # type: =item
-#: ../src/guestfs.pod:2057 ../fish/guestfish.pod:962
+#: ../src/guestfs.pod:2065 ../fish/guestfish.pod:962
 msgid "LIBGUESTFS_QEMU"
 msgstr ""
 
 # type: textblock
-#: ../src/guestfs.pod:2059 ../fish/guestfish.pod:964
+#: ../src/guestfs.pod:2067 ../fish/guestfish.pod:964
 msgid ""
 "Set the default qemu binary that libguestfs uses.  If not set, then the qemu "
 "which was found at compile time by the configure script is used."
 msgstr ""
 
 # type: textblock
-#: ../src/guestfs.pod:2063
+#: ../src/guestfs.pod:2071
 msgid "See also L</QEMU WRAPPERS> above."
 msgstr ""
 
 # type: =item
-#: ../src/guestfs.pod:2065 ../fish/guestfish.pod:968
+#: ../src/guestfs.pod:2073 ../fish/guestfish.pod:968
 msgid "LIBGUESTFS_TRACE"
 msgstr ""
 
 # type: textblock
-#: ../src/guestfs.pod:2067
+#: ../src/guestfs.pod:2075
 msgid ""
 "Set C<LIBGUESTFS_TRACE=1> to enable command traces.  This has the same "
 "effect as calling C<guestfs_set_trace (g, 1)>."
 msgstr ""
 
 # type: =item
-#: ../src/guestfs.pod:2070 ../fish/guestfish.pod:977
+#: ../src/guestfs.pod:2078 ../fish/guestfish.pod:977
 msgid "TMPDIR"
 msgstr ""
 
 # type: textblock
-#: ../src/guestfs.pod:2072 ../fish/guestfish.pod:979
+#: ../src/guestfs.pod:2080 ../fish/guestfish.pod:979
 msgid "Location of temporary directory, defaults to C</tmp>."
 msgstr ""
 
 # type: textblock
-#: ../src/guestfs.pod:2074 ../fish/guestfish.pod:981
+#: ../src/guestfs.pod:2082 ../fish/guestfish.pod:981
 msgid ""
 "If libguestfs was compiled to use the supermin appliance then the real "
 "appliance is cached in this directory, shared between all handles belonging "
@@ -3993,12 +4005,12 @@ msgid ""
 msgstr ""
 
 # type: =head1
-#: ../src/guestfs.pod:2082 ../fish/guestfish.pod:1039 ../test-tool/libguestfs-test-tool.pod:109 ../fuse/guestmount.pod:233 ../tools/virt-edit.pl:350 ../tools/virt-win-reg.pl:484 ../tools/virt-resize.pl:1483 ../tools/virt-list-filesystems.pl:189 ../tools/virt-tar.pl:281 ../tools/virt-make-fs.pl:534 ../tools/virt-list-partitions.pl:257
+#: ../src/guestfs.pod:2090 ../fish/guestfish.pod:1039 ../test-tool/libguestfs-test-tool.pod:109 ../fuse/guestmount.pod:233 ../tools/virt-edit.pl:350 ../tools/virt-win-reg.pl:484 ../tools/virt-resize.pl:1483 ../tools/virt-list-filesystems.pl:189 ../tools/virt-tar.pl:281 ../tools/virt-make-fs.pl:534 ../tools/virt-list-partitions.pl:257
 msgid "SEE ALSO"
 msgstr ""
 
 # type: textblock
-#: ../src/guestfs.pod:2084
+#: ../src/guestfs.pod:2092
 msgid ""
 "L<guestfs-examples(3)>, L<guestfs-ocaml(3)>, L<guestfs-python(3)>, "
 "L<guestfs-ruby(3)>, L<guestfish(1)>, L<guestmount(1)>, L<virt-cat(1)>, "
@@ -4010,86 +4022,86 @@ msgid ""
 msgstr ""
 
 # type: textblock
-#: ../src/guestfs.pod:2107
+#: ../src/guestfs.pod:2115
 msgid ""
 "Tools with a similar purpose: L<fdisk(8)>, L<parted(8)>, L<kpartx(8)>, "
 "L<lvm(8)>, L<disktype(1)>."
 msgstr ""
 
 # type: =head1
-#: ../src/guestfs.pod:2114 ../tools/virt-win-reg.pl:499 ../tools/virt-make-fs.pl:548
+#: ../src/guestfs.pod:2122 ../tools/virt-win-reg.pl:499 ../tools/virt-make-fs.pl:548
 msgid "BUGS"
 msgstr ""
 
 # type: textblock
-#: ../src/guestfs.pod:2116
+#: ../src/guestfs.pod:2124
 msgid "To get a list of bugs against libguestfs use this link:"
 msgstr ""
 
 # type: textblock
-#: ../src/guestfs.pod:2118
+#: ../src/guestfs.pod:2126
 msgid "L<https://bugzilla.redhat.com/buglist.cgi?component=libguestfs&product=Virtualization+Tools>"
 msgstr ""
 
 # type: textblock
-#: ../src/guestfs.pod:2120
+#: ../src/guestfs.pod:2128
 msgid "To report a new bug against libguestfs use this link:"
 msgstr ""
 
 # type: textblock
-#: ../src/guestfs.pod:2122
+#: ../src/guestfs.pod:2130
 msgid "L<https://bugzilla.redhat.com/enter_bug.cgi?component=libguestfs&product=Virtualization+Tools>"
 msgstr ""
 
 # type: textblock
-#: ../src/guestfs.pod:2124
+#: ../src/guestfs.pod:2132
 msgid "When reporting a bug, please check:"
 msgstr ""
 
 # type: textblock
-#: ../src/guestfs.pod:2130
+#: ../src/guestfs.pod:2138
 msgid "That the bug hasn't been reported already."
 msgstr ""
 
 # type: textblock
-#: ../src/guestfs.pod:2134
+#: ../src/guestfs.pod:2142
 msgid "That you are testing a recent version."
 msgstr ""
 
 # type: textblock
-#: ../src/guestfs.pod:2138
+#: ../src/guestfs.pod:2146
 msgid "Describe the bug accurately, and give a way to reproduce it."
 msgstr ""
 
 # type: textblock
-#: ../src/guestfs.pod:2142
+#: ../src/guestfs.pod:2150
 msgid ""
 "Run libguestfs-test-tool and paste the B<complete, unedited> output into the "
 "bug report."
 msgstr ""
 
 # type: =head1
-#: ../src/guestfs.pod:2147 ../fish/guestfish.pod:1058 ../test-tool/libguestfs-test-tool.pod:115 ../fuse/guestmount.pod:244
+#: ../src/guestfs.pod:2155 ../fish/guestfish.pod:1058 ../test-tool/libguestfs-test-tool.pod:115 ../fuse/guestmount.pod:244
 msgid "AUTHORS"
 msgstr ""
 
 # type: textblock
-#: ../src/guestfs.pod:2149 ../fish/guestfish.pod:1060 ../test-tool/libguestfs-test-tool.pod:117 ../fuse/guestmount.pod:246
+#: ../src/guestfs.pod:2157 ../fish/guestfish.pod:1060 ../test-tool/libguestfs-test-tool.pod:117 ../fuse/guestmount.pod:246
 msgid "Richard W.M. Jones (C<rjones at redhat dot com>)"
 msgstr ""
 
 # type: =head1
-#: ../src/guestfs.pod:2151 ../fish/guestfish.pod:1062 ../test-tool/libguestfs-test-tool.pod:119 ../fuse/guestmount.pod:248 ../tools/virt-edit.pl:366 ../tools/virt-win-reg.pl:514 ../tools/virt-resize.pl:1508 ../tools/virt-list-filesystems.pl:206 ../tools/virt-tar.pl:296 ../tools/virt-make-fs.pl:563 ../tools/virt-list-partitions.pl:273
+#: ../src/guestfs.pod:2159 ../fish/guestfish.pod:1062 ../test-tool/libguestfs-test-tool.pod:119 ../fuse/guestmount.pod:248 ../tools/virt-edit.pl:366 ../tools/virt-win-reg.pl:514 ../tools/virt-resize.pl:1508 ../tools/virt-list-filesystems.pl:206 ../tools/virt-tar.pl:296 ../tools/virt-make-fs.pl:563 ../tools/virt-list-partitions.pl:273
 msgid "COPYRIGHT"
 msgstr ""
 
 # type: textblock
-#: ../src/guestfs.pod:2153 ../fish/guestfish.pod:1064 ../fuse/guestmount.pod:250
+#: ../src/guestfs.pod:2161 ../fish/guestfish.pod:1064 ../fuse/guestmount.pod:250
 msgid "Copyright (C) 2009-2010 Red Hat Inc.  L<http://libguestfs.org/>"
 msgstr ""
 
 # type: textblock
-#: ../src/guestfs.pod:2156
+#: ../src/guestfs.pod:2164
 msgid ""
 "This library is free software; you can redistribute it and/or modify it "
 "under the terms of the GNU Lesser General Public License as published by the "
@@ -4098,7 +4110,7 @@ msgid ""
 msgstr ""
 
 # type: textblock
-#: ../src/guestfs.pod:2161
+#: ../src/guestfs.pod:2169
 msgid ""
 "This library is distributed in the hope that it will be useful, but WITHOUT "
 "ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or "
@@ -4107,7 +4119,7 @@ msgid ""
 msgstr ""
 
 # type: textblock
-#: ../src/guestfs.pod:2166
+#: ../src/guestfs.pod:2174
 msgid ""
 "You should have received a copy of the GNU Lesser General Public License "
 "along with this library; if not, write to the Free Software Foundation, "
@@ -4157,7 +4169,7 @@ msgid ""
 msgstr ""
 
 # type: textblock
-#: ../src/guestfs-actions.pod:30 ../src/guestfs-actions.pod:128 ../src/guestfs-actions.pod:189 ../src/guestfs-actions.pod:226 ../src/guestfs-actions.pod:240 ../src/guestfs-actions.pod:261 ../src/guestfs-actions.pod:281 ../src/guestfs-actions.pod:295 ../src/guestfs-actions.pod:410 ../src/guestfs-actions.pod:430 ../src/guestfs-actions.pod:444 ../src/guestfs-actions.pod:489 ../src/guestfs-actions.pod:517 ../src/guestfs-actions.pod:535 ../src/guestfs-actions.pod:602 ../src/guestfs-actions.pod:635 ../src/guestfs-actions.pod:649 ../src/guestfs-actions.pod:664 ../src/guestfs-actions.pod:763 ../src/guestfs-actions.pod:781 ../src/guestfs-actions.pod:795 ../src/guestfs-actions.pod:809 ../src/guestfs-actions.pod:970 ../src/guestfs-actions.pod:990 ../src/guestfs-actions.pod:1008 ../src/guestfs-actions.pod:1092 ../src/guestfs-actions.pod:1110 ../src/guestfs-actions.pod:1129 ../src/guestfs-actions.pod:1143 ../src/guestfs-actions.pod:1163 ../src/guestfs-actions.pod:1233 ../src/guestfs-actions.pod:1264 ../src/guestfs-actions.pod:1289 ../src/guestfs-actions.pod:1326 ../src/guestfs-actions.pod:1432 ../src/guestfs-actions.pod:1466 ../src/guestfs-actions.pod:1684 ../src/guestfs-actions.pod:1706 ../src/guestfs-actions.pod:1793 ../src/guestfs-actions.pod:2215 ../src/guestfs-actions.pod:2359 ../src/guestfs-actions.pod:2420 ../src/guestfs-actions.pod:2455 ../src/guestfs-actions.pod:3194 ../src/guestfs-actions.pod:3209 ../src/guestfs-actions.pod:3229 ../src/guestfs-actions.pod:3354 ../src/guestfs-actions.pod:3368 ../src/guestfs-actions.pod:3381 ../src/guestfs-actions.pod:3395 ../src/guestfs-actions.pod:3410 ../src/guestfs-actions.pod:3446 ../src/guestfs-actions.pod:3518 ../src/guestfs-actions.pod:3538 ../src/guestfs-actions.pod:3555 ../src/guestfs-actions.pod:3578 ../src/guestfs-actions.pod:3601 ../src/guestfs-actions.pod:3633 ../src/guestfs-actions.pod:3652 ../src/guestfs-actions.pod:3671 ../src/guestfs-actions.pod:3706 ../src/guestfs-actions.pod:3718 ../src/guestfs-actions.pod:3754 ../src/guestfs-actions.pod:3770 ../src/guestfs-actions.pod:3783 ../src/guestfs-actions.pod:3798 ../src/guestfs-actions.pod:3815 ../src/guestfs-actions.pod:3908 ../src/guestfs-actions.pod:3928 ../src/guestfs-actions.pod:3941 ../src/guestfs-actions.pod:3992 ../src/guestfs-actions.pod:4010 ../src/guestfs-actions.pod:4028 ../src/guestfs-actions.pod:4044 ../src/guestfs-actions.pod:4058 ../src/guestfs-actions.pod:4072 ../src/guestfs-actions.pod:4089 ../src/guestfs-actions.pod:4104 ../src/guestfs-actions.pod:4124 ../src/guestfs-actions.pod:4173 ../src/guestfs-actions.pod:4204 ../src/guestfs-actions.pod:4223 ../src/guestfs-actions.pod:4242 ../src/guestfs-actions.pod:4254 ../src/guestfs-actions.pod:4271 ../src/guestfs-actions.pod:4284 ../src/guestfs-actions.pod:4299 ../src/guestfs-actions.pod:4314 ../src/guestfs-actions.pod:4349 ../src/guestfs-actions.pod:4364 ../src/guestfs-actions.pod:4384 ../src/guestfs-actions.pod:4398 ../src/guestfs-actions.pod:4415 ../src/guestfs-actions.pod:4464 ../src/guestfs-actions.pod:4501 ../src/guestfs-actions.pod:4515 ../src/guestfs-actions.pod:4543 ../src/guestfs-actions.pod:4560 ../src/guestfs-actions.pod:4578 ../src/guestfs-actions.pod:4712 ../src/guestfs-actions.pod:4769 ../src/guestfs-actions.pod:4791 ../src/guestfs-actions.pod:4809 ../src/guestfs-actions.pod:4841 ../src/guestfs-actions.pod:4907 ../src/guestfs-actions.pod:4924 ../src/guestfs-actions.pod:4937 ../src/guestfs-actions.pod:4951 ../src/guestfs-actions.pod:5240 ../src/guestfs-actions.pod:5259 ../src/guestfs-actions.pod:5273 ../src/guestfs-actions.pod:5285 ../src/guestfs-actions.pod:5299 ../src/guestfs-actions.pod:5311 ../src/guestfs-actions.pod:5325 ../src/guestfs-actions.pod:5341 ../src/guestfs-actions.pod:5362 ../src/guestfs-actions.pod:5381 ../src/guestfs-actions.pod:5400 ../src/guestfs-actions.pod:5418 ../src/guestfs-actions.pod:5441 ../src/guestfs-actions.pod:5459 ../src/guestfs-actions.pod:5478 ../src/guestfs-actions.pod:5499 ../src/guestfs-actions.pod:5518 ../src/guestfs-actions.pod:5535 ../src/guestfs-actions.pod:5563 ../src/guestfs-actions.pod:5587 ../src/guestfs-actions.pod:5606 ../src/guestfs-actions.pod:5630 ../src/guestfs-actions.pod:5645 ../src/guestfs-actions.pod:5660 ../src/guestfs-actions.pod:5679 ../src/guestfs-actions.pod:5716 ../src/guestfs-actions.pod:5739 ../src/guestfs-actions.pod:5765 ../src/guestfs-actions.pod:5873 ../src/guestfs-actions.pod:5994 ../src/guestfs-actions.pod:6006 ../src/guestfs-actions.pod:6019 ../src/guestfs-actions.pod:6032 ../src/guestfs-actions.pod:6054 ../src/guestfs-actions.pod:6067 ../src/guestfs-actions.pod:6080 ../src/guestfs-actions.pod:6093 ../src/guestfs-actions.pod:6108 ../src/guestfs-actions.pod:6167 ../src/guestfs-actions.pod:6184 ../src/guestfs-actions.pod:6200 ../src/guestfs-actions.pod:6216 ../src/guestfs-actions.pod:6233 ../src/guestfs-actions.pod:6246 ../src/guestfs-actions.pod:6266 ../src/guestfs-actions.pod:6302 ../src/guestfs-actions.pod:6316 ../src/guestfs-actions.pod:6357 ../src/guestfs-actions.pod:6370 ../src/guestfs-actions.pod:6388 ../src/guestfs-actions.pod:6417 ../src/guestfs-actions.pod:6448 ../src/guestfs-actions.pod:6567 ../src/guestfs-actions.pod:6585 ../src/guestfs-actions.pod:6599 ../src/guestfs-actions.pod:6654 ../src/guestfs-actions.pod:6667 ../src/guestfs-actions.pod:6712 ../src/guestfs-actions.pod:6745 ../src/guestfs-actions.pod:6799 ../src/guestfs-actions.pod:6825 ../src/guestfs-actions.pod:6891 ../src/guestfs-actions.pod:6910 ../src/guestfs-actions.pod:6939
+#: ../src/guestfs-actions.pod:30 ../src/guestfs-actions.pod:128 ../src/guestfs-actions.pod:189 ../src/guestfs-actions.pod:226 ../src/guestfs-actions.pod:240 ../src/guestfs-actions.pod:261 ../src/guestfs-actions.pod:281 ../src/guestfs-actions.pod:295 ../src/guestfs-actions.pod:410 ../src/guestfs-actions.pod:430 ../src/guestfs-actions.pod:444 ../src/guestfs-actions.pod:489 ../src/guestfs-actions.pod:517 ../src/guestfs-actions.pod:535 ../src/guestfs-actions.pod:602 ../src/guestfs-actions.pod:635 ../src/guestfs-actions.pod:649 ../src/guestfs-actions.pod:664 ../src/guestfs-actions.pod:763 ../src/guestfs-actions.pod:781 ../src/guestfs-actions.pod:795 ../src/guestfs-actions.pod:809 ../src/guestfs-actions.pod:970 ../src/guestfs-actions.pod:990 ../src/guestfs-actions.pod:1008 ../src/guestfs-actions.pod:1092 ../src/guestfs-actions.pod:1110 ../src/guestfs-actions.pod:1129 ../src/guestfs-actions.pod:1143 ../src/guestfs-actions.pod:1163 ../src/guestfs-actions.pod:1233 ../src/guestfs-actions.pod:1264 ../src/guestfs-actions.pod:1289 ../src/guestfs-actions.pod:1326 ../src/guestfs-actions.pod:1432 ../src/guestfs-actions.pod:1466 ../src/guestfs-actions.pod:1684 ../src/guestfs-actions.pod:1706 ../src/guestfs-actions.pod:1793 ../src/guestfs-actions.pod:2215 ../src/guestfs-actions.pod:2359 ../src/guestfs-actions.pod:2420 ../src/guestfs-actions.pod:2455 ../src/guestfs-actions.pod:3194 ../src/guestfs-actions.pod:3209 ../src/guestfs-actions.pod:3229 ../src/guestfs-actions.pod:3354 ../src/guestfs-actions.pod:3368 ../src/guestfs-actions.pod:3381 ../src/guestfs-actions.pod:3395 ../src/guestfs-actions.pod:3410 ../src/guestfs-actions.pod:3446 ../src/guestfs-actions.pod:3518 ../src/guestfs-actions.pod:3538 ../src/guestfs-actions.pod:3555 ../src/guestfs-actions.pod:3578 ../src/guestfs-actions.pod:3601 ../src/guestfs-actions.pod:3633 ../src/guestfs-actions.pod:3652 ../src/guestfs-actions.pod:3671 ../src/guestfs-actions.pod:3706 ../src/guestfs-actions.pod:3718 ../src/guestfs-actions.pod:3754 ../src/guestfs-actions.pod:3770 ../src/guestfs-actions.pod:3783 ../src/guestfs-actions.pod:3798 ../src/guestfs-actions.pod:3815 ../src/guestfs-actions.pod:3908 ../src/guestfs-actions.pod:3928 ../src/guestfs-actions.pod:3941 ../src/guestfs-actions.pod:3992 ../src/guestfs-actions.pod:4010 ../src/guestfs-actions.pod:4028 ../src/guestfs-actions.pod:4044 ../src/guestfs-actions.pod:4058 ../src/guestfs-actions.pod:4072 ../src/guestfs-actions.pod:4089 ../src/guestfs-actions.pod:4104 ../src/guestfs-actions.pod:4124 ../src/guestfs-actions.pod:4173 ../src/guestfs-actions.pod:4204 ../src/guestfs-actions.pod:4223 ../src/guestfs-actions.pod:4242 ../src/guestfs-actions.pod:4254 ../src/guestfs-actions.pod:4271 ../src/guestfs-actions.pod:4284 ../src/guestfs-actions.pod:4299 ../src/guestfs-actions.pod:4314 ../src/guestfs-actions.pod:4349 ../src/guestfs-actions.pod:4364 ../src/guestfs-actions.pod:4384 ../src/guestfs-actions.pod:4398 ../src/guestfs-actions.pod:4415 ../src/guestfs-actions.pod:4464 ../src/guestfs-actions.pod:4501 ../src/guestfs-actions.pod:4515 ../src/guestfs-actions.pod:4543 ../src/guestfs-actions.pod:4560 ../src/guestfs-actions.pod:4578 ../src/guestfs-actions.pod:4712 ../src/guestfs-actions.pod:4769 ../src/guestfs-actions.pod:4791 ../src/guestfs-actions.pod:4809 ../src/guestfs-actions.pod:4841 ../src/guestfs-actions.pod:4907 ../src/guestfs-actions.pod:4924 ../src/guestfs-actions.pod:4937 ../src/guestfs-actions.pod:4951 ../src/guestfs-actions.pod:5240 ../src/guestfs-actions.pod:5259 ../src/guestfs-actions.pod:5273 ../src/guestfs-actions.pod:5285 ../src/guestfs-actions.pod:5299 ../src/guestfs-actions.pod:5311 ../src/guestfs-actions.pod:5325 ../src/guestfs-actions.pod:5341 ../src/guestfs-actions.pod:5362 ../src/guestfs-actions.pod:5381 ../src/guestfs-actions.pod:5400 ../src/guestfs-actions.pod:5418 ../src/guestfs-actions.pod:5441 ../src/guestfs-actions.pod:5459 ../src/guestfs-actions.pod:5478 ../src/guestfs-actions.pod:5499 ../src/guestfs-actions.pod:5518 ../src/guestfs-actions.pod:5535 ../src/guestfs-actions.pod:5563 ../src/guestfs-actions.pod:5587 ../src/guestfs-actions.pod:5606 ../src/guestfs-actions.pod:5630 ../src/guestfs-actions.pod:5645 ../src/guestfs-actions.pod:5660 ../src/guestfs-actions.pod:5679 ../src/guestfs-actions.pod:5716 ../src/guestfs-actions.pod:5739 ../src/guestfs-actions.pod:5765 ../src/guestfs-actions.pod:5873 ../src/guestfs-actions.pod:5994 ../src/guestfs-actions.pod:6006 ../src/guestfs-actions.pod:6019 ../src/guestfs-actions.pod:6032 ../src/guestfs-actions.pod:6054 ../src/guestfs-actions.pod:6067 ../src/guestfs-actions.pod:6080 ../src/guestfs-actions.pod:6093 ../src/guestfs-actions.pod:6108 ../src/guestfs-actions.pod:6167 ../src/guestfs-actions.pod:6184 ../src/guestfs-actions.pod:6200 ../src/guestfs-actions.pod:6216 ../src/guestfs-actions.pod:6233 ../src/guestfs-actions.pod:6246 ../src/guestfs-actions.pod:6266 ../src/guestfs-actions.pod:6302 ../src/guestfs-actions.pod:6316 ../src/guestfs-actions.pod:6357 ../src/guestfs-actions.pod:6370 ../src/guestfs-actions.pod:6388 ../src/guestfs-actions.pod:6422 ../src/guestfs-actions.pod:6458 ../src/guestfs-actions.pod:6577 ../src/guestfs-actions.pod:6595 ../src/guestfs-actions.pod:6609 ../src/guestfs-actions.pod:6664 ../src/guestfs-actions.pod:6677 ../src/guestfs-actions.pod:6722 ../src/guestfs-actions.pod:6755 ../src/guestfs-actions.pod:6809 ../src/guestfs-actions.pod:6835 ../src/guestfs-actions.pod:6901 ../src/guestfs-actions.pod:6920 ../src/guestfs-actions.pod:6949
 msgid "This function returns 0 on success or -1 on error."
 msgstr ""
 
@@ -4169,7 +4181,7 @@ msgid ""
 msgstr ""
 
 # type: textblock
-#: ../src/guestfs-actions.pod:35 ../src/guestfs-actions.pod:245 ../src/guestfs-actions.pod:266 ../src/guestfs-actions.pod:1437 ../src/guestfs-actions.pod:1923 ../src/guestfs-actions.pod:1944 ../src/guestfs-actions.pod:6833 ../src/guestfs-actions.pod:7002 ../fish/guestfish-actions.pod:31 ../fish/guestfish-actions.pod:156 ../fish/guestfish-actions.pod:170 ../fish/guestfish-actions.pod:951 ../fish/guestfish-actions.pod:1308 ../fish/guestfish-actions.pod:1322 ../fish/guestfish-actions.pod:4549 ../fish/guestfish-actions.pod:4646
+#: ../src/guestfs-actions.pod:35 ../src/guestfs-actions.pod:245 ../src/guestfs-actions.pod:266 ../src/guestfs-actions.pod:1437 ../src/guestfs-actions.pod:1923 ../src/guestfs-actions.pod:1944 ../src/guestfs-actions.pod:6843 ../src/guestfs-actions.pod:7012 ../fish/guestfish-actions.pod:31 ../fish/guestfish-actions.pod:156 ../fish/guestfish-actions.pod:170 ../fish/guestfish-actions.pod:951 ../fish/guestfish-actions.pod:1308 ../fish/guestfish-actions.pod:1322 ../fish/guestfish-actions.pod:4549 ../fish/guestfish-actions.pod:4646
 msgid ""
 "Deprecated functions will not be removed from the API, but the fact that "
 "they are deprecated indicates that there are problems with correct use of "
@@ -4177,7 +4189,7 @@ msgid ""
 msgstr ""
 
 # type: textblock
-#: ../src/guestfs-actions.pod:39 ../src/guestfs-actions.pod:130 ../src/guestfs-actions.pod:1094 ../src/guestfs-actions.pod:1895 ../src/guestfs-actions.pod:1993 ../src/guestfs-actions.pod:2096 ../src/guestfs-actions.pod:3196 ../src/guestfs-actions.pod:3211 ../src/guestfs-actions.pod:4351 ../src/guestfs-actions.pod:5420 ../src/guestfs-actions.pod:5537 ../src/guestfs-actions.pod:5647 ../src/guestfs-actions.pod:6110 ../src/guestfs-actions.pod:6235 ../src/guestfs-actions.pod:6747
+#: ../src/guestfs-actions.pod:39 ../src/guestfs-actions.pod:130 ../src/guestfs-actions.pod:1094 ../src/guestfs-actions.pod:1895 ../src/guestfs-actions.pod:1993 ../src/guestfs-actions.pod:2096 ../src/guestfs-actions.pod:3196 ../src/guestfs-actions.pod:3211 ../src/guestfs-actions.pod:4351 ../src/guestfs-actions.pod:5420 ../src/guestfs-actions.pod:5537 ../src/guestfs-actions.pod:5647 ../src/guestfs-actions.pod:6110 ../src/guestfs-actions.pod:6235 ../src/guestfs-actions.pod:6757
 msgid "(Added in 0.3)"
 msgstr ""
 
@@ -4266,7 +4278,7 @@ msgid ""
 msgstr ""
 
 # type: textblock
-#: ../src/guestfs-actions.pod:85 ../src/guestfs-actions.pod:338 ../src/guestfs-actions.pod:503 ../src/guestfs-actions.pod:681 ../src/guestfs-actions.pod:712 ../src/guestfs-actions.pod:730 ../src/guestfs-actions.pod:749 ../src/guestfs-actions.pod:1309 ../src/guestfs-actions.pod:1663 ../src/guestfs-actions.pod:1866 ../src/guestfs-actions.pod:1965 ../src/guestfs-actions.pod:2005 ../src/guestfs-actions.pod:2060 ../src/guestfs-actions.pod:2083 ../src/guestfs-actions.pod:2346 ../src/guestfs-actions.pod:2634 ../src/guestfs-actions.pod:2655 ../src/guestfs-actions.pod:4487 ../src/guestfs-actions.pod:4615 ../src/guestfs-actions.pod:5021 ../src/guestfs-actions.pod:5047 ../src/guestfs-actions.pod:6343 ../src/guestfs-actions.pod:6758 ../src/guestfs-actions.pod:6771 ../src/guestfs-actions.pod:6784
+#: ../src/guestfs-actions.pod:85 ../src/guestfs-actions.pod:338 ../src/guestfs-actions.pod:503 ../src/guestfs-actions.pod:681 ../src/guestfs-actions.pod:712 ../src/guestfs-actions.pod:730 ../src/guestfs-actions.pod:749 ../src/guestfs-actions.pod:1309 ../src/guestfs-actions.pod:1663 ../src/guestfs-actions.pod:1866 ../src/guestfs-actions.pod:1965 ../src/guestfs-actions.pod:2005 ../src/guestfs-actions.pod:2060 ../src/guestfs-actions.pod:2083 ../src/guestfs-actions.pod:2346 ../src/guestfs-actions.pod:2634 ../src/guestfs-actions.pod:2655 ../src/guestfs-actions.pod:4487 ../src/guestfs-actions.pod:4615 ../src/guestfs-actions.pod:5021 ../src/guestfs-actions.pod:5047 ../src/guestfs-actions.pod:6343 ../src/guestfs-actions.pod:6768 ../src/guestfs-actions.pod:6781 ../src/guestfs-actions.pod:6794
 msgid "On error this function returns -1."
 msgstr ""
 
@@ -4732,7 +4744,7 @@ msgid ""
 msgstr ""
 
 # type: textblock
-#: ../src/guestfs-actions.pod:351 ../src/guestfs-actions.pod:851 ../src/guestfs-actions.pod:869 ../src/guestfs-actions.pod:929 ../src/guestfs-actions.pod:945 ../src/guestfs-actions.pod:1048 ../src/guestfs-actions.pod:1178 ../src/guestfs-actions.pod:1195 ../src/guestfs-actions.pod:1214 ../src/guestfs-actions.pod:1343 ../src/guestfs-actions.pod:1534 ../src/guestfs-actions.pod:1646 ../src/guestfs-actions.pod:1809 ../src/guestfs-actions.pod:1826 ../src/guestfs-actions.pod:1917 ../src/guestfs-actions.pod:1938 ../src/guestfs-actions.pod:2108 ../src/guestfs-actions.pod:2270 ../src/guestfs-actions.pod:2477 ../src/guestfs-actions.pod:2558 ../src/guestfs-actions.pod:2606 ../src/guestfs-actions.pod:2716 ../src/guestfs-actions.pod:2747 ../src/guestfs-actions.pod:2771 ../src/guestfs-actions.pod:2833 ../src/guestfs-actions.pod:2856 ../src/guestfs-actions.pod:3340 ../src/guestfs-actions.pod:3690 ../src/guestfs-actions.pod:3860 ../src/guestfs-actions.pod:3970 ../src/guestfs-actions.pod:4633 ../src/guestfs-actions.pod:4826 ../src/guestfs-actions.pod:4996 ../src/guestfs-actions.pod:5174 ../src/guestfs-actions.pod:5223 ../src/guestfs-actions.pod:5786 ../src/guestfs-actions.pod:5802 ../src/guestfs-actions.pod:5819 ../src/guestfs-actions.pod:5843 ../src/guestfs-actions.pod:6507 ../src/guestfs-actions.pod:6526 ../src/guestfs-actions.pod:6544 ../src/guestfs-actions.pod:6724 ../src/guestfs-actions.pod:6996
+#: ../src/guestfs-actions.pod:351 ../src/guestfs-actions.pod:851 ../src/guestfs-actions.pod:869 ../src/guestfs-actions.pod:929 ../src/guestfs-actions.pod:945 ../src/guestfs-actions.pod:1048 ../src/guestfs-actions.pod:1178 ../src/guestfs-actions.pod:1195 ../src/guestfs-actions.pod:1214 ../src/guestfs-actions.pod:1343 ../src/guestfs-actions.pod:1534 ../src/guestfs-actions.pod:1646 ../src/guestfs-actions.pod:1809 ../src/guestfs-actions.pod:1826 ../src/guestfs-actions.pod:1917 ../src/guestfs-actions.pod:1938 ../src/guestfs-actions.pod:2108 ../src/guestfs-actions.pod:2270 ../src/guestfs-actions.pod:2477 ../src/guestfs-actions.pod:2558 ../src/guestfs-actions.pod:2606 ../src/guestfs-actions.pod:2716 ../src/guestfs-actions.pod:2747 ../src/guestfs-actions.pod:2771 ../src/guestfs-actions.pod:2833 ../src/guestfs-actions.pod:2856 ../src/guestfs-actions.pod:3340 ../src/guestfs-actions.pod:3690 ../src/guestfs-actions.pod:3860 ../src/guestfs-actions.pod:3970 ../src/guestfs-actions.pod:4633 ../src/guestfs-actions.pod:4826 ../src/guestfs-actions.pod:4996 ../src/guestfs-actions.pod:5174 ../src/guestfs-actions.pod:5223 ../src/guestfs-actions.pod:5786 ../src/guestfs-actions.pod:5802 ../src/guestfs-actions.pod:5819 ../src/guestfs-actions.pod:5843 ../src/guestfs-actions.pod:6517 ../src/guestfs-actions.pod:6536 ../src/guestfs-actions.pod:6554 ../src/guestfs-actions.pod:6734 ../src/guestfs-actions.pod:7006
 msgid ""
 "This function returns a string, or NULL on error.  I<The caller must free "
 "the returned string after use>."
@@ -4929,7 +4941,7 @@ msgid ""
 msgstr ""
 
 # type: textblock
-#: ../src/guestfs-actions.pod:457 ../src/guestfs-actions.pod:473 ../src/guestfs-actions.pod:619 ../src/guestfs-actions.pod:1067 ../src/guestfs-actions.pod:1358 ../src/guestfs-actions.pod:1377 ../src/guestfs-actions.pod:1480 ../src/guestfs-actions.pod:1499 ../src/guestfs-actions.pod:1748 ../src/guestfs-actions.pod:2150 ../src/guestfs-actions.pod:2166 ../src/guestfs-actions.pod:2185 ../src/guestfs-actions.pod:2228 ../src/guestfs-actions.pod:2252 ../src/guestfs-actions.pod:2323 ../src/guestfs-actions.pod:2372 ../src/guestfs-actions.pod:2583 ../src/guestfs-actions.pod:2790 ../src/guestfs-actions.pod:3005 ../src/guestfs-actions.pod:3260 ../src/guestfs-actions.pod:3322 ../src/guestfs-actions.pod:3427 ../src/guestfs-actions.pod:3832 ../src/guestfs-actions.pod:4448 ../src/guestfs-actions.pod:4968 ../src/guestfs-actions.pod:5094 ../src/guestfs-actions.pod:5208 ../src/guestfs-actions.pod:5859 ../src/guestfs-actions.pod:5920 ../src/guestfs-actions.pod:5975 ../src/guestfs-actions.pod:6121 ../src/guestfs-actions.pod:6145 ../src/guestfs-actions.pod:6617 ../src/guestfs-actions.pod:6637 ../src/guestfs-actions.pod:6684 ../src/guestfs-actions.pod:6849 ../src/guestfs-actions.pod:6868 ../src/guestfs-actions.pod:6953 ../src/guestfs-actions.pod:6972 ../src/guestfs-actions.pod:7018 ../src/guestfs-actions.pod:7037
+#: ../src/guestfs-actions.pod:457 ../src/guestfs-actions.pod:473 ../src/guestfs-actions.pod:619 ../src/guestfs-actions.pod:1067 ../src/guestfs-actions.pod:1358 ../src/guestfs-actions.pod:1377 ../src/guestfs-actions.pod:1480 ../src/guestfs-actions.pod:1499 ../src/guestfs-actions.pod:1748 ../src/guestfs-actions.pod:2150 ../src/guestfs-actions.pod:2166 ../src/guestfs-actions.pod:2185 ../src/guestfs-actions.pod:2228 ../src/guestfs-actions.pod:2252 ../src/guestfs-actions.pod:2323 ../src/guestfs-actions.pod:2372 ../src/guestfs-actions.pod:2583 ../src/guestfs-actions.pod:2790 ../src/guestfs-actions.pod:3005 ../src/guestfs-actions.pod:3260 ../src/guestfs-actions.pod:3322 ../src/guestfs-actions.pod:3427 ../src/guestfs-actions.pod:3832 ../src/guestfs-actions.pod:4448 ../src/guestfs-actions.pod:4968 ../src/guestfs-actions.pod:5094 ../src/guestfs-actions.pod:5208 ../src/guestfs-actions.pod:5859 ../src/guestfs-actions.pod:5920 ../src/guestfs-actions.pod:5975 ../src/guestfs-actions.pod:6121 ../src/guestfs-actions.pod:6145 ../src/guestfs-actions.pod:6627 ../src/guestfs-actions.pod:6647 ../src/guestfs-actions.pod:6694 ../src/guestfs-actions.pod:6859 ../src/guestfs-actions.pod:6878 ../src/guestfs-actions.pod:6963 ../src/guestfs-actions.pod:6982 ../src/guestfs-actions.pod:7028 ../src/guestfs-actions.pod:7047
 msgid ""
 "This function returns a NULL-terminated array of strings (like "
 "L<environ(3)>), or NULL if there was an error.  I<The caller must free the "
@@ -4937,7 +4949,7 @@ msgid ""
 msgstr ""
 
 # type: textblock
-#: ../src/guestfs-actions.pod:461 ../src/guestfs-actions.pod:992 ../src/guestfs-actions.pod:1010 ../src/guestfs-actions.pod:1415 ../src/guestfs-actions.pod:3083 ../src/guestfs-actions.pod:3114 ../src/guestfs-actions.pod:3673 ../src/guestfs-actions.pod:3723 ../src/guestfs-actions.pod:3910 ../src/guestfs-actions.pod:3943 ../src/guestfs-actions.pod:4106 ../src/guestfs-actions.pod:4452 ../src/guestfs-actions.pod:4909 ../src/guestfs-actions.pod:5287 ../src/guestfs-actions.pod:5301 ../src/guestfs-actions.pod:5313 ../src/guestfs-actions.pod:5721 ../src/guestfs-actions.pod:6359 ../src/guestfs-actions.pod:6372 ../src/guestfs-actions.pod:6601 ../src/guestfs-actions.pod:6804 ../src/guestfs-actions.pod:6837
+#: ../src/guestfs-actions.pod:461 ../src/guestfs-actions.pod:992 ../src/guestfs-actions.pod:1010 ../src/guestfs-actions.pod:1415 ../src/guestfs-actions.pod:3083 ../src/guestfs-actions.pod:3114 ../src/guestfs-actions.pod:3673 ../src/guestfs-actions.pod:3723 ../src/guestfs-actions.pod:3910 ../src/guestfs-actions.pod:3943 ../src/guestfs-actions.pod:4106 ../src/guestfs-actions.pod:4452 ../src/guestfs-actions.pod:4909 ../src/guestfs-actions.pod:5287 ../src/guestfs-actions.pod:5301 ../src/guestfs-actions.pod:5313 ../src/guestfs-actions.pod:5721 ../src/guestfs-actions.pod:6359 ../src/guestfs-actions.pod:6372 ../src/guestfs-actions.pod:6611 ../src/guestfs-actions.pod:6814 ../src/guestfs-actions.pod:6847
 msgid "(Added in 0.8)"
 msgstr ""
 
@@ -5575,7 +5587,7 @@ msgid "See also C<guestfs_realpath>."
 msgstr ""
 
 # type: textblock
-#: ../src/guestfs-actions.pod:854 ../src/guestfs-actions.pod:6529
+#: ../src/guestfs-actions.pod:854 ../src/guestfs-actions.pod:6539
 msgid "(Added in 1.0.75)"
 msgstr ""
 
@@ -5609,14 +5621,14 @@ msgid ""
 msgstr ""
 
 # type: textblock
-#: ../src/guestfs-actions.pod:872 ../src/guestfs-actions.pod:1051 ../src/guestfs-actions.pod:1071 ../src/guestfs-actions.pod:1362 ../src/guestfs-actions.pod:1381 ../src/guestfs-actions.pod:1484 ../src/guestfs-actions.pod:1503 ../src/guestfs-actions.pod:1752 ../src/guestfs-actions.pod:2170 ../src/guestfs-actions.pod:2189 ../src/guestfs-actions.pod:2232 ../src/guestfs-actions.pod:2256 ../src/guestfs-actions.pod:2273 ../src/guestfs-actions.pod:2302 ../src/guestfs-actions.pod:4866 ../src/guestfs-actions.pod:4892 ../src/guestfs-actions.pod:5023 ../src/guestfs-actions.pod:5049 ../src/guestfs-actions.pod:5073 ../src/guestfs-actions.pod:5924 ../src/guestfs-actions.pod:5979 ../src/guestfs-actions.pod:6125 ../src/guestfs-actions.pod:6149 ../src/guestfs-actions.pod:6801 ../src/guestfs-actions.pod:6827 ../src/guestfs-actions.pod:6853 ../src/guestfs-actions.pod:6872 ../src/guestfs-actions.pod:6957 ../src/guestfs-actions.pod:6976 ../src/guestfs-actions.pod:7022 ../src/guestfs-actions.pod:7041 ../fish/guestfish-actions.pod:582 ../fish/guestfish-actions.pod:717 ../fish/guestfish-actions.pod:729 ../fish/guestfish-actions.pod:905 ../fish/guestfish-actions.pod:915 ../fish/guestfish-actions.pod:982 ../fish/guestfish-actions.pod:992 ../fish/guestfish-actions.pod:1187 ../fish/guestfish-actions.pod:1462 ../fish/guestfish-actions.pod:1472 ../fish/guestfish-actions.pod:1500 ../fish/guestfish-actions.pod:1515 ../fish/guestfish-actions.pod:1525 ../fish/guestfish-actions.pod:1544 ../fish/guestfish-actions.pod:3263 ../fish/guestfish-actions.pod:3278 ../fish/guestfish-actions.pod:3354 ../fish/guestfish-actions.pod:3371 ../fish/guestfish-actions.pod:3386 ../fish/guestfish-actions.pod:3969 ../fish/guestfish-actions.pod:4015 ../fish/guestfish-actions.pod:4100 ../fish/guestfish-actions.pod:4115 ../fish/guestfish-actions.pod:4525 ../fish/guestfish-actions.pod:4543 ../fish/guestfish-actions.pod:4560 ../fish/guestfish-actions.pod:4570 ../fish/guestfish-actions.pod:4618 ../fish/guestfish-actions.pod:4628 ../fish/guestfish-actions.pod:4657 ../fish/guestfish-actions.pod:4667
+#: ../src/guestfs-actions.pod:872 ../src/guestfs-actions.pod:1051 ../src/guestfs-actions.pod:1071 ../src/guestfs-actions.pod:1362 ../src/guestfs-actions.pod:1381 ../src/guestfs-actions.pod:1484 ../src/guestfs-actions.pod:1503 ../src/guestfs-actions.pod:1752 ../src/guestfs-actions.pod:2170 ../src/guestfs-actions.pod:2189 ../src/guestfs-actions.pod:2232 ../src/guestfs-actions.pod:2256 ../src/guestfs-actions.pod:2273 ../src/guestfs-actions.pod:2302 ../src/guestfs-actions.pod:4866 ../src/guestfs-actions.pod:4892 ../src/guestfs-actions.pod:5023 ../src/guestfs-actions.pod:5049 ../src/guestfs-actions.pod:5073 ../src/guestfs-actions.pod:5924 ../src/guestfs-actions.pod:5979 ../src/guestfs-actions.pod:6125 ../src/guestfs-actions.pod:6149 ../src/guestfs-actions.pod:6811 ../src/guestfs-actions.pod:6837 ../src/guestfs-actions.pod:6863 ../src/guestfs-actions.pod:6882 ../src/guestfs-actions.pod:6967 ../src/guestfs-actions.pod:6986 ../src/guestfs-actions.pod:7032 ../src/guestfs-actions.pod:7051 ../fish/guestfish-actions.pod:582 ../fish/guestfish-actions.pod:717 ../fish/guestfish-actions.pod:729 ../fish/guestfish-actions.pod:905 ../fish/guestfish-actions.pod:915 ../fish/guestfish-actions.pod:982 ../fish/guestfish-actions.pod:992 ../fish/guestfish-actions.pod:1187 ../fish/guestfish-actions.pod:1462 ../fish/guestfish-actions.pod:1472 ../fish/guestfish-actions.pod:1500 ../fish/guestfish-actions.pod:1515 ../fish/guestfish-actions.pod:1525 ../fish/guestfish-actions.pod:1544 ../fish/guestfish-actions.pod:3263 ../fish/guestfish-actions.pod:3278 ../fish/guestfish-actions.pod:3354 ../fish/guestfish-actions.pod:3371 ../fish/guestfish-actions.pod:3386 ../fish/guestfish-actions.pod:3969 ../fish/guestfish-actions.pod:4015 ../fish/guestfish-actions.pod:4100 ../fish/guestfish-actions.pod:4115 ../fish/guestfish-actions.pod:4525 ../fish/guestfish-actions.pod:4543 ../fish/guestfish-actions.pod:4560 ../fish/guestfish-actions.pod:4570 ../fish/guestfish-actions.pod:4618 ../fish/guestfish-actions.pod:4628 ../fish/guestfish-actions.pod:4657 ../fish/guestfish-actions.pod:4667
 msgid ""
 "Because of the message protocol, there is a transfer limit of somewhere "
 "between 2MB and 4MB.  See L<guestfs(3)/PROTOCOL LIMITS>."
 msgstr ""
 
 # type: textblock
-#: ../src/guestfs-actions.pod:875 ../src/guestfs-actions.pod:3264 ../src/guestfs-actions.pod:3326 ../src/guestfs-actions.pod:3343 ../src/guestfs-actions.pod:3431 ../src/guestfs-actions.pod:3836 ../src/guestfs-actions.pod:3850 ../src/guestfs-actions.pod:4972 ../src/guestfs-actions.pod:4986 ../src/guestfs-actions.pod:6688 ../src/guestfs-actions.pod:6702
+#: ../src/guestfs-actions.pod:875 ../src/guestfs-actions.pod:3264 ../src/guestfs-actions.pod:3326 ../src/guestfs-actions.pod:3343 ../src/guestfs-actions.pod:3431 ../src/guestfs-actions.pod:3836 ../src/guestfs-actions.pod:3850 ../src/guestfs-actions.pod:4972 ../src/guestfs-actions.pod:4986 ../src/guestfs-actions.pod:6698 ../src/guestfs-actions.pod:6712
 msgid "(Added in 0.4)"
 msgstr ""
 
@@ -5736,7 +5748,7 @@ msgid "To get the checksums for many files, use C<guestfs_checksums_out>."
 msgstr ""
 
 # type: textblock
-#: ../src/guestfs-actions.pod:932 ../src/guestfs-actions.pod:1240 ../src/guestfs-actions.pod:2062 ../src/guestfs-actions.pod:3038 ../src/guestfs-actions.pod:3067 ../src/guestfs-actions.pod:3128 ../src/guestfs-actions.pod:3155 ../src/guestfs-actions.pod:6390
+#: ../src/guestfs-actions.pod:932 ../src/guestfs-actions.pod:1240 ../src/guestfs-actions.pod:2062 ../src/guestfs-actions.pod:3038 ../src/guestfs-actions.pod:3067 ../src/guestfs-actions.pod:3128 ../src/guestfs-actions.pod:3155 ../src/guestfs-actions.pod:6395
 msgid "(Added in 1.0.2)"
 msgstr ""
 
@@ -5765,7 +5777,7 @@ msgid ""
 msgstr ""
 
 # type: textblock
-#: ../src/guestfs-actions.pod:948 ../src/guestfs-actions.pod:4503 ../src/guestfs-actions.pod:4562 ../src/guestfs-actions.pod:4599 ../src/guestfs-actions.pod:4617 ../src/guestfs-actions.pod:4793 ../src/guestfs-actions.pod:6304 ../src/guestfs-actions.pod:6318 ../src/guestfs-actions.pod:6714
+#: ../src/guestfs-actions.pod:948 ../src/guestfs-actions.pod:4503 ../src/guestfs-actions.pod:4562 ../src/guestfs-actions.pod:4599 ../src/guestfs-actions.pod:4617 ../src/guestfs-actions.pod:4793 ../src/guestfs-actions.pod:6304 ../src/guestfs-actions.pod:6318 ../src/guestfs-actions.pod:6724
 msgid "(Added in 1.3.2)"
 msgstr ""
 
@@ -6035,7 +6047,7 @@ msgid ""
 msgstr ""
 
 # type: textblock
-#: ../src/guestfs-actions.pod:1112 ../src/guestfs-actions.pod:1235 ../src/guestfs-actions.pod:1266 ../src/guestfs-actions.pod:1686 ../src/guestfs-actions.pod:1708 ../src/guestfs-actions.pod:6893 ../src/guestfs-actions.pod:6912
+#: ../src/guestfs-actions.pod:1112 ../src/guestfs-actions.pod:1235 ../src/guestfs-actions.pod:1266 ../src/guestfs-actions.pod:1686 ../src/guestfs-actions.pod:1708 ../src/guestfs-actions.pod:6390 ../src/guestfs-actions.pod:6424 ../src/guestfs-actions.pod:6903 ../src/guestfs-actions.pod:6922
 msgid ""
 "This long-running command can generate progress notification messages so "
 "that the caller can display a progress bar or indicator.  To receive these "
@@ -6044,7 +6056,7 @@ msgid ""
 msgstr ""
 
 # type: textblock
-#: ../src/guestfs-actions.pod:1117 ../src/guestfs-actions.pod:3863 ../src/guestfs-actions.pod:4999 ../src/guestfs-actions.pod:6621 ../src/guestfs-actions.pod:6641 ../src/guestfs-actions.pod:6727
+#: ../src/guestfs-actions.pod:1117 ../src/guestfs-actions.pod:3863 ../src/guestfs-actions.pod:4999 ../src/guestfs-actions.pod:6631 ../src/guestfs-actions.pod:6651 ../src/guestfs-actions.pod:6737
 msgid "(Added in 1.0.87)"
 msgstr ""
 
@@ -6159,7 +6171,7 @@ msgid ""
 msgstr ""
 
 # type: textblock
-#: ../src/guestfs-actions.pod:1181 ../src/guestfs-actions.pod:1198 ../src/guestfs-actions.pod:1311 ../src/guestfs-actions.pod:2235 ../src/guestfs-actions.pod:2259 ../src/guestfs-actions.pod:2327 ../src/guestfs-actions.pod:3973 ../src/guestfs-actions.pod:4366 ../src/guestfs-actions.pod:6128 ../src/guestfs-actions.pod:6152 ../src/guestfs-actions.pod:6760 ../src/guestfs-actions.pod:6773 ../src/guestfs-actions.pod:6786
+#: ../src/guestfs-actions.pod:1181 ../src/guestfs-actions.pod:1198 ../src/guestfs-actions.pod:1311 ../src/guestfs-actions.pod:2235 ../src/guestfs-actions.pod:2259 ../src/guestfs-actions.pod:2327 ../src/guestfs-actions.pod:3973 ../src/guestfs-actions.pod:4366 ../src/guestfs-actions.pod:6128 ../src/guestfs-actions.pod:6152 ../src/guestfs-actions.pod:6770 ../src/guestfs-actions.pod:6783 ../src/guestfs-actions.pod:6796
 msgid "(Added in 1.0.54)"
 msgstr ""
 
@@ -6285,7 +6297,7 @@ msgid "See also C<guestfs_download>, C<guestfs_pread>."
 msgstr ""
 
 # type: textblock
-#: ../src/guestfs-actions.pod:1271 ../src/guestfs-actions.pod:6419
+#: ../src/guestfs-actions.pod:1271 ../src/guestfs-actions.pod:6429
 msgid "(Added in 1.5.17)"
 msgstr ""
 
@@ -6453,7 +6465,7 @@ msgid "This calls the external C<egrep> program and returns the matching lines."
 msgstr ""
 
 # type: textblock
-#: ../src/guestfs-actions.pod:1365 ../src/guestfs-actions.pod:1384 ../src/guestfs-actions.pod:1441 ../src/guestfs-actions.pod:1487 ../src/guestfs-actions.pod:1506 ../src/guestfs-actions.pod:2173 ../src/guestfs-actions.pod:2192 ../src/guestfs-actions.pod:2348 ../src/guestfs-actions.pod:2361 ../src/guestfs-actions.pod:2376 ../src/guestfs-actions.pod:2422 ../src/guestfs-actions.pod:2444 ../src/guestfs-actions.pod:2457 ../src/guestfs-actions.pod:3356 ../src/guestfs-actions.pod:3370 ../src/guestfs-actions.pod:3383 ../src/guestfs-actions.pod:3397 ../src/guestfs-actions.pod:4301 ../src/guestfs-actions.pod:5177 ../src/guestfs-actions.pod:5226 ../src/guestfs-actions.pod:5996 ../src/guestfs-actions.pod:6008 ../src/guestfs-actions.pod:6021 ../src/guestfs-actions.pod:6034 ../src/guestfs-actions.pod:6056 ../src/guestfs-actions.pod:6069 ../src/guestfs-actions.pod:6082 ../src/guestfs-actions.pod:6095 ../src/guestfs-actions.pod:6856 ../src/guestfs-actions.pod:6875 ../src/guestfs-actions.pod:6960 ../src/guestfs-actions.pod:6979 ../src/guestfs-actions.pod:7025 ../src/guestfs-actions.pod:7044
+#: ../src/guestfs-actions.pod:1365 ../src/guestfs-actions.pod:1384 ../src/guestfs-actions.pod:1441 ../src/guestfs-actions.pod:1487 ../src/guestfs-actions.pod:1506 ../src/guestfs-actions.pod:2173 ../src/guestfs-actions.pod:2192 ../src/guestfs-actions.pod:2348 ../src/guestfs-actions.pod:2361 ../src/guestfs-actions.pod:2376 ../src/guestfs-actions.pod:2422 ../src/guestfs-actions.pod:2444 ../src/guestfs-actions.pod:2457 ../src/guestfs-actions.pod:3356 ../src/guestfs-actions.pod:3370 ../src/guestfs-actions.pod:3383 ../src/guestfs-actions.pod:3397 ../src/guestfs-actions.pod:4301 ../src/guestfs-actions.pod:5177 ../src/guestfs-actions.pod:5226 ../src/guestfs-actions.pod:5996 ../src/guestfs-actions.pod:6008 ../src/guestfs-actions.pod:6021 ../src/guestfs-actions.pod:6034 ../src/guestfs-actions.pod:6056 ../src/guestfs-actions.pod:6069 ../src/guestfs-actions.pod:6082 ../src/guestfs-actions.pod:6095 ../src/guestfs-actions.pod:6866 ../src/guestfs-actions.pod:6885 ../src/guestfs-actions.pod:6970 ../src/guestfs-actions.pod:6989 ../src/guestfs-actions.pod:7035 ../src/guestfs-actions.pod:7054
 msgid "(Added in 1.0.66)"
 msgstr ""
 
@@ -7239,7 +7251,7 @@ msgid "This command is entirely equivalent to running C<fsck -a -t fstype device
 msgstr ""
 
 # type: textblock
-#: ../src/guestfs-actions.pod:1868 ../src/guestfs-actions.pod:6898
+#: ../src/guestfs-actions.pod:1868 ../src/guestfs-actions.pod:6908
 msgid "(Added in 1.0.16)"
 msgstr ""
 
@@ -7278,7 +7290,7 @@ msgid ""
 msgstr ""
 
 # type: textblock
-#: ../src/guestfs-actions.pod:1884 ../src/guestfs-actions.pod:4939 ../src/guestfs-actions.pod:5402 ../src/guestfs-actions.pod:5770 ../src/guestfs-actions.pod:5789 ../src/guestfs-actions.pod:5805 ../src/guestfs-actions.pod:5822 ../src/guestfs-actions.pod:6569 ../src/guestfs-actions.pod:6587 ../src/guestfs-actions.pod:6941
+#: ../src/guestfs-actions.pod:1884 ../src/guestfs-actions.pod:4939 ../src/guestfs-actions.pod:5402 ../src/guestfs-actions.pod:5770 ../src/guestfs-actions.pod:5789 ../src/guestfs-actions.pod:5805 ../src/guestfs-actions.pod:5822 ../src/guestfs-actions.pod:6579 ../src/guestfs-actions.pod:6597 ../src/guestfs-actions.pod:6951
 msgid "(Added in 1.0.26)"
 msgstr ""
 
@@ -7558,7 +7570,7 @@ msgid "Return the recovery process enabled flag."
 msgstr ""
 
 # type: textblock
-#: ../src/guestfs-actions.pod:2033 ../src/guestfs-actions.pod:3231 ../src/guestfs-actions.pod:3498 ../src/guestfs-actions.pod:3898 ../src/guestfs-actions.pod:3930 ../src/guestfs-actions.pod:4869 ../src/guestfs-actions.pod:5212 ../src/guestfs-actions.pod:5589 ../src/guestfs-actions.pod:6248 ../src/guestfs-actions.pod:6268 ../src/guestfs-actions.pod:6450
+#: ../src/guestfs-actions.pod:2033 ../src/guestfs-actions.pod:3231 ../src/guestfs-actions.pod:3498 ../src/guestfs-actions.pod:3898 ../src/guestfs-actions.pod:3930 ../src/guestfs-actions.pod:4869 ../src/guestfs-actions.pod:5212 ../src/guestfs-actions.pod:5589 ../src/guestfs-actions.pod:6248 ../src/guestfs-actions.pod:6268 ../src/guestfs-actions.pod:6460
 msgid "(Added in 1.0.77)"
 msgstr ""
 
@@ -7737,7 +7749,7 @@ msgid ""
 msgstr ""
 
 # type: textblock
-#: ../src/guestfs-actions.pod:2131 ../src/guestfs-actions.pod:3247 ../src/guestfs-actions.pod:3412 ../src/guestfs-actions.pod:3448 ../src/guestfs-actions.pod:5242 ../src/guestfs-actions.pod:5681 ../src/guestfs-actions.pod:7006
+#: ../src/guestfs-actions.pod:2131 ../src/guestfs-actions.pod:3247 ../src/guestfs-actions.pod:3412 ../src/guestfs-actions.pod:3448 ../src/guestfs-actions.pod:5242 ../src/guestfs-actions.pod:5681 ../src/guestfs-actions.pod:7016
 msgid "(Added in 1.0.59)"
 msgstr ""
 
@@ -10045,7 +10057,7 @@ msgid ""
 msgstr ""
 
 # type: textblock
-#: ../src/guestfs-actions.pod:3557 ../src/guestfs-actions.pod:3580 ../src/guestfs-actions.pod:3720 ../src/guestfs-actions.pod:4580 ../src/guestfs-actions.pod:5343 ../src/guestfs-actions.pod:5718 ../src/guestfs-actions.pod:5741 ../src/guestfs-actions.pod:5767 ../src/guestfs-actions.pod:6917 ../fish/guestfish-actions.pod:2433 ../fish/guestfish-actions.pod:2446 ../fish/guestfish-actions.pod:2530 ../fish/guestfish-actions.pod:3060 ../fish/guestfish-actions.pod:3567 ../fish/guestfish-actions.pod:3847 ../fish/guestfish-actions.pod:3863 ../fish/guestfish-actions.pod:3878 ../fish/guestfish-actions.pod:4593
+#: ../src/guestfs-actions.pod:3557 ../src/guestfs-actions.pod:3580 ../src/guestfs-actions.pod:3720 ../src/guestfs-actions.pod:4580 ../src/guestfs-actions.pod:5343 ../src/guestfs-actions.pod:5718 ../src/guestfs-actions.pod:5741 ../src/guestfs-actions.pod:5767 ../src/guestfs-actions.pod:6927 ../fish/guestfish-actions.pod:2433 ../fish/guestfish-actions.pod:2446 ../fish/guestfish-actions.pod:2530 ../fish/guestfish-actions.pod:3060 ../fish/guestfish-actions.pod:3567 ../fish/guestfish-actions.pod:3847 ../fish/guestfish-actions.pod:3863 ../fish/guestfish-actions.pod:3878 ../fish/guestfish-actions.pod:4593
 msgid ""
 "B<This command is dangerous.  Without careful use you can easily destroy all "
 "your data>."
@@ -10364,7 +10376,7 @@ msgid ""
 msgstr ""
 
 # type: textblock
-#: ../src/guestfs-actions.pod:3772 ../src/guestfs-actions.pod:4926 ../src/guestfs-actions.pod:6656
+#: ../src/guestfs-actions.pod:3772 ../src/guestfs-actions.pod:4926 ../src/guestfs-actions.pod:6666
 msgid "(Added in 1.0.13)"
 msgstr ""
 
@@ -10390,7 +10402,7 @@ msgid "Rename a logical volume C<logvol> with the new name C<newlogvol>."
 msgstr ""
 
 # type: textblock
-#: ../src/guestfs-actions.pod:3785 ../src/guestfs-actions.pod:6669
+#: ../src/guestfs-actions.pod:3785 ../src/guestfs-actions.pod:6679
 msgid "(Added in 1.0.83)"
 msgstr ""
 
@@ -14702,7 +14714,7 @@ msgid ""
 msgstr ""
 
 # type: textblock
-#: ../src/guestfs-actions.pod:6381 ../src/guestfs-actions.pod:6400 ../fish/guestfish-actions.pod:4270 ../fish/guestfish-actions.pod:4283
+#: ../src/guestfs-actions.pod:6381 ../src/guestfs-actions.pod:6405 ../fish/guestfish-actions.pod:4270 ../fish/guestfish-actions.pod:4283
 msgid "Upload local file C<filename> to C<remotefilename> on the filesystem."
 msgstr ""
 
@@ -14712,12 +14724,12 @@ msgid "See also C<guestfs_download>."
 msgstr ""
 
 # type: =head2
-#: ../src/guestfs-actions.pod:6392
+#: ../src/guestfs-actions.pod:6397
 msgid "guestfs_upload_offset"
 msgstr ""
 
 # type: verbatim
-#: ../src/guestfs-actions.pod:6394
+#: ../src/guestfs-actions.pod:6399
 #, no-wrap
 msgid ""
 " int\n"
@@ -14729,7 +14741,7 @@ msgid ""
 msgstr ""
 
 # type: textblock
-#: ../src/guestfs-actions.pod:6403 ../fish/guestfish-actions.pod:4286
+#: ../src/guestfs-actions.pod:6408 ../fish/guestfish-actions.pod:4286
 msgid ""
 "C<remotefilename> is overwritten starting at the byte C<offset> specified.  "
 "The intention is to overwrite parts of existing files or devices, although "
@@ -14739,7 +14751,7 @@ msgid ""
 msgstr ""
 
 # type: textblock
-#: ../src/guestfs-actions.pod:6410
+#: ../src/guestfs-actions.pod:6415
 msgid ""
 "Note that there is no limit on the amount of data that can be uploaded with "
 "this call, unlike with C<guestfs_pwrite>, and this call always writes the "
@@ -14747,17 +14759,17 @@ msgid ""
 msgstr ""
 
 # type: textblock
-#: ../src/guestfs-actions.pod:6415
+#: ../src/guestfs-actions.pod:6420
 msgid "See also C<guestfs_upload>, C<guestfs_pwrite>."
 msgstr ""
 
 # type: =head2
-#: ../src/guestfs-actions.pod:6421
+#: ../src/guestfs-actions.pod:6431
 msgid "guestfs_utimens"
 msgstr ""
 
 # type: verbatim
-#: ../src/guestfs-actions.pod:6423
+#: ../src/guestfs-actions.pod:6433
 #, no-wrap
 msgid ""
 " int\n"
@@ -14771,26 +14783,26 @@ msgid ""
 msgstr ""
 
 # type: textblock
-#: ../src/guestfs-actions.pod:6431 ../fish/guestfish-actions.pod:4306
+#: ../src/guestfs-actions.pod:6441 ../fish/guestfish-actions.pod:4306
 msgid "This command sets the timestamps of a file with nanosecond precision."
 msgstr ""
 
 # type: textblock
-#: ../src/guestfs-actions.pod:6434 ../fish/guestfish-actions.pod:4309
+#: ../src/guestfs-actions.pod:6444 ../fish/guestfish-actions.pod:4309
 msgid ""
 "C<atsecs, atnsecs> are the last access time (atime) in secs and nanoseconds "
 "from the epoch."
 msgstr ""
 
 # type: textblock
-#: ../src/guestfs-actions.pod:6437 ../fish/guestfish-actions.pod:4312
+#: ../src/guestfs-actions.pod:6447 ../fish/guestfish-actions.pod:4312
 msgid ""
 "C<mtsecs, mtnsecs> are the last modification time (mtime) in secs and "
 "nanoseconds from the epoch."
 msgstr ""
 
 # type: textblock
-#: ../src/guestfs-actions.pod:6440 ../fish/guestfish-actions.pod:4315
+#: ../src/guestfs-actions.pod:6450 ../fish/guestfish-actions.pod:4315
 msgid ""
 "If the C<*nsecs> field contains the special value C<-1> then the "
 "corresponding timestamp is set to the current time.  (The C<*secs> field is "
@@ -14798,7 +14810,7 @@ msgid ""
 msgstr ""
 
 # type: textblock
-#: ../src/guestfs-actions.pod:6444 ../fish/guestfish-actions.pod:4319
+#: ../src/guestfs-actions.pod:6454 ../fish/guestfish-actions.pod:4319
 msgid ""
 "If the C<*nsecs> field contains the special value C<-2> then the "
 "corresponding timestamp is left unchanged.  (The C<*secs> field is ignored "
@@ -14806,12 +14818,12 @@ msgid ""
 msgstr ""
 
 # type: =head2
-#: ../src/guestfs-actions.pod:6452 ../src/guestfs-structs.pod:175
+#: ../src/guestfs-actions.pod:6462 ../src/guestfs-structs.pod:175
 msgid "guestfs_version"
 msgstr ""
 
 # type: verbatim
-#: ../src/guestfs-actions.pod:6454
+#: ../src/guestfs-actions.pod:6464
 #, no-wrap
 msgid ""
 " struct guestfs_version *\n"
@@ -14820,12 +14832,12 @@ msgid ""
 msgstr ""
 
 # type: textblock
-#: ../src/guestfs-actions.pod:6457 ../fish/guestfish-actions.pod:4327
+#: ../src/guestfs-actions.pod:6467 ../fish/guestfish-actions.pod:4327
 msgid "Return the libguestfs version number that the program is linked against."
 msgstr ""
 
 # type: textblock
-#: ../src/guestfs-actions.pod:6460 ../fish/guestfish-actions.pod:4330
+#: ../src/guestfs-actions.pod:6470 ../fish/guestfish-actions.pod:4330
 msgid ""
 "Note that because of dynamic linking this is not necessarily the version of "
 "libguestfs that you compiled against.  You can compile the program, and then "
@@ -14834,7 +14846,7 @@ msgid ""
 msgstr ""
 
 # type: textblock
-#: ../src/guestfs-actions.pod:6465 ../fish/guestfish-actions.pod:4335
+#: ../src/guestfs-actions.pod:6475 ../fish/guestfish-actions.pod:4335
 msgid ""
 "This call was added in version C<1.0.58>.  In previous versions of "
 "libguestfs there was no way to get the version number.  From C code you can "
@@ -14843,7 +14855,7 @@ msgid ""
 msgstr ""
 
 # type: textblock
-#: ../src/guestfs-actions.pod:6471 ../fish/guestfish-actions.pod:4341
+#: ../src/guestfs-actions.pod:6481 ../fish/guestfish-actions.pod:4341
 msgid ""
 "The call returns a structure with four elements.  The first three (C<major>, "
 "C<minor> and C<release>) are numbers and correspond to the usual version "
@@ -14852,17 +14864,17 @@ msgid ""
 msgstr ""
 
 # type: textblock
-#: ../src/guestfs-actions.pod:6477 ../fish/guestfish-actions.pod:4347
+#: ../src/guestfs-actions.pod:6487 ../fish/guestfish-actions.pod:4347
 msgid "To construct the original version string: C<$major.$minor.$release$extra>"
 msgstr ""
 
 # type: textblock
-#: ../src/guestfs-actions.pod:6480 ../fish/guestfish-actions.pod:4350
+#: ../src/guestfs-actions.pod:6490 ../fish/guestfish-actions.pod:4350
 msgid "See also: L<guestfs(3)/LIBGUESTFS VERSION NUMBERS>."
 msgstr ""
 
 # type: textblock
-#: ../src/guestfs-actions.pod:6482
+#: ../src/guestfs-actions.pod:6492
 msgid ""
 "I<Note:> Don't use this call to test for availability of features.  In "
 "enterprise distributions we backport features from later versions into "
@@ -14871,24 +14883,24 @@ msgid ""
 msgstr ""
 
 # type: textblock
-#: ../src/guestfs-actions.pod:6488
+#: ../src/guestfs-actions.pod:6498
 msgid ""
 "This function returns a C<struct guestfs_version *>, or NULL if there was an "
 "error.  I<The caller must call C<guestfs_free_version> after use>."
 msgstr ""
 
 # type: textblock
-#: ../src/guestfs-actions.pod:6492
+#: ../src/guestfs-actions.pod:6502
 msgid "(Added in 1.0.58)"
 msgstr ""
 
 # type: =head2
-#: ../src/guestfs-actions.pod:6494
+#: ../src/guestfs-actions.pod:6504
 msgid "guestfs_vfs_label"
 msgstr ""
 
 # type: verbatim
-#: ../src/guestfs-actions.pod:6496
+#: ../src/guestfs-actions.pod:6506
 #, no-wrap
 msgid ""
 " char *\n"
@@ -14898,32 +14910,32 @@ msgid ""
 msgstr ""
 
 # type: textblock
-#: ../src/guestfs-actions.pod:6500 ../fish/guestfish-actions.pod:4362
+#: ../src/guestfs-actions.pod:6510 ../fish/guestfish-actions.pod:4362
 msgid "This returns the filesystem label of the filesystem on C<device>."
 msgstr ""
 
 # type: textblock
-#: ../src/guestfs-actions.pod:6503 ../fish/guestfish-actions.pod:4365
+#: ../src/guestfs-actions.pod:6513 ../fish/guestfish-actions.pod:4365
 msgid "If the filesystem is unlabeled, this returns the empty string."
 msgstr ""
 
 # type: textblock
-#: ../src/guestfs-actions.pod:6505
+#: ../src/guestfs-actions.pod:6515
 msgid "To find a filesystem from the label, use C<guestfs_findfs_label>."
 msgstr ""
 
 # type: textblock
-#: ../src/guestfs-actions.pod:6510 ../src/guestfs-actions.pod:6547
+#: ../src/guestfs-actions.pod:6520 ../src/guestfs-actions.pod:6557
 msgid "(Added in 1.3.18)"
 msgstr ""
 
 # type: =head2
-#: ../src/guestfs-actions.pod:6512
+#: ../src/guestfs-actions.pod:6522
 msgid "guestfs_vfs_type"
 msgstr ""
 
 # type: verbatim
-#: ../src/guestfs-actions.pod:6514
+#: ../src/guestfs-actions.pod:6524
 #, no-wrap
 msgid ""
 " char *\n"
@@ -14933,14 +14945,14 @@ msgid ""
 msgstr ""
 
 # type: textblock
-#: ../src/guestfs-actions.pod:6518 ../fish/guestfish-actions.pod:4373
+#: ../src/guestfs-actions.pod:6528 ../fish/guestfish-actions.pod:4373
 msgid ""
 "This command gets the filesystem type corresponding to the filesystem on "
 "C<device>."
 msgstr ""
 
 # type: textblock
-#: ../src/guestfs-actions.pod:6521 ../fish/guestfish-actions.pod:4376
+#: ../src/guestfs-actions.pod:6531 ../fish/guestfish-actions.pod:4376
 msgid ""
 "For most filesystems, the result is the name of the Linux VFS module which "
 "would be used to mount this filesystem if you mounted it without specifying "
@@ -14948,12 +14960,12 @@ msgid ""
 msgstr ""
 
 # type: =head2
-#: ../src/guestfs-actions.pod:6531
+#: ../src/guestfs-actions.pod:6541
 msgid "guestfs_vfs_uuid"
 msgstr ""
 
 # type: verbatim
-#: ../src/guestfs-actions.pod:6533
+#: ../src/guestfs-actions.pod:6543
 #, no-wrap
 msgid ""
 " char *\n"
@@ -14963,27 +14975,27 @@ msgid ""
 msgstr ""
 
 # type: textblock
-#: ../src/guestfs-actions.pod:6537 ../fish/guestfish-actions.pod:4385
+#: ../src/guestfs-actions.pod:6547 ../fish/guestfish-actions.pod:4385
 msgid "This returns the filesystem UUID of the filesystem on C<device>."
 msgstr ""
 
 # type: textblock
-#: ../src/guestfs-actions.pod:6540 ../fish/guestfish-actions.pod:4388
+#: ../src/guestfs-actions.pod:6550 ../fish/guestfish-actions.pod:4388
 msgid "If the filesystem does not have a UUID, this returns the empty string."
 msgstr ""
 
 # type: textblock
-#: ../src/guestfs-actions.pod:6542
+#: ../src/guestfs-actions.pod:6552
 msgid "To find a filesystem from the UUID, use C<guestfs_findfs_uuid>."
 msgstr ""
 
 # type: =head2
-#: ../src/guestfs-actions.pod:6549
+#: ../src/guestfs-actions.pod:6559
 msgid "guestfs_vg_activate"
 msgstr ""
 
 # type: verbatim
-#: ../src/guestfs-actions.pod:6551
+#: ../src/guestfs-actions.pod:6561
 #, no-wrap
 msgid ""
 " int\n"
@@ -14994,7 +15006,7 @@ msgid ""
 msgstr ""
 
 # type: textblock
-#: ../src/guestfs-actions.pod:6556 ../fish/guestfish-actions.pod:4396
+#: ../src/guestfs-actions.pod:6566 ../fish/guestfish-actions.pod:4396
 msgid ""
 "This command activates or (if C<activate> is false) deactivates all logical "
 "volumes in the listed volume groups C<volgroups>.  If activated, then they "
@@ -15003,24 +15015,24 @@ msgid ""
 msgstr ""
 
 # type: textblock
-#: ../src/guestfs-actions.pod:6562 ../fish/guestfish-actions.pod:4402
+#: ../src/guestfs-actions.pod:6572 ../fish/guestfish-actions.pod:4402
 msgid "This command is the same as running C<vgchange -a y|n volgroups...>"
 msgstr ""
 
 # type: textblock
-#: ../src/guestfs-actions.pod:6564 ../fish/guestfish-actions.pod:4404
+#: ../src/guestfs-actions.pod:6574 ../fish/guestfish-actions.pod:4404
 msgid ""
 "Note that if C<volgroups> is an empty list then B<all> volume groups are "
 "activated or deactivated."
 msgstr ""
 
 # type: =head2
-#: ../src/guestfs-actions.pod:6571
+#: ../src/guestfs-actions.pod:6581
 msgid "guestfs_vg_activate_all"
 msgstr ""
 
 # type: verbatim
-#: ../src/guestfs-actions.pod:6573
+#: ../src/guestfs-actions.pod:6583
 #, no-wrap
 msgid ""
 " int\n"
@@ -15030,7 +15042,7 @@ msgid ""
 msgstr ""
 
 # type: textblock
-#: ../src/guestfs-actions.pod:6577 ../fish/guestfish-actions.pod:4411
+#: ../src/guestfs-actions.pod:6587 ../fish/guestfish-actions.pod:4411
 msgid ""
 "This command activates or (if C<activate> is false) deactivates all logical "
 "volumes in all volume groups.  If activated, then they are made known to the "
@@ -15039,17 +15051,17 @@ msgid ""
 msgstr ""
 
 # type: textblock
-#: ../src/guestfs-actions.pod:6583 ../fish/guestfish-actions.pod:4417
+#: ../src/guestfs-actions.pod:6593 ../fish/guestfish-actions.pod:4417
 msgid "This command is the same as running C<vgchange -a y|n>"
 msgstr ""
 
 # type: =head2
-#: ../src/guestfs-actions.pod:6589
+#: ../src/guestfs-actions.pod:6599
 msgid "guestfs_vgcreate"
 msgstr ""
 
 # type: verbatim
-#: ../src/guestfs-actions.pod:6591
+#: ../src/guestfs-actions.pod:6601
 #, no-wrap
 msgid ""
 " int\n"
@@ -15060,19 +15072,19 @@ msgid ""
 msgstr ""
 
 # type: textblock
-#: ../src/guestfs-actions.pod:6596 ../fish/guestfish-actions.pod:4423
+#: ../src/guestfs-actions.pod:6606 ../fish/guestfish-actions.pod:4423
 msgid ""
 "This creates an LVM volume group called C<volgroup> from the non-empty list "
 "of physical volumes C<physvols>."
 msgstr ""
 
 # type: =head2
-#: ../src/guestfs-actions.pod:6603
+#: ../src/guestfs-actions.pod:6613
 msgid "guestfs_vglvuuids"
 msgstr ""
 
 # type: verbatim
-#: ../src/guestfs-actions.pod:6605
+#: ../src/guestfs-actions.pod:6615
 #, no-wrap
 msgid ""
 " char **\n"
@@ -15082,31 +15094,31 @@ msgid ""
 msgstr ""
 
 # type: textblock
-#: ../src/guestfs-actions.pod:6609 ../fish/guestfish-actions.pod:4430
+#: ../src/guestfs-actions.pod:6619 ../fish/guestfish-actions.pod:4430
 msgid ""
 "Given a VG called C<vgname>, this returns the UUIDs of all the logical "
 "volumes created in this volume group."
 msgstr ""
 
 # type: textblock
-#: ../src/guestfs-actions.pod:6612
+#: ../src/guestfs-actions.pod:6622
 msgid ""
 "You can use this along with C<guestfs_lvs> and C<guestfs_lvuuid> calls to "
 "associate logical volumes and volume groups."
 msgstr ""
 
 # type: textblock
-#: ../src/guestfs-actions.pod:6615
+#: ../src/guestfs-actions.pod:6625
 msgid "See also C<guestfs_vgpvuuids>."
 msgstr ""
 
 # type: =head2
-#: ../src/guestfs-actions.pod:6623
+#: ../src/guestfs-actions.pod:6633
 msgid "guestfs_vgpvuuids"
 msgstr ""
 
 # type: verbatim
-#: ../src/guestfs-actions.pod:6625
+#: ../src/guestfs-actions.pod:6635
 #, no-wrap
 msgid ""
 " char **\n"
@@ -15116,31 +15128,31 @@ msgid ""
 msgstr ""
 
 # type: textblock
-#: ../src/guestfs-actions.pod:6629 ../fish/guestfish-actions.pod:4442
+#: ../src/guestfs-actions.pod:6639 ../fish/guestfish-actions.pod:4442
 msgid ""
 "Given a VG called C<vgname>, this returns the UUIDs of all the physical "
 "volumes that this volume group resides on."
 msgstr ""
 
 # type: textblock
-#: ../src/guestfs-actions.pod:6632
+#: ../src/guestfs-actions.pod:6642
 msgid ""
 "You can use this along with C<guestfs_pvs> and C<guestfs_pvuuid> calls to "
 "associate physical volumes and volume groups."
 msgstr ""
 
 # type: textblock
-#: ../src/guestfs-actions.pod:6635
+#: ../src/guestfs-actions.pod:6645
 msgid "See also C<guestfs_vglvuuids>."
 msgstr ""
 
 # type: =head2
-#: ../src/guestfs-actions.pod:6643
+#: ../src/guestfs-actions.pod:6653
 msgid "guestfs_vgremove"
 msgstr ""
 
 # type: verbatim
-#: ../src/guestfs-actions.pod:6645
+#: ../src/guestfs-actions.pod:6655
 #, no-wrap
 msgid ""
 " int\n"
@@ -15150,22 +15162,22 @@ msgid ""
 msgstr ""
 
 # type: textblock
-#: ../src/guestfs-actions.pod:6649 ../fish/guestfish-actions.pod:4454
+#: ../src/guestfs-actions.pod:6659 ../fish/guestfish-actions.pod:4454
 msgid "Remove an LVM volume group C<vgname>, (for example C<VG>)."
 msgstr ""
 
 # type: textblock
-#: ../src/guestfs-actions.pod:6651 ../fish/guestfish-actions.pod:4456
+#: ../src/guestfs-actions.pod:6661 ../fish/guestfish-actions.pod:4456
 msgid "This also forcibly removes all logical volumes in the volume group (if any)."
 msgstr ""
 
 # type: =head2
-#: ../src/guestfs-actions.pod:6658
+#: ../src/guestfs-actions.pod:6668
 msgid "guestfs_vgrename"
 msgstr ""
 
 # type: verbatim
-#: ../src/guestfs-actions.pod:6660
+#: ../src/guestfs-actions.pod:6670
 #, no-wrap
 msgid ""
 " int\n"
@@ -15176,17 +15188,17 @@ msgid ""
 msgstr ""
 
 # type: textblock
-#: ../src/guestfs-actions.pod:6665 ../fish/guestfish-actions.pod:4463
+#: ../src/guestfs-actions.pod:6675 ../fish/guestfish-actions.pod:4463
 msgid "Rename a volume group C<volgroup> with the new name C<newvolgroup>."
 msgstr ""
 
 # type: =head2
-#: ../src/guestfs-actions.pod:6671
+#: ../src/guestfs-actions.pod:6681
 msgid "guestfs_vgs"
 msgstr ""
 
 # type: verbatim
-#: ../src/guestfs-actions.pod:6673
+#: ../src/guestfs-actions.pod:6683
 #, no-wrap
 msgid ""
 " char **\n"
@@ -15195,31 +15207,31 @@ msgid ""
 msgstr ""
 
 # type: textblock
-#: ../src/guestfs-actions.pod:6676 ../fish/guestfish-actions.pod:4469
+#: ../src/guestfs-actions.pod:6686 ../fish/guestfish-actions.pod:4469
 msgid ""
 "List all the volumes groups detected.  This is the equivalent of the "
 "L<vgs(8)> command."
 msgstr ""
 
 # type: textblock
-#: ../src/guestfs-actions.pod:6679 ../fish/guestfish-actions.pod:4472
+#: ../src/guestfs-actions.pod:6689 ../fish/guestfish-actions.pod:4472
 msgid ""
 "This returns a list of just the volume group names that were detected "
 "(eg. C<VolGroup00>)."
 msgstr ""
 
 # type: textblock
-#: ../src/guestfs-actions.pod:6682
+#: ../src/guestfs-actions.pod:6692
 msgid "See also C<guestfs_vgs_full>."
 msgstr ""
 
 # type: =head2
-#: ../src/guestfs-actions.pod:6690
+#: ../src/guestfs-actions.pod:6700
 msgid "guestfs_vgs_full"
 msgstr ""
 
 # type: verbatim
-#: ../src/guestfs-actions.pod:6692
+#: ../src/guestfs-actions.pod:6702
 #, no-wrap
 msgid ""
 " struct guestfs_lvm_vg_list *\n"
@@ -15228,14 +15240,14 @@ msgid ""
 msgstr ""
 
 # type: textblock
-#: ../src/guestfs-actions.pod:6695 ../fish/guestfish-actions.pod:4481
+#: ../src/guestfs-actions.pod:6705 ../fish/guestfish-actions.pod:4481
 msgid ""
 "List all the volumes groups detected.  This is the equivalent of the "
 "L<vgs(8)> command.  The \"full\" version includes all fields."
 msgstr ""
 
 # type: textblock
-#: ../src/guestfs-actions.pod:6698
+#: ../src/guestfs-actions.pod:6708
 msgid ""
 "This function returns a C<struct guestfs_lvm_vg_list *>, or NULL if there "
 "was an error.  I<The caller must call C<guestfs_free_lvm_vg_list> after "
@@ -15243,12 +15255,12 @@ msgid ""
 msgstr ""
 
 # type: =head2
-#: ../src/guestfs-actions.pod:6704
+#: ../src/guestfs-actions.pod:6714
 msgid "guestfs_vgscan"
 msgstr ""
 
 # type: verbatim
-#: ../src/guestfs-actions.pod:6706
+#: ../src/guestfs-actions.pod:6716
 #, no-wrap
 msgid ""
 " int\n"
@@ -15257,19 +15269,19 @@ msgid ""
 msgstr ""
 
 # type: textblock
-#: ../src/guestfs-actions.pod:6709 ../fish/guestfish-actions.pod:4488
+#: ../src/guestfs-actions.pod:6719 ../fish/guestfish-actions.pod:4488
 msgid ""
 "This rescans all block devices and rebuilds the list of LVM physical "
 "volumes, volume groups and logical volumes."
 msgstr ""
 
 # type: =head2
-#: ../src/guestfs-actions.pod:6716
+#: ../src/guestfs-actions.pod:6726
 msgid "guestfs_vguuid"
 msgstr ""
 
 # type: verbatim
-#: ../src/guestfs-actions.pod:6718
+#: ../src/guestfs-actions.pod:6728
 #, no-wrap
 msgid ""
 " char *\n"
@@ -15279,17 +15291,17 @@ msgid ""
 msgstr ""
 
 # type: textblock
-#: ../src/guestfs-actions.pod:6722 ../fish/guestfish-actions.pod:4495
+#: ../src/guestfs-actions.pod:6732 ../fish/guestfish-actions.pod:4495
 msgid "This command returns the UUID of the LVM VG named C<vgname>."
 msgstr ""
 
 # type: =head2
-#: ../src/guestfs-actions.pod:6729
+#: ../src/guestfs-actions.pod:6739
 msgid "guestfs_wait_ready"
 msgstr ""
 
 # type: verbatim
-#: ../src/guestfs-actions.pod:6731
+#: ../src/guestfs-actions.pod:6741
 #, no-wrap
 msgid ""
 " int\n"
@@ -15298,12 +15310,12 @@ msgid ""
 msgstr ""
 
 # type: textblock
-#: ../src/guestfs-actions.pod:6734
+#: ../src/guestfs-actions.pod:6744
 msgid "This function is a no op."
 msgstr ""
 
 # type: textblock
-#: ../src/guestfs-actions.pod:6736
+#: ../src/guestfs-actions.pod:6746
 msgid ""
 "In versions of the API E<lt> 1.0.71 you had to call this function just after "
 "calling C<guestfs_launch> to wait for the launch to complete.  However this "
@@ -15311,19 +15323,19 @@ msgid ""
 msgstr ""
 
 # type: textblock
-#: ../src/guestfs-actions.pod:6741
+#: ../src/guestfs-actions.pod:6751
 msgid ""
 "If you see any calls to this function in code then you can just remove them, "
 "unless you want to retain compatibility with older versions of the API."
 msgstr ""
 
 # type: =head2
-#: ../src/guestfs-actions.pod:6749
+#: ../src/guestfs-actions.pod:6759
 msgid "guestfs_wc_c"
 msgstr ""
 
 # type: verbatim
-#: ../src/guestfs-actions.pod:6751
+#: ../src/guestfs-actions.pod:6761
 #, no-wrap
 msgid ""
 " int\n"
@@ -15333,19 +15345,19 @@ msgid ""
 msgstr ""
 
 # type: textblock
-#: ../src/guestfs-actions.pod:6755 ../fish/guestfish-actions.pod:4501
+#: ../src/guestfs-actions.pod:6765 ../fish/guestfish-actions.pod:4501
 msgid ""
 "This command counts the characters in a file, using the C<wc -c> external "
 "command."
 msgstr ""
 
 # type: =head2
-#: ../src/guestfs-actions.pod:6762
+#: ../src/guestfs-actions.pod:6772
 msgid "guestfs_wc_l"
 msgstr ""
 
 # type: verbatim
-#: ../src/guestfs-actions.pod:6764
+#: ../src/guestfs-actions.pod:6774
 #, no-wrap
 msgid ""
 " int\n"
@@ -15355,19 +15367,19 @@ msgid ""
 msgstr ""
 
 # type: textblock
-#: ../src/guestfs-actions.pod:6768 ../fish/guestfish-actions.pod:4508
+#: ../src/guestfs-actions.pod:6778 ../fish/guestfish-actions.pod:4508
 msgid ""
 "This command counts the lines in a file, using the C<wc -l> external "
 "command."
 msgstr ""
 
 # type: =head2
-#: ../src/guestfs-actions.pod:6775
+#: ../src/guestfs-actions.pod:6785
 msgid "guestfs_wc_w"
 msgstr ""
 
 # type: verbatim
-#: ../src/guestfs-actions.pod:6777
+#: ../src/guestfs-actions.pod:6787
 #, no-wrap
 msgid ""
 " int\n"
@@ -15377,19 +15389,19 @@ msgid ""
 msgstr ""
 
 # type: textblock
-#: ../src/guestfs-actions.pod:6781 ../fish/guestfish-actions.pod:4515
+#: ../src/guestfs-actions.pod:6791 ../fish/guestfish-actions.pod:4515
 msgid ""
 "This command counts the words in a file, using the C<wc -w> external "
 "command."
 msgstr ""
 
 # type: =head2
-#: ../src/guestfs-actions.pod:6788
+#: ../src/guestfs-actions.pod:6798
 msgid "guestfs_write"
 msgstr ""
 
 # type: verbatim
-#: ../src/guestfs-actions.pod:6790
+#: ../src/guestfs-actions.pod:6800
 #, no-wrap
 msgid ""
 " int\n"
@@ -15401,19 +15413,19 @@ msgid ""
 msgstr ""
 
 # type: textblock
-#: ../src/guestfs-actions.pod:6796 ../fish/guestfish-actions.pod:4522
+#: ../src/guestfs-actions.pod:6806 ../fish/guestfish-actions.pod:4522
 msgid ""
 "This call creates a file called C<path>.  The content of the file is the "
 "string C<content> (which can contain any 8 bit data)."
 msgstr ""
 
 # type: =head2
-#: ../src/guestfs-actions.pod:6806
+#: ../src/guestfs-actions.pod:6816
 msgid "guestfs_write_file"
 msgstr ""
 
 # type: verbatim
-#: ../src/guestfs-actions.pod:6808
+#: ../src/guestfs-actions.pod:6818
 #, no-wrap
 msgid ""
 " int\n"
@@ -15425,38 +15437,38 @@ msgid ""
 msgstr ""
 
 # type: textblock
-#: ../src/guestfs-actions.pod:6814 ../fish/guestfish-actions.pod:4532
+#: ../src/guestfs-actions.pod:6824 ../fish/guestfish-actions.pod:4532
 msgid ""
 "This call creates a file called C<path>.  The contents of the file is the "
 "string C<content> (which can contain any 8 bit data), with length C<size>."
 msgstr ""
 
 # type: textblock
-#: ../src/guestfs-actions.pod:6818 ../fish/guestfish-actions.pod:4536
+#: ../src/guestfs-actions.pod:6828 ../fish/guestfish-actions.pod:4536
 msgid ""
 "As a special case, if C<size> is C<0> then the length is calculated using "
 "C<strlen> (so in this case the content cannot contain embedded ASCII NULs)."
 msgstr ""
 
 # type: textblock
-#: ../src/guestfs-actions.pod:6822 ../fish/guestfish-actions.pod:4540
+#: ../src/guestfs-actions.pod:6832 ../fish/guestfish-actions.pod:4540
 msgid ""
 "I<NB.> Owing to a bug, writing content containing ASCII NUL characters does "
 "I<not> work, even if the length is specified."
 msgstr ""
 
 # type: textblock
-#: ../src/guestfs-actions.pod:6830 ../fish/guestfish-actions.pod:4546
+#: ../src/guestfs-actions.pod:6840 ../fish/guestfish-actions.pod:4546
 msgid "This function is deprecated.  In new code, use the C<write> call instead."
 msgstr ""
 
 # type: =head2
-#: ../src/guestfs-actions.pod:6839
+#: ../src/guestfs-actions.pod:6849
 msgid "guestfs_zegrep"
 msgstr ""
 
 # type: verbatim
-#: ../src/guestfs-actions.pod:6841
+#: ../src/guestfs-actions.pod:6851
 #, no-wrap
 msgid ""
 " char **\n"
@@ -15467,17 +15479,17 @@ msgid ""
 msgstr ""
 
 # type: textblock
-#: ../src/guestfs-actions.pod:6846 ../fish/guestfish-actions.pod:4557
+#: ../src/guestfs-actions.pod:6856 ../fish/guestfish-actions.pod:4557
 msgid "This calls the external C<zegrep> program and returns the matching lines."
 msgstr ""
 
 # type: =head2
-#: ../src/guestfs-actions.pod:6858
+#: ../src/guestfs-actions.pod:6868
 msgid "guestfs_zegrepi"
 msgstr ""
 
 # type: verbatim
-#: ../src/guestfs-actions.pod:6860
+#: ../src/guestfs-actions.pod:6870
 #, no-wrap
 msgid ""
 " char **\n"
@@ -15488,17 +15500,17 @@ msgid ""
 msgstr ""
 
 # type: textblock
-#: ../src/guestfs-actions.pod:6865 ../fish/guestfish-actions.pod:4567
+#: ../src/guestfs-actions.pod:6875 ../fish/guestfish-actions.pod:4567
 msgid "This calls the external C<zegrep -i> program and returns the matching lines."
 msgstr ""
 
 # type: =head2
-#: ../src/guestfs-actions.pod:6877
+#: ../src/guestfs-actions.pod:6887
 msgid "guestfs_zero"
 msgstr ""
 
 # type: verbatim
-#: ../src/guestfs-actions.pod:6879
+#: ../src/guestfs-actions.pod:6889
 #, no-wrap
 msgid ""
 " int\n"
@@ -15508,12 +15520,12 @@ msgid ""
 msgstr ""
 
 # type: textblock
-#: ../src/guestfs-actions.pod:6883 ../fish/guestfish-actions.pod:4577
+#: ../src/guestfs-actions.pod:6893 ../fish/guestfish-actions.pod:4577
 msgid "This command writes zeroes over the first few blocks of C<device>."
 msgstr ""
 
 # type: textblock
-#: ../src/guestfs-actions.pod:6885 ../fish/guestfish-actions.pod:4579
+#: ../src/guestfs-actions.pod:6895 ../fish/guestfish-actions.pod:4579
 msgid ""
 "How many blocks are zeroed isn't specified (but it's I<not> enough to "
 "securely wipe the device).  It should be sufficient to remove any partition "
@@ -15521,17 +15533,17 @@ msgid ""
 msgstr ""
 
 # type: textblock
-#: ../src/guestfs-actions.pod:6889
+#: ../src/guestfs-actions.pod:6899
 msgid "See also: C<guestfs_zero_device>, C<guestfs_scrub_device>."
 msgstr ""
 
 # type: =head2
-#: ../src/guestfs-actions.pod:6900
+#: ../src/guestfs-actions.pod:6910
 msgid "guestfs_zero_device"
 msgstr ""
 
 # type: verbatim
-#: ../src/guestfs-actions.pod:6902
+#: ../src/guestfs-actions.pod:6912
 #, no-wrap
 msgid ""
 " int\n"
@@ -15541,24 +15553,24 @@ msgid ""
 msgstr ""
 
 # type: textblock
-#: ../src/guestfs-actions.pod:6906
+#: ../src/guestfs-actions.pod:6916
 msgid ""
 "This command writes zeroes over the entire C<device>.  Compare with "
 "C<guestfs_zero> which just zeroes the first few blocks of a device."
 msgstr ""
 
 # type: textblock
-#: ../src/guestfs-actions.pod:6920
+#: ../src/guestfs-actions.pod:6930
 msgid "(Added in 1.3.1)"
 msgstr ""
 
 # type: =head2
-#: ../src/guestfs-actions.pod:6922
+#: ../src/guestfs-actions.pod:6932
 msgid "guestfs_zerofree"
 msgstr ""
 
 # type: verbatim
-#: ../src/guestfs-actions.pod:6924
+#: ../src/guestfs-actions.pod:6934
 #, no-wrap
 msgid ""
 " int\n"
@@ -15568,7 +15580,7 @@ msgid ""
 msgstr ""
 
 # type: textblock
-#: ../src/guestfs-actions.pod:6928 ../fish/guestfish-actions.pod:4600
+#: ../src/guestfs-actions.pod:6938 ../fish/guestfish-actions.pod:4600
 msgid ""
 "This runs the I<zerofree> program on C<device>.  This program claims to zero "
 "unused inodes and disk blocks on an ext2/3 filesystem, thus making it "
@@ -15576,24 +15588,24 @@ msgid ""
 msgstr ""
 
 # type: textblock
-#: ../src/guestfs-actions.pod:6933 ../fish/guestfish-actions.pod:4605
+#: ../src/guestfs-actions.pod:6943 ../fish/guestfish-actions.pod:4605
 msgid "You should B<not> run this program if the filesystem is mounted."
 msgstr ""
 
 # type: textblock
-#: ../src/guestfs-actions.pod:6936 ../fish/guestfish-actions.pod:4608
+#: ../src/guestfs-actions.pod:6946 ../fish/guestfish-actions.pod:4608
 msgid ""
 "It is possible that using this program can damage the filesystem or data on "
 "the filesystem."
 msgstr ""
 
 # type: =head2
-#: ../src/guestfs-actions.pod:6943
+#: ../src/guestfs-actions.pod:6953
 msgid "guestfs_zfgrep"
 msgstr ""
 
 # type: verbatim
-#: ../src/guestfs-actions.pod:6945
+#: ../src/guestfs-actions.pod:6955
 #, no-wrap
 msgid ""
 " char **\n"
@@ -15604,17 +15616,17 @@ msgid ""
 msgstr ""
 
 # type: textblock
-#: ../src/guestfs-actions.pod:6950 ../fish/guestfish-actions.pod:4615
+#: ../src/guestfs-actions.pod:6960 ../fish/guestfish-actions.pod:4615
 msgid "This calls the external C<zfgrep> program and returns the matching lines."
 msgstr ""
 
 # type: =head2
-#: ../src/guestfs-actions.pod:6962
+#: ../src/guestfs-actions.pod:6972
 msgid "guestfs_zfgrepi"
 msgstr ""
 
 # type: verbatim
-#: ../src/guestfs-actions.pod:6964
+#: ../src/guestfs-actions.pod:6974
 #, no-wrap
 msgid ""
 " char **\n"
@@ -15625,17 +15637,17 @@ msgid ""
 msgstr ""
 
 # type: textblock
-#: ../src/guestfs-actions.pod:6969 ../fish/guestfish-actions.pod:4625
+#: ../src/guestfs-actions.pod:6979 ../fish/guestfish-actions.pod:4625
 msgid "This calls the external C<zfgrep -i> program and returns the matching lines."
 msgstr ""
 
 # type: =head2
-#: ../src/guestfs-actions.pod:6981
+#: ../src/guestfs-actions.pod:6991
 msgid "guestfs_zfile"
 msgstr ""
 
 # type: verbatim
-#: ../src/guestfs-actions.pod:6983
+#: ../src/guestfs-actions.pod:6993
 #, no-wrap
 msgid ""
 " char *\n"
@@ -15646,34 +15658,34 @@ msgid ""
 msgstr ""
 
 # type: textblock
-#: ../src/guestfs-actions.pod:6988 ../fish/guestfish-actions.pod:4635
+#: ../src/guestfs-actions.pod:6998 ../fish/guestfish-actions.pod:4635
 msgid "This command runs C<file> after first decompressing C<path> using C<method>."
 msgstr ""
 
 # type: textblock
-#: ../src/guestfs-actions.pod:6991 ../fish/guestfish-actions.pod:4638
+#: ../src/guestfs-actions.pod:7001 ../fish/guestfish-actions.pod:4638
 msgid "C<method> must be one of C<gzip>, C<compress> or C<bzip2>."
 msgstr ""
 
 # type: textblock
-#: ../src/guestfs-actions.pod:6993
+#: ../src/guestfs-actions.pod:7003
 msgid ""
 "Since 1.0.63, use C<guestfs_file> instead which can now process compressed "
 "files."
 msgstr ""
 
 # type: textblock
-#: ../src/guestfs-actions.pod:6999 ../fish/guestfish-actions.pod:4643
+#: ../src/guestfs-actions.pod:7009 ../fish/guestfish-actions.pod:4643
 msgid "This function is deprecated.  In new code, use the C<file> call instead."
 msgstr ""
 
 # type: =head2
-#: ../src/guestfs-actions.pod:7008
+#: ../src/guestfs-actions.pod:7018
 msgid "guestfs_zgrep"
 msgstr ""
 
 # type: verbatim
-#: ../src/guestfs-actions.pod:7010
+#: ../src/guestfs-actions.pod:7020
 #, no-wrap
 msgid ""
 " char **\n"
@@ -15684,17 +15696,17 @@ msgid ""
 msgstr ""
 
 # type: textblock
-#: ../src/guestfs-actions.pod:7015 ../fish/guestfish-actions.pod:4654
+#: ../src/guestfs-actions.pod:7025 ../fish/guestfish-actions.pod:4654
 msgid "This calls the external C<zgrep> program and returns the matching lines."
 msgstr ""
 
 # type: =head2
-#: ../src/guestfs-actions.pod:7027
+#: ../src/guestfs-actions.pod:7037
 msgid "guestfs_zgrepi"
 msgstr ""
 
 # type: verbatim
-#: ../src/guestfs-actions.pod:7029
+#: ../src/guestfs-actions.pod:7039
 #, no-wrap
 msgid ""
 " char **\n"
@@ -15705,7 +15717,7 @@ msgid ""
 msgstr ""
 
 # type: textblock
-#: ../src/guestfs-actions.pod:7034 ../fish/guestfish-actions.pod:4664
+#: ../src/guestfs-actions.pod:7044 ../fish/guestfish-actions.pod:4664
 msgid "This calls the external C<zgrep -i> program and returns the matching lines."
 msgstr ""
 
index 9d77285..6fbc5e2 100644 (file)
--- a/po/es.po
+++ b/po/es.po
@@ -9,7 +9,7 @@ msgstr ""
 "Project-Id-Version: libguestfs.master\n"
 "Report-Msgid-Bugs-To: https://bugzilla.redhat.com/enter_bug.cgi?"
 "component=libguestfs&product=Virtualization+Tools\n"
-"POT-Creation-Date: 2010-11-30 15:00+0000\n"
+"POT-Creation-Date: 2010-12-01 17:33+0000\n"
 "PO-Revision-Date: \n"
 "Last-Translator: Héctor Daniel Cabrera <logan@fedoraproject.org>\n"
 "Language-Team: Fedora Spanish <trans-es@lists.fedoraproject.org>\n"
@@ -2984,17 +2984,17 @@ msgstr "todavía qemu no ha sido iniciado "
 msgid "no subprocess to kill"
 msgstr "ningún subproceso que finalizar"
 
-#: src/proto.c:143
+#: src/proto.c:146
 #, c-format
 msgid "guestfs_set_busy: called when in state %d != READY"
 msgstr "guestfs_set_busy: llamado cuando se encontraba en estado %d != READY "
 
-#: src/proto.c:166
+#: src/proto.c:169
 #, c-format
 msgid "guestfs_end_busy: called when in state %d"
 msgstr "guestfs_end_busy: llamado cuando se encontraba en estado %d"
 
-#: src/proto.c:281
+#: src/proto.c:350
 #, c-format
 msgid ""
 "check_for_daemon_cancellation_or_eof: read 0x%x from daemon, expected 0x%x\n"
@@ -3002,69 +3002,69 @@ msgstr ""
 "check_for_daemon_cancellation_or_eof: se ha leído 0x%x desde el demonio, se "
 "esperaba 0x%x\n"
 
-#: src/proto.c:453 src/proto.c:514
+#: src/proto.c:519 src/proto.c:580
 msgid "unexpected end of file when reading from daemon"
 msgstr "fin no esperado del archivo mientras se leía desde el demonio"
 
-#: src/proto.c:474
+#: src/proto.c:540
 #, c-format
 msgid "received magic signature from guestfsd, but in state %d"
 msgstr ""
 "se ha recibido una identificación mágica desde guestfsd, pero en estado %d"
 
-#: src/proto.c:491
+#: src/proto.c:557
 #, c-format
 msgid "message length (%u) > maximum possible size (%d)"
 msgstr "la longitud del mensaje (%u) > tamaño máximo posible (%d)"
 
-#: src/proto.c:641
+#: src/proto.c:708
 #, c-format
 msgid "guestfs___send: state %d != BUSY"
 msgstr "guestfs___send: estado %d != BUSY"
 
-#: src/proto.c:663
+#: src/proto.c:732
 msgid "xdr_guestfs_message_header failed"
 msgstr "falló xdr_guestfs_message_header"
 
-#: src/proto.c:672
+#: src/proto.c:741
 msgid "dispatch failed to marshal args"
 msgstr "el despacho falló al presentar los argumentos"
 
-#: src/proto.c:802
+#: src/proto.c:871
 #, c-format
 msgid "send_file_chunk: state %d != READY"
 msgstr "send_file_chunk: estado %d != READY"
 
-#: src/proto.c:818
+#: src/proto.c:887
 #, c-format
 msgid "xdr_guestfs_chunk failed (buf = %p, buflen = %zu)"
 msgstr "falló xdr_guestfs_chunk (buf = %p, buflen = %zu)"
 
-#: src/proto.c:941
+#: src/proto.c:1010
 #, c-format
 msgid "%s: error in chunked encoding"
 msgstr "%s: error en codificación fragmentada"
 
-#: src/proto.c:969
+#: src/proto.c:1038
 msgid "write to daemon socket"
 msgstr "escribe en el socket del demonio"
 
-#: src/proto.c:992
+#: src/proto.c:1061
 msgid "receive_file_data: parse error in reply callback"
 msgstr ""
 "receive_file_data: error de análisis en la respuesta de devolución de llamada"
 
-#: src/proto.c:997
+#: src/proto.c:1066
 msgid "receive_file_data: unexpected flag received when reading file chunks"
 msgstr ""
 "receive_file_data: se ha recibido una marca no esperada mientras se leían "
 "porciones del archivo "
 
-#: src/proto.c:1005
+#: src/proto.c:1074
 msgid "failed to parse file chunk"
 msgstr "falló al analizar porciones del archivo"
 
-#: src/proto.c:1014
+#: src/proto.c:1083
 msgid "file receive cancelled by daemon"
 msgstr "el demonio ha cancelado la recepción del archivo"
 
index 7034ec5..d63d46e 100644 (file)
--- a/po/gu.po
+++ b/po/gu.po
@@ -8,7 +8,7 @@ msgstr ""
 "Project-Id-Version: libguestfs\n"
 "Report-Msgid-Bugs-To: https://bugzilla.redhat.com/enter_bug.cgi?"
 "component=libguestfs&product=Virtualization+Tools\n"
-"POT-Creation-Date: 2010-11-30 15:00+0000\n"
+"POT-Creation-Date: 2010-12-01 17:33+0000\n"
 "PO-Revision-Date: 2010-02-02 13:45+0530\n"
 "Last-Translator: Sweta Kothari <swkothar@redhat.com>\n"
 "Language-Team: Gujarati\n"
@@ -2903,82 +2903,82 @@ msgstr "qemu એ હજુ શરૂ કરવામાં આવ્યુ ન
 msgid "no subprocess to kill"
 msgstr "મારવા માટે ઉપપ્રક્રિયા નથી"
 
-#: src/proto.c:143
+#: src/proto.c:146
 #, c-format
 msgid "guestfs_set_busy: called when in state %d != READY"
 msgstr "guestfs_set_busy: બોલાવેલ છે જ્યારે state %d != READY માં છે"
 
-#: src/proto.c:166
+#: src/proto.c:169
 #, c-format
 msgid "guestfs_end_busy: called when in state %d"
 msgstr "guestfs_end_busy: બોલાવેલ છે જ્યારે state %d માં છે"
 
-#: src/proto.c:281
+#: src/proto.c:350
 #, c-format
 msgid ""
 "check_for_daemon_cancellation_or_eof: read 0x%x from daemon, expected 0x%x\n"
 msgstr ""
 "check_for_daemon_cancellation_or_eof: ડિમન માંથી 0x%x ને વાંચો, ઇચ્છિત 0x%x\n"
 
-#: src/proto.c:453 src/proto.c:514
+#: src/proto.c:519 src/proto.c:580
 msgid "unexpected end of file when reading from daemon"
 msgstr "ફાઇલનો અનિચ્છનીય અંત જ્યારે ડિમન માંથી વાંચી રહ્યા હોય"
 
-#: src/proto.c:474
+#: src/proto.c:540
 #, c-format
 msgid "received magic signature from guestfsd, but in state %d"
 msgstr "guestfsd માંથી મળેલ જાદુઇ હસ્તાક્ષર, પરંતુ state %d માં છે"
 
-#: src/proto.c:491
+#: src/proto.c:557
 #, c-format
 msgid "message length (%u) > maximum possible size (%d)"
 msgstr "સંદેશ લંબાઇ (%u) > મહત્તમ શક્ય માપ (%d)"
 
-#: src/proto.c:641
+#: src/proto.c:708
 #, c-format
 msgid "guestfs___send: state %d != BUSY"
 msgstr "guestfs___send: state %d != BUSY"
 
-#: src/proto.c:663
+#: src/proto.c:732
 msgid "xdr_guestfs_message_header failed"
 msgstr "xdr_guestfs_message_header નિષ્ફળ"
 
-#: src/proto.c:672
+#: src/proto.c:741
 msgid "dispatch failed to marshal args"
 msgstr "માર્શલ દલીલોને મોકલવાનું નિષ્ફળ"
 
-#: src/proto.c:802
+#: src/proto.c:871
 #, c-format
 msgid "send_file_chunk: state %d != READY"
 msgstr "send_file_chunk: state %d != READY"
 
-#: src/proto.c:818
+#: src/proto.c:887
 #, c-format
 msgid "xdr_guestfs_chunk failed (buf = %p, buflen = %zu)"
 msgstr "xdr_guestfs_chunk નિષ્ફળ (buf = %p, buflen = %zu)"
 
-#: src/proto.c:941
+#: src/proto.c:1010
 #, c-format
 msgid "%s: error in chunked encoding"
 msgstr "%s: ટૂકડા થયેલ એનકોડીંગમાં ભૂલ"
 
-#: src/proto.c:969
+#: src/proto.c:1038
 msgid "write to daemon socket"
 msgstr "ડિમન સોકેટમાં લખો"
 
-#: src/proto.c:992
+#: src/proto.c:1061
 msgid "receive_file_data: parse error in reply callback"
 msgstr "receive_file_data: કોલબેક જવાબમાં પદચ્છેદન ભૂલ"
 
-#: src/proto.c:997
+#: src/proto.c:1066
 msgid "receive_file_data: unexpected flag received when reading file chunks"
 msgstr "receive_file_data: મળેલ અનિચ્છનીય ફ્લેગ જ્યારે ફાઇલ ટૂકડાઓને વાંચી રહ્યા હોય"
 
-#: src/proto.c:1005
+#: src/proto.c:1074
 msgid "failed to parse file chunk"
 msgstr "ફાઇલનાં ટૂકડાને પદચ્છેદન કરવાનું નિષ્ફળ"
 
-#: src/proto.c:1014
+#: src/proto.c:1083
 msgid "file receive cancelled by daemon"
 msgstr "ડિમન દ્દારા રદ થયેલ ફાઇલ મેળવી"
 
index c0ffb0b..05d81db 100644 (file)
--- a/po/hi.po
+++ b/po/hi.po
@@ -8,7 +8,7 @@ msgstr ""
 "Project-Id-Version: libguestfs.master.libguestfs\n"
 "Report-Msgid-Bugs-To: https://bugzilla.redhat.com/enter_bug.cgi?"
 "component=libguestfs&product=Virtualization+Tools\n"
-"POT-Creation-Date: 2010-11-30 15:00+0000\n"
+"POT-Creation-Date: 2010-12-01 17:33+0000\n"
 "PO-Revision-Date: 2010-02-16 12:57+0530\n"
 "Last-Translator: Rajesh Ranjan <rranjan@redhat.com>\n"
 "Language-Team: Hindi <Red Hat>\n"
@@ -2906,82 +2906,82 @@ msgstr "qemu को अबतक लॉन्च नहीं किया ग
 msgid "no subprocess to kill"
 msgstr "किल करने के लिए कोई उपप्रक्रिया नहीं"
 
-#: src/proto.c:143
+#: src/proto.c:146
 #, c-format
 msgid "guestfs_set_busy: called when in state %d != READY"
 msgstr "guestfs_set_busy: called when in state %d != READY"
 
-#: src/proto.c:166
+#: src/proto.c:169
 #, c-format
 msgid "guestfs_end_busy: called when in state %d"
 msgstr "guestfs_end_busy: called when in state %d"
 
-#: src/proto.c:281
+#: src/proto.c:350
 #, c-format
 msgid ""
 "check_for_daemon_cancellation_or_eof: read 0x%x from daemon, expected 0x%x\n"
 msgstr ""
 "check_for_daemon_cancellation_or_eof: read 0x%x from daemon, expected 0x%x\n"
 
-#: src/proto.c:453 src/proto.c:514
+#: src/proto.c:519 src/proto.c:580
 msgid "unexpected end of file when reading from daemon"
 msgstr "डेमॉन से पढ़ने के दौरान फाइल का अप्रत्याशित अंत"
 
-#: src/proto.c:474
+#: src/proto.c:540
 #, c-format
 msgid "received magic signature from guestfsd, but in state %d"
 msgstr "guestfsd से जादुई हस्ताक्षर पाया , लेकिन %d स्थिति में"
 
-#: src/proto.c:491
+#: src/proto.c:557
 #, c-format
 msgid "message length (%u) > maximum possible size (%d)"
 msgstr "message length (%u) > maximum possible size (%d)"
 
-#: src/proto.c:641
+#: src/proto.c:708
 #, c-format
 msgid "guestfs___send: state %d != BUSY"
 msgstr "guestfs___send: state %d != BUSY"
 
-#: src/proto.c:663
+#: src/proto.c:732
 msgid "xdr_guestfs_message_header failed"
 msgstr "xdr_guestfs_message_header failed"
 
-#: src/proto.c:672
+#: src/proto.c:741
 msgid "dispatch failed to marshal args"
 msgstr "dispatch failed to marshal args"
 
-#: src/proto.c:802
+#: src/proto.c:871
 #, c-format
 msgid "send_file_chunk: state %d != READY"
 msgstr "send_file_chunk: state %d != READY"
 
-#: src/proto.c:818
+#: src/proto.c:887
 #, c-format
 msgid "xdr_guestfs_chunk failed (buf = %p, buflen = %zu)"
 msgstr "xdr_guestfs_chunk failed (buf = %p, buflen = %zu)"
 
-#: src/proto.c:941
+#: src/proto.c:1010
 #, c-format
 msgid "%s: error in chunked encoding"
 msgstr "%s: error in chunked encoding"
 
-#: src/proto.c:969
+#: src/proto.c:1038
 msgid "write to daemon socket"
 msgstr "डेमॉन सॉकेट में लिखें"
 
-#: src/proto.c:992
+#: src/proto.c:1061
 msgid "receive_file_data: parse error in reply callback"
 msgstr "receive_file_data: parse error in reply callback"
 
-#: src/proto.c:997
+#: src/proto.c:1066
 msgid "receive_file_data: unexpected flag received when reading file chunks"
 msgstr "receive_file_data: unexpected flag received when reading file chunks"
 
-#: src/proto.c:1005
+#: src/proto.c:1074
 msgid "failed to parse file chunk"
 msgstr "फाइल के ढेर को विश्लेषित नहीं कर सका"
 
-#: src/proto.c:1014
+#: src/proto.c:1083
 msgid "file receive cancelled by daemon"
 msgstr "फाइल प्राप्ति को डेमॉन के द्वारा रद्द किया गया"
 
index 4cd3934..d9fb9b2 100644 (file)
--- a/po/kn.po
+++ b/po/kn.po
@@ -7,7 +7,7 @@ msgstr ""
 "Project-Id-Version: libguestfs 1.0.83\n"
 "Report-Msgid-Bugs-To: https://bugzilla.redhat.com/enter_bug.cgi?"
 "component=libguestfs&product=Virtualization+Tools\n"
-"POT-Creation-Date: 2010-11-30 15:00+0000\n"
+"POT-Creation-Date: 2010-12-01 17:33+0000\n"
 "PO-Revision-Date: 2010-02-24 11:56+0530\n"
 "Last-Translator: Shankar Prasad <svenkate@redhat.com>\n"
 "Language-Team: kn-IN <>\n"
@@ -2916,17 +2916,17 @@ msgstr "qemu ಅನ್ನು ಇನ್ನೂ ಸಹ ಆರಂಭಿಸಲಾಗ
 msgid "no subprocess to kill"
 msgstr "ಅಂತ್ಯಗೊಳಿಸಲು ಯಾವುದೆ ಉಪಪ್ರಕ್ರಿಯೆಯು ಇಲ್ಲ"
 
-#: src/proto.c:143
+#: src/proto.c:146
 #, c-format
 msgid "guestfs_set_busy: called when in state %d != READY"
 msgstr "guestfs_set_busy: %d != READY ಎಂಬ ಸ್ಥಿತಿಯಲ್ಲಿದ್ದಾಗ ಕರೆಯಲಾಗಿದೆ"
 
-#: src/proto.c:166
+#: src/proto.c:169
 #, c-format
 msgid "guestfs_end_busy: called when in state %d"
 msgstr "guestfs_end_busy: %d ಎಂಬ ಸ್ಥಿತಿಯಲ್ಲಿದ್ದಾಗ ಕರೆಯಲಾಗಿದೆ"
 
-#: src/proto.c:281
+#: src/proto.c:350
 #, c-format
 msgid ""
 "check_for_daemon_cancellation_or_eof: read 0x%x from daemon, expected 0x%x\n"
@@ -2934,65 +2934,65 @@ msgstr ""
 "check_for_daemon_cancellation_or_eof: ಡೀಮನ್‌ನಿಂದ 0x%x ಅನ್ನು ಓದಲಾಗಿದೆ, ಆದರೆ 0x%x "
 "ಅನ್ನು ನಿರೀಕ್ಷಿಸಲಾಗಿತ್ತು\n"
 
-#: src/proto.c:453 src/proto.c:514
+#: src/proto.c:519 src/proto.c:580
 msgid "unexpected end of file when reading from daemon"
 msgstr "ಡೀಮನ್‌ನಿಂದ ಓದುವಾಗ ಕಡತದ ಅನಿರೀಕ್ಷಿತ ಅಂತ್ಯವು ಕಂಡುಬಂದಿಲ್ಲ"
 
-#: src/proto.c:474
+#: src/proto.c:540
 #, c-format
 msgid "received magic signature from guestfsd, but in state %d"
 msgstr "guestfsd ಇಂದ ಮ್ಯಾಜಿಕ್ ಸಹಿಯನ್ನು ಪಡೆಯಲಾಗಿದೆ, ಆದರೆ %d ಸ್ಥಿತಿಯಲ್ಲಿದೆ"
 
-#: src/proto.c:491
+#: src/proto.c:557
 #, c-format
 msgid "message length (%u) > maximum possible size (%d)"
 msgstr "ಸಂದೇಶದ ಉದ್ದ (%u) > ಸಾಧ್ಯವಿರುವ ಗರಿಷ್ಟ ಉದ್ದ (%d)"
 
-#: src/proto.c:641
+#: src/proto.c:708
 #, c-format
 msgid "guestfs___send: state %d != BUSY"
 msgstr "guestfs___send: ಸ್ಥಿತಿ %d != BUSY"
 
-#: src/proto.c:663
+#: src/proto.c:732
 msgid "xdr_guestfs_message_header failed"
 msgstr "xdr_guestfs_message_header ವಿಫಲಗೊಂಡಿದೆ"
 
-#: src/proto.c:672
+#: src/proto.c:741
 msgid "dispatch failed to marshal args"
 msgstr "ವಿಫಲಗೊಂಡವುಗಳನ್ನು ಮಾರ್ಶಲ್ ಆರ್ಗ್ಯುಮೆಂಟ್‌ಗಳಿಗೆ ರವಾನಿಸು"
 
-#: src/proto.c:802
+#: src/proto.c:871
 #, c-format
 msgid "send_file_chunk: state %d != READY"
 msgstr "send_file_chunk: ಸ್ಥಿತಿ %d != READY"
 
-#: src/proto.c:818
+#: src/proto.c:887
 #, c-format
 msgid "xdr_guestfs_chunk failed (buf = %p, buflen = %zu)"
 msgstr "xdr_guestfs_chunk ವಿಫಲಗೊಂಡಿದೆ (buf = %p, buflen = %zu)"
 
-#: src/proto.c:941
+#: src/proto.c:1010
 #, c-format
 msgid "%s: error in chunked encoding"
 msgstr "%s: ತುಂಡರಿಸಲಾದ ಎನ್ಕೋಡಿಂಗ್‌ನಲ್ಲಿ ದೋಷ"
 
-#: src/proto.c:969
+#: src/proto.c:1038
 msgid "write to daemon socket"
 msgstr "ಡೀಮನ್ ಸಾಕೆಟ್‌ಗೆ ಬರೆಯುವಲ್ಲಿ ವಿಫಲಗೊಂಡಿದೆ"
 
-#: src/proto.c:992
+#: src/proto.c:1061
 msgid "receive_file_data: parse error in reply callback"
 msgstr "receive_file_data: ಪ್ರತ್ಯುತ್ತರ ಕಾಲ್‌ಬ್ಯಾಕ್‌ನಲ್ಲಿ ಪಾರ್ಸ್ ದೋಷ"
 
-#: src/proto.c:997
+#: src/proto.c:1066
 msgid "receive_file_data: unexpected flag received when reading file chunks"
 msgstr "receive_file_data: ಕಡತದ ತುಣುಕಗಳು ಓದುವಾಗ ಅನಿರೀಕ್ಷಿತ ಫ್ಲಾಗ್ ಅನ್ನು ಪಡೆಯಲಾಗಿದೆ"
 
-#: src/proto.c:1005
+#: src/proto.c:1074
 msgid "failed to parse file chunk"
 msgstr "ಕಡತದ ತುಣುಕನ್ನು ಪಾರ್ಸ್ ಮಾಡಲು ಸಾಧ್ಯವಾಗಿಲ್ಲ"
 
-#: src/proto.c:1014
+#: src/proto.c:1083
 msgid "file receive cancelled by daemon"
 msgstr "ಕಡತವನ್ನು ಸ್ವೀಕರಿಸುವುದನ್ನು ಡೆಮನ್ ರದ್ದುಗೊಳಿಸಿದೆ"
 
index 87c86ba..108e761 100644 (file)
@@ -6,10 +6,10 @@
 #, fuzzy
 msgid ""
 msgstr ""
-"Project-Id-Version: libguestfs 1.7.17\n"
+"Project-Id-Version: libguestfs 1.7.18\n"
 "Report-Msgid-Bugs-To: https://bugzilla.redhat.com/enter_bug.cgi?"
 "component=libguestfs&product=Virtualization+Tools\n"
-"POT-Creation-Date: 2010-11-30 15:00+0000\n"
+"POT-Creation-Date: 2010-12-01 17:33+0000\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 "Language-Team: LANGUAGE <LL@li.org>\n"
@@ -2666,81 +2666,81 @@ msgstr ""
 msgid "no subprocess to kill"
 msgstr ""
 
-#: src/proto.c:143
+#: src/proto.c:146
 #, c-format
 msgid "guestfs_set_busy: called when in state %d != READY"
 msgstr ""
 
-#: src/proto.c:166
+#: src/proto.c:169
 #, c-format
 msgid "guestfs_end_busy: called when in state %d"
 msgstr ""
 
-#: src/proto.c:281
+#: src/proto.c:350
 #, c-format
 msgid ""
 "check_for_daemon_cancellation_or_eof: read 0x%x from daemon, expected 0x%x\n"
 msgstr ""
 
-#: src/proto.c:453 src/proto.c:514
+#: src/proto.c:519 src/proto.c:580
 msgid "unexpected end of file when reading from daemon"
 msgstr ""
 
-#: src/proto.c:474
+#: src/proto.c:540
 #, c-format
 msgid "received magic signature from guestfsd, but in state %d"
 msgstr ""
 
-#: src/proto.c:491
+#: src/proto.c:557
 #, c-format
 msgid "message length (%u) > maximum possible size (%d)"
 msgstr ""
 
-#: src/proto.c:641
+#: src/proto.c:708
 #, c-format
 msgid "guestfs___send: state %d != BUSY"
 msgstr ""
 
-#: src/proto.c:663
+#: src/proto.c:732
 msgid "xdr_guestfs_message_header failed"
 msgstr ""
 
-#: src/proto.c:672
+#: src/proto.c:741
 msgid "dispatch failed to marshal args"
 msgstr ""
 
-#: src/proto.c:802
+#: src/proto.c:871
 #, c-format
 msgid "send_file_chunk: state %d != READY"
 msgstr ""
 
-#: src/proto.c:818
+#: src/proto.c:887
 #, c-format
 msgid "xdr_guestfs_chunk failed (buf = %p, buflen = %zu)"
 msgstr ""
 
-#: src/proto.c:941
+#: src/proto.c:1010
 #, c-format
 msgid "%s: error in chunked encoding"
 msgstr ""
 
-#: src/proto.c:969
+#: src/proto.c:1038
 msgid "write to daemon socket"
 msgstr ""
 
-#: src/proto.c:992
+#: src/proto.c:1061
 msgid "receive_file_data: parse error in reply callback"
 msgstr ""
 
-#: src/proto.c:997
+#: src/proto.c:1066
 msgid "receive_file_data: unexpected flag received when reading file chunks"
 msgstr ""
 
-#: src/proto.c:1005
+#: src/proto.c:1074
 msgid "failed to parse file chunk"
 msgstr ""
 
-#: src/proto.c:1014
+#: src/proto.c:1083
 msgid "file receive cancelled by daemon"
 msgstr ""
 
index 97cd701..0ca5bf9 100644 (file)
--- a/po/ml.po
+++ b/po/ml.po
@@ -8,7 +8,7 @@ msgstr ""
 "Project-Id-Version: libguestfs.master.libguestfs.ml\n"
 "Report-Msgid-Bugs-To: https://bugzilla.redhat.com/enter_bug.cgi?"
 "component=libguestfs&product=Virtualization+Tools\n"
-"POT-Creation-Date: 2010-11-30 15:00+0000\n"
+"POT-Creation-Date: 2010-12-01 17:33+0000\n"
 "PO-Revision-Date: 2010-02-02 18:35+0530\n"
 "Last-Translator: Ani Peter | അനി പീറ്റര്‍ <apeter@redhat.com>\n"
 "Language-Team: Swathanthra Malayalam Computing | സ്വതന്ത്ര മലയാളം കമ്പ്യൂട്ടിങ് <smc-"
@@ -2908,82 +2908,82 @@ msgstr "qemu ഇതുവരെ വിന്യസിച്ചിട്ടില
 msgid "no subprocess to kill"
 msgstr "ഇല്ലാതാക്കുന്നതിനായി ഉപപ്രക്രിയകളില്ല"
 
-#: src/proto.c:143
+#: src/proto.c:146
 #, c-format
 msgid "guestfs_set_busy: called when in state %d != READY"
 msgstr "guestfs_set_busy: %d != READY അവസ്ഥയില്‍ വിളിച്ചിരിക്കുന്നു"
 
-#: src/proto.c:166
+#: src/proto.c:169
 #, c-format
 msgid "guestfs_end_busy: called when in state %d"
 msgstr "guestfs_end_busy: %d അവസ്ഥയില്‍ വിളിച്ചിരിക്കുന്നു"
 
-#: src/proto.c:281
+#: src/proto.c:350
 #, c-format
 msgid ""
 "check_for_daemon_cancellation_or_eof: read 0x%x from daemon, expected 0x%x\n"
 msgstr ""
 "check_for_daemon_cancellation_or_eof: read 0x%x from daemon, expected 0x%x\n"
 
-#: src/proto.c:453 src/proto.c:514
+#: src/proto.c:519 src/proto.c:580
 msgid "unexpected end of file when reading from daemon"
 msgstr "ഡെമണില്‍ നിന്നും വായിക്കുമ്പോള്‍ അപ്രതീക്ഷിതമായി ഫയല്‍ അവസാനിച്ചിരിക്കുന്നു"
 
-#: src/proto.c:474
+#: src/proto.c:540
 #, c-format
 msgid "received magic signature from guestfsd, but in state %d"
 msgstr "guestfsd-ല്‍ നിന്നും ഒപ്പ് ലഭിച്ചു, പക്ഷേ %d അവസ്ഥയില്‍"
 
-#: src/proto.c:491
+#: src/proto.c:557
 #, c-format
 msgid "message length (%u) > maximum possible size (%d)"
 msgstr "സന്ദേശത്തിന്റെ നീളം (%u) > ഏറ്റവും കൂടിയ സാധ്യമായ വ്യാപ്തി (%d)"
 
-#: src/proto.c:641
+#: src/proto.c:708
 #, c-format
 msgid "guestfs___send: state %d != BUSY"
 msgstr "guestfs___send: അവസ്ഥ %d != BUSY"
 
-#: src/proto.c:663
+#: src/proto.c:732
 msgid "xdr_guestfs_message_header failed"
 msgstr "xdr_guestfs_message_header പരാജയപ്പെട്ടു"
 
-#: src/proto.c:672
+#: src/proto.c:741
 msgid "dispatch failed to marshal args"
 msgstr "മാര്‍ഷല്‍ ആര്‍ഗ്യുമെന്റുകളിലേക്കു് നല്‍കുന്നതു് പരാജയപ്പെട്ടു"
 
-#: src/proto.c:802
+#: src/proto.c:871
 #, c-format
 msgid "send_file_chunk: state %d != READY"
 msgstr "send_file_chunk: അവസ്ഥ %d != READY"
 
-#: src/proto.c:818
+#: src/proto.c:887
 #, c-format
 msgid "xdr_guestfs_chunk failed (buf = %p, buflen = %zu)"
 msgstr "xdr_guestfs_chunk പരാജയപ്പെട്ടു (buf = %p, buflen = %zu)"
 
-#: src/proto.c:941
+#: src/proto.c:1010
 #, c-format
 msgid "%s: error in chunked encoding"
 msgstr "%s: ചങ്ക്ഡ് എന്‍കോഡിങില്‍ പിശക്"
 
-#: src/proto.c:969
+#: src/proto.c:1038
 msgid "write to daemon socket"
 msgstr "ഡെമണ്‍ സോക്കറ്റിലേക്ക് സൂക്ഷിക്കുക"
 
-#: src/proto.c:992
+#: src/proto.c:1061
 msgid "receive_file_data: parse error in reply callback"
 msgstr "receive_file_data: parse error in reply callback"
 
-#: src/proto.c:997
+#: src/proto.c:1066
 msgid "receive_file_data: unexpected flag received when reading file chunks"
 msgstr "receive_file_data: ഫയല്‍ ലഭ്യമാക്കുമ്പോള്‍ അപ്രതീക്ഷിതമായ ഫ്ലാഗ് ലഭിച്ചിരിക്കുന്നു"
 
-#: src/proto.c:1005
+#: src/proto.c:1074
 msgid "failed to parse file chunk"
 msgstr "ഫയല്‍ പാഴ്സ് ചെയ്യുന്നതില്‍ പരാജയപ്പെട്ടു"
 
-#: src/proto.c:1014
+#: src/proto.c:1083
 msgid "file receive cancelled by daemon"
 msgstr "ഫയല്‍ ലഭ്യമാക്കുന്നതു് ഡെമണ്‍ റദ്ദാക്കിയിരിക്കുന്നു"
 
index 0e10403..a02682d 100644 (file)
--- a/po/mr.po
+++ b/po/mr.po
@@ -8,7 +8,7 @@ msgstr ""
 "Project-Id-Version: mr\n"
 "Report-Msgid-Bugs-To: https://bugzilla.redhat.com/enter_bug.cgi?"
 "component=libguestfs&product=Virtualization+Tools\n"
-"POT-Creation-Date: 2010-11-30 15:00+0000\n"
+"POT-Creation-Date: 2010-12-01 17:33+0000\n"
 "PO-Revision-Date: 2010-02-03 19:10+0530\n"
 "Last-Translator: Sandeep Shedmake <sshedmak@redhat.com>\n"
 "Language-Team: Marathi <fedora-trans-mr@redhat.com>\n"
@@ -2903,82 +2903,82 @@ msgstr "qemu अजूनही सुरू केले नाही"
 msgid "no subprocess to kill"
 msgstr "kill करीता उपकार्य उपलब्ध नाही"
 
-#: src/proto.c:143
+#: src/proto.c:146
 #, c-format
 msgid "guestfs_set_busy: called when in state %d != READY"
 msgstr "guestfs_set_busy: state %d != READY स्थितीत असताना कॉल केले"
 
-#: src/proto.c:166
+#: src/proto.c:169
 #, c-format
 msgid "guestfs_end_busy: called when in state %d"
 msgstr "guestfs_end_busy: स्तर %d मध्ये असतेवेळी कॉल केले"
 
-#: src/proto.c:281
+#: src/proto.c:350
 #, c-format
 msgid ""
 "check_for_daemon_cancellation_or_eof: read 0x%x from daemon, expected 0x%x\n"
 msgstr ""
 "check_for_daemon_cancellation_or_eof: डिमन पासून 0x%x वाचा, 0x%x अपेक्षीत\n"
 
-#: src/proto.c:453 src/proto.c:514
+#: src/proto.c:519 src/proto.c:580
 msgid "unexpected end of file when reading from daemon"
 msgstr "डिमन पासून वाचतेवेळी फाइल अनपेक्षीतपणे समाप्त झाले"
 
-#: src/proto.c:474
+#: src/proto.c:540
 #, c-format
 msgid "received magic signature from guestfsd, but in state %d"
 msgstr "guestfsd पासून मॅजीक स्वाक्षरी प्राप्त, परंतु स्तर %d असे आढळले"
 
-#: src/proto.c:491
+#: src/proto.c:557
 #, c-format
 msgid "message length (%u) > maximum possible size (%d)"
 msgstr "संदेश लांबी (%u) > कमाल शक्य आकार (%d)"
 
-#: src/proto.c:641
+#: src/proto.c:708
 #, c-format
 msgid "guestfs___send: state %d != BUSY"
 msgstr "guestfs___send: state %d != BUSY"
 
-#: src/proto.c:663
+#: src/proto.c:732
 msgid "xdr_guestfs_message_header failed"
 msgstr "xdr_guestfs_message_header अपयशी"
 
-#: src/proto.c:672
+#: src/proto.c:741
 msgid "dispatch failed to marshal args"
 msgstr "marshal args करीता डिस्पॅच अपयशी"
 
-#: src/proto.c:802
+#: src/proto.c:871
 #, c-format
 msgid "send_file_chunk: state %d != READY"
 msgstr "send_file_chunk: state %d != READY"
 
-#: src/proto.c:818
+#: src/proto.c:887
 #, c-format
 msgid "xdr_guestfs_chunk failed (buf = %p, buflen = %zu)"
 msgstr "xdr_guestfs_chunk अपयशी (buf = %p, buflen = %zu)"
 
-#: src/proto.c:941
+#: src/proto.c:1010
 #, c-format
 msgid "%s: error in chunked encoding"
 msgstr "%s: चंक्ड् एनकोडिंग मध्ये त्रुटी आढळली"
 
-#: src/proto.c:969
+#: src/proto.c:1038
 msgid "write to daemon socket"
 msgstr "डिमक सॉकट मध्ये लिहा"
 
-#: src/proto.c:992
+#: src/proto.c:1061
 msgid "receive_file_data: parse error in reply callback"
 msgstr "receive_file_data: कॉलबॅक प्रतिसाद वाचतेवेळी त्रुटी"
 
-#: src/proto.c:997
+#: src/proto.c:1066
 msgid "receive_file_data: unexpected flag received when reading file chunks"
 msgstr "receive_file_data: फाइल खंड वाचतेवेळी अनपेक्षीत फ्लॅग प्राप्त झाले"
 
-#: src/proto.c:1005
+#: src/proto.c:1074
 msgid "failed to parse file chunk"
 msgstr "फाइल खंड वाचण्यास अपयशी"
 
-#: src/proto.c:1014
+#: src/proto.c:1083
 msgid "file receive cancelled by daemon"
 msgstr "डिमनने फाइल प्राप्यता रद्द केली"
 
index 683031d..e112e7b 100644 (file)
--- a/po/nl.po
+++ b/po/nl.po
@@ -7,7 +7,7 @@ msgstr ""
 "Project-Id-Version: libguestfs 1.5.4\n"
 "Report-Msgid-Bugs-To: https://bugzilla.redhat.com/enter_bug.cgi?"
 "component=libguestfs&product=Virtualization+Tools\n"
-"POT-Creation-Date: 2010-11-30 15:00+0000\n"
+"POT-Creation-Date: 2010-12-01 17:33+0000\n"
 "PO-Revision-Date: 2010-09-02 15:28+0200\n"
 "Last-Translator: Geert Warrink <geert.warrink@onsnet.nu>\n"
 "Language-Team: Fedora\n"
@@ -2940,17 +2940,17 @@ msgstr "qemu is nog niet gelanceerd"
 msgid "no subprocess to kill"
 msgstr "geen sub-proces om af te schieten"
 
-#: src/proto.c:143
+#: src/proto.c:146
 #, c-format
 msgid "guestfs_set_busy: called when in state %d != READY"
 msgstr "guestfs_set_busy: aangeroepen in toestand %d != READY"
 
-#: src/proto.c:166
+#: src/proto.c:169
 #, c-format
 msgid "guestfs_end_busy: called when in state %d"
 msgstr "guestfs_end_busy: aangeroepen in toestand %d"
 
-#: src/proto.c:281
+#: src/proto.c:350
 #, c-format
 msgid ""
 "check_for_daemon_cancellation_or_eof: read 0x%x from daemon, expected 0x%x\n"
@@ -2958,67 +2958,67 @@ msgstr ""
 "check_for_daemon_cancellation_or_eof: 0x%x gelezen van daemon, verwachte 0x"
 "%x\n"
 
-#: src/proto.c:453 src/proto.c:514
+#: src/proto.c:519 src/proto.c:580
 msgid "unexpected end of file when reading from daemon"
 msgstr "onverwacht einde van bestand bij het lezen van daemon"
 
-#: src/proto.c:474
+#: src/proto.c:540
 #, c-format
 msgid "received magic signature from guestfsd, but in state %d"
 msgstr "magie ondertekening ontvangen van guestfsd, maar de toestand is %d"
 
-#: src/proto.c:491
+#: src/proto.c:557
 #, c-format
 msgid "message length (%u) > maximum possible size (%d)"
 msgstr "boodschap lengte (%u) > maximaal mogelijke grootte (%d)"
 
-#: src/proto.c:641
+#: src/proto.c:708
 #, c-format
 msgid "guestfs___send: state %d != BUSY"
 msgstr "guestfs___send: toestand %d != BUSY"
 
-#: src/proto.c:663
+#: src/proto.c:732
 msgid "xdr_guestfs_message_header failed"
 msgstr "xdr_guestfs_message_header mislukte"
 
-#: src/proto.c:672
+#: src/proto.c:741
 msgid "dispatch failed to marshal args"
 msgstr "verzending faalde om argumenten te rangschikken"
 
-#: src/proto.c:802
+#: src/proto.c:871
 #, c-format
 msgid "send_file_chunk: state %d != READY"
 msgstr "send_file_chunk: toestand %d != READY"
 
-#: src/proto.c:818
+#: src/proto.c:887
 #, c-format
 msgid "xdr_guestfs_chunk failed (buf = %p, buflen = %zu)"
 msgstr "xdr_guestfs_chunk mislukted (buf = %p, buflen = %zu)"
 
-#: src/proto.c:941
+#: src/proto.c:1010
 #, c-format
 msgid "%s: error in chunked encoding"
 msgstr "%s: fout in chunk codering"
 
-#: src/proto.c:969
+#: src/proto.c:1038
 msgid "write to daemon socket"
 msgstr "schrijven naar daemon socket"
 
-#: src/proto.c:992
+#: src/proto.c:1061
 msgid "receive_file_data: parse error in reply callback"
 msgstr "receive_file_data: ontleed fout in antwoord callback"
 
-#: src/proto.c:997
+#: src/proto.c:1066
 msgid "receive_file_data: unexpected flag received when reading file chunks"
 msgstr ""
 "receive_file_data: onverwachte vlag ontvangen bij het lezen van bestand "
 "chunks"
 
-#: src/proto.c:1005
+#: src/proto.c:1074
 msgid "failed to parse file chunk"
 msgstr "bestand chunk ontleden mislukte"
 
-#: src/proto.c:1014
+#: src/proto.c:1083
 msgid "file receive cancelled by daemon"
 msgstr "bestand ontvangen geannuleerd door daemon"
 
index 6aaf056..541149b 100644 (file)
--- a/po/or.po
+++ b/po/or.po
@@ -8,7 +8,7 @@ msgstr ""
 "Project-Id-Version: libguestfs.master.or\n"
 "Report-Msgid-Bugs-To: https://bugzilla.redhat.com/enter_bug.cgi?"
 "component=libguestfs&product=Virtualization+Tools\n"
-"POT-Creation-Date: 2010-11-30 15:00+0000\n"
+"POT-Creation-Date: 2010-12-01 17:33+0000\n"
 "PO-Revision-Date: 2010-02-01 18:17+0530\n"
 "Last-Translator: Manoj Kumar Giri <mgiri@redhat.com>\n"
 "Language-Team: Oriya <oriya-it@googlegroups.com>\n"
@@ -2908,81 +2908,81 @@ msgstr "qemu ଏପର୍ଯ୍ୟନ୍ତ ଆରମ୍ଭ ହୋଇନାହ
 msgid "no subprocess to kill"
 msgstr "ବନ୍ଦ କରିବା ପାଇଁ କୌଣସି ଉପ-ପଦ୍ଧତି ନାହିଁ"
 
-#: src/proto.c:143
+#: src/proto.c:146
 #, c-format
 msgid "guestfs_set_busy: called when in state %d != READY"
 msgstr "guestfs_set_busy: ଅବସ୍ଥା %d ରେ ଥିବା ସମୟରେ ଡ଼ାକିଥିଲା != READY"
 
-#: src/proto.c:166
+#: src/proto.c:169
 #, c-format
 msgid "guestfs_end_busy: called when in state %d"
 msgstr "guestfs_end_busy: ଅବସ୍ଥା %d ରେ ଥିବା ସମୟରେ ଡ଼ାକିଥିଲା"
 
-#: src/proto.c:281
+#: src/proto.c:350
 #, c-format
 msgid ""
 "check_for_daemon_cancellation_or_eof: read 0x%x from daemon, expected 0x%x\n"
 msgstr "check_for_daemon_cancellation_or_eof: ଡେମନରୁ 0x%x କୁ ପଢ଼ନ୍ତୁ, ଆଶାତିତ 0x%x\n"
 
-#: src/proto.c:453 src/proto.c:514
+#: src/proto.c:519 src/proto.c:580
 msgid "unexpected end of file when reading from daemon"
 msgstr "ଫାଇଲର ଅପ୍ରତ୍ୟାଶିତ ସମାପ୍ତି ଯେତେବେଳେ ଡେମନରୁ ପଢ଼ୁଅଛି"
 
-#: src/proto.c:474
+#: src/proto.c:540
 #, c-format
 msgid "received magic signature from guestfsd, but in state %d"
 msgstr "guestfsd ରୁ ଚମତ୍କାର ହସ୍ତାକ୍ଷର ଗ୍ରହଣ କରିଛି, କିନ୍ତୁ ଅବସ୍ଥା %d ରେ"
 
-#: src/proto.c:491
+#: src/proto.c:557
 #, c-format
 msgid "message length (%u) > maximum possible size (%d)"
 msgstr "ସନ୍ଦେଶ ଲମ୍ବ (%u) > ସର୍ବାଧିକ ସମ୍ଭାବ୍ୟ ଆକାର (%d)"
 
-#: src/proto.c:641
+#: src/proto.c:708
 #, c-format
 msgid "guestfs___send: state %d != BUSY"
 msgstr "guestfs___send: ଅବସ୍ଥା %d != BUSY"
 
-#: src/proto.c:663
+#: src/proto.c:732
 msgid "xdr_guestfs_message_header failed"
 msgstr "xdr_guestfs_message_header ବିଫଳ ହୋଇଛି"
 
-#: src/proto.c:672
+#: src/proto.c:741
 msgid "dispatch failed to marshal args"
 msgstr "ମାର୍ଶାଲ args କୁ ପଠାଇବା ବିଫଳ ହୋଇଛି"
 
-#: src/proto.c:802
+#: src/proto.c:871
 #, c-format
 msgid "send_file_chunk: state %d != READY"
 msgstr "send_file_chunk: ଅବସ୍ଥା %d != READY"
 
-#: src/proto.c:818
+#: src/proto.c:887
 #, c-format
 msgid "xdr_guestfs_chunk failed (buf = %p, buflen = %zu)"
 msgstr "xdr_guestfs_chunk ବିଫଳ ହୋଇଛି (buf = %p, buflen = %zu)"
 
-#: src/proto.c:941
+#: src/proto.c:1010
 #, c-format
 msgid "%s: error in chunked encoding"
 msgstr "%s: ମିଶ୍ରିତ ସାଙ୍କେତିକରଣରେ ତ୍ରୁଟି"
 
-#: src/proto.c:969
+#: src/proto.c:1038
 msgid "write to daemon socket"
 msgstr "ଡେମନ ସକେଟରେ ଲେଖନ୍ତୁ"
 
-#: src/proto.c:992
+#: src/proto.c:1061
 msgid "receive_file_data: parse error in reply callback"
 msgstr "receive_file_data: ଉତ୍ତର ଡ଼ାକରାରେ ବିଶ୍ଳେଷଣ ତ୍ରୁଟି"
 
-#: src/proto.c:997
+#: src/proto.c:1066
 msgid "receive_file_data: unexpected flag received when reading file chunks"
 msgstr "receive_file_data: ଫାଇଲ ମାଳାକୁ ପଢ଼ିବା ସମୟରେ ଅପ୍ରତ୍ୟାଶିତ ଫ୍ଲାଗ ଗ୍ରହଣ ହୋଇଛି"
 
-#: src/proto.c:1005
+#: src/proto.c:1074
 msgid "failed to parse file chunk"
 msgstr "ଫାଇଲ ମାଳାକୁ ବିଶ୍ଳେଷଣ କରିବାରେ ବିଫଳ"
 
-#: src/proto.c:1014
+#: src/proto.c:1083
 msgid "file receive cancelled by daemon"
 msgstr "ଫାଇଲ ଗ୍ରହଣ ଡେମନ ଦ୍ଵାରା ବାତିଲ ହୋଇଛି"
 
index ba0e367..6b5b03c 100644 (file)
--- a/po/pa.po
+++ b/po/pa.po
@@ -7,7 +7,7 @@ msgstr ""
 "Project-Id-Version: libguestfs 1.0.81\n"
 "Report-Msgid-Bugs-To: https://bugzilla.redhat.com/enter_bug.cgi?"
 "component=libguestfs&product=Virtualization+Tools\n"
-"POT-Creation-Date: 2010-11-30 15:00+0000\n"
+"POT-Creation-Date: 2010-12-01 17:33+0000\n"
 "PO-Revision-Date: 2010-01-29 12:50+0530\n"
 "Last-Translator: Jaswinder Singh <jsingh@redhat.com>\n"
 "Language-Team: Punjabi/Panjabi <kde-i18n-doc@kde.org>\n"
@@ -2906,82 +2906,82 @@ msgstr "qemu ਹਾਲੇ ਤੱਕ ਚਾਲੂ ਨਹੀਂ ਕੀਤਾ"
 msgid "no subprocess to kill"
 msgstr "ਖਤਮ ਕਰਨ ਲਈ ਕੋਈ ਅਧੀਨ-ਕਾਰਜ ਨਹੀਂ"
 
-#: src/proto.c:143
+#: src/proto.c:146
 #, c-format
 msgid "guestfs_set_busy: called when in state %d != READY"
 msgstr "guestfs_set_busy: called when in state %d != READY"
 
-#: src/proto.c:166
+#: src/proto.c:169
 #, c-format
 msgid "guestfs_end_busy: called when in state %d"
 msgstr "guestfs_end_busy: called when in state %d"
 
-#: src/proto.c:281
+#: src/proto.c:350
 #, c-format
 msgid ""
 "check_for_daemon_cancellation_or_eof: read 0x%x from daemon, expected 0x%x\n"
 msgstr ""
 "check_for_daemon_cancellation_or_eof: read 0x%x from daemon, expected 0x%x\n"
 
-#: src/proto.c:453 src/proto.c:514
+#: src/proto.c:519 src/proto.c:580
 msgid "unexpected end of file when reading from daemon"
 msgstr "ਡੈਮਨ ਤੋਂ ਪੜਨ ਸਮੇਂ ਅਚਾਨਕ ਫਾਇਲ ਅੰਤ"
 
-#: src/proto.c:474
+#: src/proto.c:540
 #, c-format
 msgid "received magic signature from guestfsd, but in state %d"
 msgstr "guestfsd ਤੋਂ ਮੈਜਿਕ ਸਿਗਨੇਚਰ , ਪਰ %d ਸਥਿਤੀ ਵਿੱਚ"
 
-#: src/proto.c:491
+#: src/proto.c:557
 #, c-format
 msgid "message length (%u) > maximum possible size (%d)"
 msgstr "message length (%u) > maximum possible size (%d)"
 
-#: src/proto.c:641
+#: src/proto.c:708
 #, c-format
 msgid "guestfs___send: state %d != BUSY"
 msgstr "guestfs___send: state %d != BUSY"
 
-#: src/proto.c:663
+#: src/proto.c:732
 msgid "xdr_guestfs_message_header failed"
 msgstr "xdr_guestfs_message_header failed"
 
-#: src/proto.c:672
+#: src/proto.c:741
 msgid "dispatch failed to marshal args"
 msgstr "dispatch failed to marshal args"
 
-#: src/proto.c:802
+#: src/proto.c:871
 #, c-format
 msgid "send_file_chunk: state %d != READY"
 msgstr "send_file_chunk: state %d != READY"
 
-#: src/proto.c:818
+#: src/proto.c:887
 #, c-format
 msgid "xdr_guestfs_chunk failed (buf = %p, buflen = %zu)"
 msgstr "xdr_guestfs_chunk failed (buf = %p, buflen = %zu)"
 
-#: src/proto.c:941
+#: src/proto.c:1010
 #, c-format
 msgid "%s: error in chunked encoding"
 msgstr "%s: error in chunked encoding"
 
-#: src/proto.c:969
+#: src/proto.c:1038
 msgid "write to daemon socket"
 msgstr "ਡੈਮਨ ਸਾਕਟ ਵਿੱਚ ਲਿਖੋ"
 
-#: src/proto.c:992
+#: src/proto.c:1061
 msgid "receive_file_data: parse error in reply callback"
 msgstr "receive_file_data: parse error in reply callback"
 
-#: src/proto.c:997
+#: src/proto.c:1066
 msgid "receive_file_data: unexpected flag received when reading file chunks"
 msgstr "receive_file_data: unexpected flag received when reading file chunks"
 
-#: src/proto.c:1005
+#: src/proto.c:1074
 msgid "failed to parse file chunk"
 msgstr "ਫਾਇਲ ਚੰਕ ਪਾਰਸ ਕਰਨ ਵਿੱਚ ਫੇਲ ਹੋਇਆ"
 
-#: src/proto.c:1014
+#: src/proto.c:1083
 msgid "file receive cancelled by daemon"
 msgstr "ਫਾਇਲ ਸਵੀਕਾਰ ਕਰਨਾ ਡੈਮਨ ਦੁਆਰਾ ਰੱਦ ਕੀਤਾ ਗਿਆ ਹੈ"
 
index bfe5ca9..d1f2e76 100644 (file)
--- a/po/pl.po
+++ b/po/pl.po
@@ -6,7 +6,7 @@ msgstr ""
 "Project-Id-Version: pl\n"
 "Report-Msgid-Bugs-To: https://bugzilla.redhat.com/enter_bug.cgi?"
 "component=libguestfs&product=Virtualization+Tools\n"
-"POT-Creation-Date: 2010-11-30 15:00+0000\n"
+"POT-Creation-Date: 2010-12-01 17:33+0000\n"
 "PO-Revision-Date: 2010-10-23 13:41+0200\n"
 "Last-Translator: Piotr Drąg <piotrdrag@gmail.com>\n"
 "Language-Team: Polish <trans-pl@lists.fedoraproject.org>\n"
@@ -2980,17 +2980,17 @@ msgstr "QEMU nie zostało jeszcze uruchomione"
 msgid "no subprocess to kill"
 msgstr "brak podprocesu do zniszczenia"
 
-#: src/proto.c:143
+#: src/proto.c:146
 #, c-format
 msgid "guestfs_set_busy: called when in state %d != READY"
 msgstr "guestfs_set_busy: wywołano, kiedy w stanie %d != GOTOWY"
 
-#: src/proto.c:166
+#: src/proto.c:169
 #, c-format
 msgid "guestfs_end_busy: called when in state %d"
 msgstr "guestfs_end_busy: wywołano, kiedy w stanie %d"
 
-#: src/proto.c:281
+#: src/proto.c:350
 #, c-format
 msgid ""
 "check_for_daemon_cancellation_or_eof: read 0x%x from daemon, expected 0x%x\n"
@@ -2998,67 +2998,67 @@ msgstr ""
 "check_for_daemon_cancellation_or_eof: odczytano 0x%x z demona, oczekiwano 0x"
 "%x\n"
 
-#: src/proto.c:453 src/proto.c:514
+#: src/proto.c:519 src/proto.c:580
 msgid "unexpected end of file when reading from daemon"
 msgstr "nieoczekiwany koniec pliku podczas odczytywania z demona"
 
-#: src/proto.c:474
+#: src/proto.c:540
 #, c-format
 msgid "received magic signature from guestfsd, but in state %d"
 msgstr "otrzymano podpis magic z guestfsd, ale w stanie %d"
 
-#: src/proto.c:491
+#: src/proto.c:557
 #, c-format
 msgid "message length (%u) > maximum possible size (%d)"
 msgstr "długość komunikatu (%u) > maksymalny możliwy rozmiar (%d)"
 
-#: src/proto.c:641
+#: src/proto.c:708
 #, c-format
 msgid "guestfs___send: state %d != BUSY"
 msgstr "guestfs___send: stan %d != ZAJĘTY"
 
-#: src/proto.c:663
+#: src/proto.c:732
 msgid "xdr_guestfs_message_header failed"
 msgstr "xdr_guestfs_message_header nie powiodło się"
 
-#: src/proto.c:672
+#: src/proto.c:741
 msgid "dispatch failed to marshal args"
 msgstr "rozdzielenie parametrów marszałka nie powiodło się"
 
-#: src/proto.c:802
+#: src/proto.c:871
 #, c-format
 msgid "send_file_chunk: state %d != READY"
 msgstr "send_file_chunk: stan %d != GOTOWY"
 
-#: src/proto.c:818
+#: src/proto.c:887
 #, c-format
 msgid "xdr_guestfs_chunk failed (buf = %p, buflen = %zu)"
 msgstr "xdr_guestfs_chunk nie powiodło się (bufor = %p, długość bufora = %zu)"
 
-#: src/proto.c:941
+#: src/proto.c:1010
 #, c-format
 msgid "%s: error in chunked encoding"
 msgstr "%s: błąd w kodowaniu fragmentu"
 
-#: src/proto.c:969
+#: src/proto.c:1038
 msgid "write to daemon socket"
 msgstr "zapisuje do gniazda demona"
 
-#: src/proto.c:992
+#: src/proto.c:1061
 msgid "receive_file_data: parse error in reply callback"
 msgstr "receive_file_data: błąd przetwarzania w odpowiedzi wywołania zwrotnego"
 
-#: src/proto.c:997
+#: src/proto.c:1066
 msgid "receive_file_data: unexpected flag received when reading file chunks"
 msgstr ""
 "receive_file_data: otrzymano nieoczekiwaną flagę podczas odczytywania "
 "fragmentów pliku"
 
-#: src/proto.c:1005
+#: src/proto.c:1074
 msgid "failed to parse file chunk"
 msgstr "przetworzenie fragmentu pliku nie powiodło się"
 
-#: src/proto.c:1014
+#: src/proto.c:1083
 msgid "file receive cancelled by daemon"
 msgstr "otrzymanie pliku zostało anulowane przez demona"
 
index 8b7007b..f1aa275 100644 (file)
--- a/po/ta.po
+++ b/po/ta.po
@@ -7,7 +7,7 @@ msgstr ""
 "Project-Id-Version: libguestfs 1.0.81\n"
 "Report-Msgid-Bugs-To: https://bugzilla.redhat.com/enter_bug.cgi?"
 "component=libguestfs&product=Virtualization+Tools\n"
-"POT-Creation-Date: 2010-11-30 15:00+0000\n"
+"POT-Creation-Date: 2010-12-01 17:33+0000\n"
 "PO-Revision-Date: 2010-01-29 13:38+0530\n"
 "Last-Translator: I. Felix <ifelix@redhat.com>\n"
 "Language-Team: ta_IN <kde-i18n-doc@kde.org>\n"
@@ -2909,17 +2909,17 @@ msgstr "qemu இன்னும் துவங்கப்படவில்ல
 msgid "no subprocess to kill"
 msgstr "அழிப்பதற்கு துணைசெயல்பாடுகள் இல்லை"
 
-#: src/proto.c:143
+#: src/proto.c:146
 #, c-format
 msgid "guestfs_set_busy: called when in state %d != READY"
 msgstr "guestfs_set_busy: %d நிலையில் உள்ள போது அழைத்தது!= READY"
 
-#: src/proto.c:166
+#: src/proto.c:169
 #, c-format
 msgid "guestfs_end_busy: called when in state %d"
 msgstr "guestfs_end_busy: நிலை %dல் உள்ள போது அழைத்தது"
 
-#: src/proto.c:281
+#: src/proto.c:350
 #, c-format
 msgid ""
 "check_for_daemon_cancellation_or_eof: read 0x%x from daemon, expected 0x%x\n"
@@ -2927,65 +2927,65 @@ msgstr ""
 "check_for_daemon_cancellation_or_eof: டொமைனிலிருந்து 0x%x ஐ வாசி, "
 "எதிர்பார்க்கப்பட்ட 0x%x\n"
 
-#: src/proto.c:453 src/proto.c:514
+#: src/proto.c:519 src/proto.c:580
 msgid "unexpected end of file when reading from daemon"
 msgstr "unexpected end of file when reading from daemon"
 
-#: src/proto.c:474
+#: src/proto.c:540
 #, c-format
 msgid "received magic signature from guestfsd, but in state %d"
 msgstr "received magic signature from guestfsd, but in state %d"
 
-#: src/proto.c:491
+#: src/proto.c:557
 #, c-format
 msgid "message length (%u) > maximum possible size (%d)"
 msgstr "செய்தி அளவு (%u) > குறைந்தபட்ச சாத்தியமான அளவு (%d)"
 
-#: src/proto.c:641
+#: src/proto.c:708
 #, c-format
 msgid "guestfs___send: state %d != BUSY"
 msgstr "guestfs___send: நிலை%d != BUSY"
 
-#: src/proto.c:663
+#: src/proto.c:732
 msgid "xdr_guestfs_message_header failed"
 msgstr "xdr_guestfs_message_header தோல்வியுற்றது"
 
-#: src/proto.c:672
+#: src/proto.c:741
 msgid "dispatch failed to marshal args"
 msgstr "marshal args ஐ அனுப்ப முடியவில்லை"
 
-#: src/proto.c:802
+#: src/proto.c:871
 #, c-format
 msgid "send_file_chunk: state %d != READY"
 msgstr "send_file_chunk: நிலை %d != READY"
 
-#: src/proto.c:818
+#: src/proto.c:887
 #, c-format
 msgid "xdr_guestfs_chunk failed (buf = %p, buflen = %zu)"
 msgstr "xdr_guestfs_chunk தோல்வியுற்றது (buf = %p, buflen = %zu)"
 
-#: src/proto.c:941
+#: src/proto.c:1010
 #, c-format
 msgid "%s: error in chunked encoding"
 msgstr "%s: error in chunked encoding"
 
-#: src/proto.c:969
+#: src/proto.c:1038
 msgid "write to daemon socket"
 msgstr "டொமைன் சாக்கெட்டிற்கு எழுது"
 
-#: src/proto.c:992
+#: src/proto.c:1061
 msgid "receive_file_data: parse error in reply callback"
 msgstr "receive_file_data: பதில் பின்அழைப்பில் உள்ள பிழையை பகுக்கவும்"
 
-#: src/proto.c:997
+#: src/proto.c:1066
 msgid "receive_file_data: unexpected flag received when reading file chunks"
 msgstr "receive_file_data: கோப்பு சங்க்கை வாசிக்கும் போது  எதிர்பாராத கொடி பெறப்பட்டது"
 
-#: src/proto.c:1005
+#: src/proto.c:1074
 msgid "failed to parse file chunk"
 msgstr "கோப்பு சங்க்கை பகுக்க முடியவில்லை"
 
-#: src/proto.c:1014
+#: src/proto.c:1083
 msgid "file receive cancelled by daemon"
 msgstr "கோப்பினை பெறுதல் டொமைனால் ரத்து செய்யப்பட்டது"
 
index f4dd319..437ed6f 100644 (file)
--- a/po/te.po
+++ b/po/te.po
@@ -8,7 +8,7 @@ msgstr ""
 "Project-Id-Version: libguestfs.master.libguestfs\n"
 "Report-Msgid-Bugs-To: https://bugzilla.redhat.com/enter_bug.cgi?"
 "component=libguestfs&product=Virtualization+Tools\n"
-"POT-Creation-Date: 2010-11-30 15:00+0000\n"
+"POT-Creation-Date: 2010-12-01 17:33+0000\n"
 "PO-Revision-Date: 2010-01-27 20:03+0530\n"
 "Last-Translator: Krishna Babu K <kkrothap@redhat.com>\n"
 "Language-Team: Telugu <en@li.org>\n"
@@ -2907,82 +2907,82 @@ msgstr "qemu యింకా ఆరంభం కాలేదు"
 msgid "no subprocess to kill"
 msgstr "అంతంచేయుటకు యే వుపకార్యక్రమము లేదు"
 
-#: src/proto.c:143
+#: src/proto.c:146
 #, c-format
 msgid "guestfs_set_busy: called when in state %d != READY"
 msgstr "guestfs_set_busy: state %d != READY అయినప్పుడు పిలువబడును"
 
-#: src/proto.c:166
+#: src/proto.c:169
 #, c-format
 msgid "guestfs_end_busy: called when in state %d"
 msgstr "guestfs_end_busy: state %d నందు పిలువబడును"
 
-#: src/proto.c:281
+#: src/proto.c:350
 #, c-format
 msgid ""
 "check_for_daemon_cancellation_or_eof: read 0x%x from daemon, expected 0x%x\n"
 msgstr ""
 "check_for_daemon_cancellation_or_eof: డెమోన్‌నుండి 0x%x చదివెను, కావలసినది 0x%x\n"
 
-#: src/proto.c:453 src/proto.c:514
+#: src/proto.c:519 src/proto.c:580
 msgid "unexpected end of file when reading from daemon"
 msgstr "డెమోన్‌నుండి చదువునప్పుడు అనుకోని ఫైలు ముగింపు"
 
-#: src/proto.c:474
+#: src/proto.c:540
 #, c-format
 msgid "received magic signature from guestfsd, but in state %d"
 msgstr "స్థితి %d నందు, guestfsd నుండి చమత్కార సంతకము పొందబడింది"
 
-#: src/proto.c:491
+#: src/proto.c:557
 #, c-format
 msgid "message length (%u) > maximum possible size (%d)"
 msgstr "సందేశము పొడవు (%u) > సాధ్యమగు గరిష్ట పరిమాణము (%d)"
 
-#: src/proto.c:641
+#: src/proto.c:708
 #, c-format
 msgid "guestfs___send: state %d != BUSY"
 msgstr "guestfs___send: state %d != BUSY"
 
-#: src/proto.c:663
+#: src/proto.c:732
 msgid "xdr_guestfs_message_header failed"
 msgstr "xdr_guestfs_message_header విఫలమైంది"
 
-#: src/proto.c:672
+#: src/proto.c:741
 msgid "dispatch failed to marshal args"
 msgstr "మార్షల్ argsకు చేరవేత విఫలమైంది"
 
-#: src/proto.c:802
+#: src/proto.c:871
 #, c-format
 msgid "send_file_chunk: state %d != READY"
 msgstr "send_file_chunk: state %d != READY"
 
-#: src/proto.c:818
+#: src/proto.c:887
 #, c-format
 msgid "xdr_guestfs_chunk failed (buf = %p, buflen = %zu)"
 msgstr "xdr_guestfs_chunk విఫలమైంది (buf = %p, buflen = %zu)"
 
-#: src/proto.c:941
+#: src/proto.c:1010
 #, c-format
 msgid "%s: error in chunked encoding"
 msgstr "%s: చంకడ్ ఎన్కోడింగ్ నందు దోషము"
 
-#: src/proto.c:969
+#: src/proto.c:1038
 msgid "write to daemon socket"
 msgstr "డెమోన్ సాకెట్‌కు వ్రాయుము"
 
-#: src/proto.c:992
+#: src/proto.c:1061
 msgid "receive_file_data: parse error in reply callback"
 msgstr "receive_file_data: రిప్లై కాల్‌బ్యాక్ నందు పార్శ్ దోషము"
 
-#: src/proto.c:997
+#: src/proto.c:1066
 msgid "receive_file_data: unexpected flag received when reading file chunks"
 msgstr "receive_file_data: ఫైలు ముక్కలను చదువునప్పుడు అనుకోని ఫ్లాగ్ స్వీకరించబడింది"
 
-#: src/proto.c:1005
+#: src/proto.c:1074
 msgid "failed to parse file chunk"
 msgstr "ఫైలు ముక్కను పార్శ్ చేయుటలో విఫలమైంది"
 
-#: src/proto.c:1014
+#: src/proto.c:1083
 msgid "file receive cancelled by daemon"
 msgstr "ఫైలు స్వీకరణ డెమోన్ ద్వారా రద్దుచేయబడింది"