list-applications: If software hive is missing, this is an error.
[libguestfs.git] / po-docs / ja.po
index 8f66dc2..5730b3e 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: 2011-01-10 10:10+0000\n"
+"POT-Creation-Date: 2011-04-18 22:43+0200\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"
@@ -250,7 +250,6 @@ msgid ""
 " \n"
 msgstr ""
 
-# type: verbatim
 #. type: verbatim
 #: ../src/guestfs.pod:98
 #, no-wrap
@@ -259,7 +258,7 @@ msgid ""
 "  * disk image.\n"
 "  */\n"
 " guestfs_touch (g, \"/hello\");\n"
-"\n"
+" \n"
 msgstr ""
 
 # type: verbatim
@@ -925,9 +924,9 @@ msgstr ""
 #: ../src/guestfs.pod:1093 ../src/guestfs.pod:1097 ../src/guestfs.pod:1101
 #: ../src/guestfs.pod:1583 ../src/guestfs.pod:1588 ../src/guestfs.pod:1592
 #: ../src/guestfs.pod:1702 ../src/guestfs.pod:1707 ../src/guestfs.pod:1711
-#: ../src/guestfs.pod:2063 ../src/guestfs.pod:2069 ../src/guestfs.pod:2074
-#: ../src/guestfs.pod:2080 ../src/guestfs.pod:2534 ../src/guestfs.pod:2538
-#: ../src/guestfs.pod:2542 ../src/guestfs.pod:2546
+#: ../src/guestfs.pod:2064 ../src/guestfs.pod:2070 ../src/guestfs.pod:2075
+#: ../src/guestfs.pod:2081 ../src/guestfs.pod:2535 ../src/guestfs.pod:2539
+#: ../src/guestfs.pod:2543 ../src/guestfs.pod:2547
 #: ../src/guestfs-actions.pod:15 ../src/guestfs-actions.pod:22
 #: ../src/guestfs-actions.pod:569 ../src/guestfs-actions.pod:577
 #: ../src/guestfs-actions.pod:584 ../src/guestfs-actions.pod:591
@@ -1101,7 +1100,7 @@ msgstr ""
 # type: =item
 #. type: =item
 #: ../src/guestfs.pod:469 ../src/guestfs.pod:1204 ../src/guestfs.pod:1335
-#: ../src/guestfs.pod:2108
+#: ../src/guestfs.pod:2109
 msgid "1."
 msgstr ""
 
@@ -1123,7 +1122,7 @@ msgstr ""
 # type: =item
 #. type: =item
 #: ../src/guestfs.pod:475 ../src/guestfs.pod:1208 ../src/guestfs.pod:1339
-#: ../src/guestfs.pod:2133
+#: ../src/guestfs.pod:2134
 msgid "2."
 msgstr ""
 
@@ -2112,11 +2111,10 @@ msgstr ""
 msgid "PATH"
 msgstr ""
 
-# type: textblock
 #. type: textblock
 #: ../src/guestfs.pod:915
 msgid ""
-"Libguestfs needs a kernel and initrd.img, which it finds by looking along an "
+"Libguestfs needs a supermin appliance, which it finds by looking along an "
 "internal path."
 msgstr ""
 
@@ -3828,17 +3826,17 @@ msgstr ""
 msgid "0 E<lt>= C<position> E<lt>= C<total>"
 msgstr ""
 
-# type: textblock
 #. type: textblock
 #: ../src/guestfs.pod:1713
 msgid ""
 "If any progress notification is sent during a call, then a final progress "
-"notification is always sent when C<position> = C<total>."
+"notification is always sent when C<position> = C<total> (I<unless> the call "
+"fails with an error)."
 msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs.pod:1716
+#: ../src/guestfs.pod:1717
 msgid ""
 "This is to simplify caller code, so callers can easily set the progress "
 "indicator to \"100%\" at the end of the operation, without requiring special "
@@ -3847,7 +3845,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs.pod:1722
+#: ../src/guestfs.pod:1723
 msgid ""
 "The callback also receives the procedure number and serial number of the "
 "call.  These are only useful for debugging protocol issues, and the callback "
@@ -3857,13 +3855,13 @@ msgstr ""
 
 # type: =head1
 #. type: =head1
-#: ../src/guestfs.pod:1727
+#: ../src/guestfs.pod:1728
 msgid "PRIVATE DATA AREA"
 msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs.pod:1729
+#: ../src/guestfs.pod:1730
 msgid ""
 "You can attach named pieces of private data to the libguestfs handle, and "
 "fetch them by name for the lifetime of the handle.  This is called the "
@@ -3872,13 +3870,13 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs.pod:1733
+#: ../src/guestfs.pod:1734
 msgid "To attach a named piece of data, use the following call:"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../src/guestfs.pod:1735
+#: ../src/guestfs.pod:1736
 #, no-wrap
 msgid ""
 " void guestfs_set_private (guestfs_h *g, const char *key, void *data);\n"
@@ -3887,7 +3885,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs.pod:1737
+#: ../src/guestfs.pod:1738
 msgid ""
 "C<key> is the name to associate with this data, and C<data> is an arbitrary "
 "pointer (which can be C<NULL>).  Any previous item with the same name is "
@@ -3896,7 +3894,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs.pod:1741
+#: ../src/guestfs.pod:1742
 msgid ""
 "You can use any C<key> you want, but names beginning with an underscore "
 "character are reserved for internal libguestfs purposes (for implementing "
@@ -3906,13 +3904,13 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs.pod:1746
+#: ../src/guestfs.pod:1747
 msgid "To retrieve the pointer, use:"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../src/guestfs.pod:1748
+#: ../src/guestfs.pod:1749
 #, no-wrap
 msgid ""
 " void *guestfs_get_private (guestfs_h *g, const char *key);\n"
@@ -3921,7 +3919,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs.pod:1750
+#: ../src/guestfs.pod:1751
 msgid ""
 "This function returns C<NULL> if either no data is found associated with "
 "C<key>, or if the user previously set the C<key>'s C<data> pointer to "
@@ -3930,7 +3928,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs.pod:1754
+#: ../src/guestfs.pod:1755
 msgid ""
 "Libguestfs does not try to look at or interpret the C<data> pointer in any "
 "way.  As far as libguestfs is concerned, it need not be a valid pointer at "
@@ -3943,7 +3941,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs.pod:1762
+#: ../src/guestfs.pod:1763
 msgid ""
 "The private data area is implemented using a hash table, and should be "
 "reasonably efficient for moderate numbers of keys."
@@ -3951,13 +3949,13 @@ msgstr ""
 
 # type: =end
 #. type: =end
-#: ../src/guestfs.pod:1765 ../src/guestfs.pod:1770
+#: ../src/guestfs.pod:1766 ../src/guestfs.pod:1771
 msgid "html"
 msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs.pod:1767
+#: ../src/guestfs.pod:1768
 msgid ""
 "<!-- old anchor for the next section --> <a name="
 "\"state_machine_and_low_level_event_api\"/>"
@@ -3965,13 +3963,13 @@ msgstr ""
 
 # type: =head1
 #. type: =head1
-#: ../src/guestfs.pod:1772
+#: ../src/guestfs.pod:1773
 msgid "ARCHITECTURE"
 msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs.pod:1774
+#: ../src/guestfs.pod:1775
 msgid ""
 "Internally, libguestfs is implemented by running an appliance (a special "
 "type of small virtual machine) using L<qemu(1)>.  Qemu runs as a child "
@@ -3980,7 +3978,7 @@ msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../src/guestfs.pod:1778
+#: ../src/guestfs.pod:1779
 #, no-wrap
 msgid ""
 "  ___________________\n"
@@ -4007,7 +4005,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs.pod:1798
+#: ../src/guestfs.pod:1799
 msgid ""
 "The library, linked to the main program, creates the child process and hence "
 "the appliance in the L</guestfs_launch> function."
@@ -4015,7 +4013,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs.pod:1801
+#: ../src/guestfs.pod:1802
 msgid ""
 "Inside the appliance is a Linux kernel and a complete stack of userspace "
 "tools (such as LVM and ext2 programs) and a small controlling daemon called "
@@ -4028,7 +4026,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs.pod:1810
+#: ../src/guestfs.pod:1811
 msgid ""
 "A common misunderstanding is that the appliance \"is\" the virtual machine.  "
 "Although the disk image you are attached to might also be used by some "
@@ -4040,19 +4038,19 @@ msgstr ""
 
 # type: =head1
 #. type: =head1
-#: ../src/guestfs.pod:1817
+#: ../src/guestfs.pod:1818
 msgid "STATE MACHINE"
 msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs.pod:1819
+#: ../src/guestfs.pod:1820
 msgid "libguestfs uses a state machine to model the child process:"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../src/guestfs.pod:1821
+#: ../src/guestfs.pod:1822
 #, no-wrap
 msgid ""
 "                         |\n"
@@ -4081,7 +4079,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs.pod:1843
+#: ../src/guestfs.pod:1844
 msgid ""
 "The normal transitions are (1) CONFIG (when the handle is created, but there "
 "is no child process), (2) LAUNCHING (when the child process is booting up), "
@@ -4091,7 +4089,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs.pod:1848
+#: ../src/guestfs.pod:1849
 msgid ""
 "The guest may be killed by L</guestfs_kill_subprocess>, or may die "
 "asynchronously at any time (eg. due to some internal error), and that causes "
@@ -4100,7 +4098,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs.pod:1852
+#: ../src/guestfs.pod:1853
 msgid ""
 "Configuration commands for qemu such as L</guestfs_add_drive> can only be "
 "issued when in the CONFIG state."
@@ -4108,7 +4106,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs.pod:1855
+#: ../src/guestfs.pod:1856
 msgid ""
 "The API offers one call that goes from CONFIG through LAUNCHING to READY.  "
 "L</guestfs_launch> blocks until the child process is READY to accept "
@@ -4118,7 +4116,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs.pod:1861
+#: ../src/guestfs.pod:1862
 msgid ""
 "API actions such as L</guestfs_mount> can only be issued when in the READY "
 "state.  These API calls block waiting for the command to be carried out (ie. "
@@ -4129,7 +4127,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs.pod:1867
+#: ../src/guestfs.pod:1868
 msgid ""
 "Finally, the child process sends asynchronous messages back to the main "
 "program, such as kernel log messages.  You can register a callback to "
@@ -4138,19 +4136,19 @@ msgstr ""
 
 # type: =head1
 #. type: =head1
-#: ../src/guestfs.pod:1871
+#: ../src/guestfs.pod:1872
 msgid "INTERNALS"
 msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../src/guestfs.pod:1873
+#: ../src/guestfs.pod:1874
 msgid "COMMUNICATION PROTOCOL"
 msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs.pod:1875
+#: ../src/guestfs.pod:1876
 msgid ""
 "Don't rely on using this protocol directly.  This section documents how it "
 "currently works, but it may change at any time."
@@ -4158,7 +4156,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs.pod:1878
+#: ../src/guestfs.pod:1879
 msgid ""
 "The protocol used to talk between the library and the daemon running inside "
 "the qemu virtual machine is a simple RPC mechanism built on top of XDR (RFC "
@@ -4167,7 +4165,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs.pod:1882
+#: ../src/guestfs.pod:1883
 msgid ""
 "The detailed format of structures is in C<src/guestfs_protocol.x> (note: "
 "this file is automatically generated)."
@@ -4175,7 +4173,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs.pod:1885
+#: ../src/guestfs.pod:1886
 msgid ""
 "There are two broad cases, ordinary functions that don't have any C<FileIn> "
 "and C<FileOut> parameters, which are handled with very simple request/reply "
@@ -4186,19 +4184,19 @@ msgstr ""
 
 # type: =head3
 #. type: =head3
-#: ../src/guestfs.pod:1892
+#: ../src/guestfs.pod:1893
 msgid "ORDINARY FUNCTIONS (NO FILEIN/FILEOUT PARAMS)"
 msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs.pod:1894
+#: ../src/guestfs.pod:1895
 msgid "For ordinary functions, the request message is:"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../src/guestfs.pod:1896
+#: ../src/guestfs.pod:1897
 #, no-wrap
 msgid ""
 " total length (header + arguments,\n"
@@ -4210,7 +4208,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs.pod:1901
+#: ../src/guestfs.pod:1902
 msgid ""
 "The total length field allows the daemon to allocate a fixed size buffer "
 "into which it slurps the rest of the message.  As a result, the total length "
@@ -4220,7 +4218,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs.pod:1907
+#: ../src/guestfs.pod:1908
 msgid ""
 "Note also that many functions don't take any arguments, in which case the "
 "C<guestfs_I<foo>_args> is completely omitted."
@@ -4228,7 +4226,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs.pod:1910
+#: ../src/guestfs.pod:1911
 msgid ""
 "The header contains the procedure number (C<guestfs_proc>) which is how the "
 "receiver knows what type of args structure to expect, or none at all."
@@ -4236,7 +4234,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs.pod:1914
+#: ../src/guestfs.pod:1915
 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 "
@@ -4249,13 +4247,13 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs.pod:1922
+#: ../src/guestfs.pod:1923
 msgid "The reply message for ordinary functions is:"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../src/guestfs.pod:1924
+#: ../src/guestfs.pod:1925
 #, no-wrap
 msgid ""
 " total length (header + ret,\n"
@@ -4267,7 +4265,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs.pod:1929
+#: ../src/guestfs.pod:1930
 msgid ""
 "As above the C<guestfs_I<foo>_ret> structure may be completely omitted for "
 "functions that return no formal return values."
@@ -4275,14 +4273,14 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs.pod:1932
+#: ../src/guestfs.pod:1933
 msgid ""
 "As above the total length of the reply is limited to C<GUESTFS_MESSAGE_MAX>."
 msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs.pod:1935
+#: ../src/guestfs.pod:1936
 msgid ""
 "In the case of an error, a flag is set in the header, and the reply message "
 "is slightly changed:"
@@ -4290,7 +4288,7 @@ msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../src/guestfs.pod:1938
+#: ../src/guestfs.pod:1939
 #, no-wrap
 msgid ""
 " total length (header + error,\n"
@@ -4302,7 +4300,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs.pod:1943
+#: ../src/guestfs.pod:1944
 msgid ""
 "The C<guestfs_message_error> structure contains the error message as a "
 "string."
@@ -4310,13 +4308,13 @@ msgstr ""
 
 # type: =head3
 #. type: =head3
-#: ../src/guestfs.pod:1946
+#: ../src/guestfs.pod:1947
 msgid "FUNCTIONS THAT HAVE FILEIN PARAMETERS"
 msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs.pod:1948
+#: ../src/guestfs.pod:1949
 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 "
@@ -4325,7 +4323,7 @@ msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../src/guestfs.pod:1952
+#: ../src/guestfs.pod:1953
 #, no-wrap
 msgid ""
 " total length (header + arguments,\n"
@@ -4340,13 +4338,13 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs.pod:1960
+#: ../src/guestfs.pod:1961
 msgid "The \"sequence of chunks\" is:"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../src/guestfs.pod:1962
+#: ../src/guestfs.pod:1963
 #, no-wrap
 msgid ""
 " length of chunk (not including length word itself)\n"
@@ -4361,7 +4359,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs.pod:1970
+#: ../src/guestfs.pod:1971
 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 "
@@ -4370,7 +4368,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs.pod:1974
+#: ../src/guestfs.pod:1975
 msgid ""
 "At time of writing there are no functions that have more than one FileIn "
 "parameter.  However this is (theoretically) supported, by sending the "
@@ -4380,7 +4378,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs.pod:1979
+#: ../src/guestfs.pod:1980
 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 "
@@ -4390,7 +4388,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs.pod:1985
+#: ../src/guestfs.pod:1986
 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 "
@@ -4403,7 +4401,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs.pod:1994
+#: ../src/guestfs.pod:1995
 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 "
@@ -4414,13 +4412,13 @@ msgstr ""
 
 # type: =head3
 #. type: =head3
-#: ../src/guestfs.pod:2000
+#: ../src/guestfs.pod:2001
 msgid "FUNCTIONS THAT HAVE FILEOUT PARAMETERS"
 msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs.pod:2002
+#: ../src/guestfs.pod:2003
 msgid ""
 "The protocol for FileOut parameters is exactly the same as for FileIn "
 "parameters, but with the roles of daemon and library reversed."
@@ -4428,7 +4426,7 @@ msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../src/guestfs.pod:2005
+#: ../src/guestfs.pod:2006
 #, no-wrap
 msgid ""
 " total length (header + ret,\n"
@@ -4443,13 +4441,13 @@ msgstr ""
 
 # type: =head3
 #. type: =head3
-#: ../src/guestfs.pod:2013
+#: ../src/guestfs.pod:2014
 msgid "INITIAL MESSAGE"
 msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs.pod:2015
+#: ../src/guestfs.pod:2016
 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</"
@@ -4458,13 +4456,13 @@ msgstr ""
 
 # type: =head3
 #. type: =head3
-#: ../src/guestfs.pod:2019
+#: ../src/guestfs.pod:2020
 msgid "PROGRESS NOTIFICATION MESSAGES"
 msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs.pod:2021
+#: ../src/guestfs.pod:2022
 msgid ""
 "The daemon may send progress notification messages at any time.  These are "
 "distinguished by the normal length word being replaced by "
@@ -4473,7 +4471,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs.pod:2025
+#: ../src/guestfs.pod:2026
 msgid ""
 "The library turns them into progress callbacks (see "
 "C<guestfs_set_progress_callback>) if there is a callback registered, or "
@@ -4482,7 +4480,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs.pod:2029
+#: ../src/guestfs.pod:2030
 msgid ""
 "The daemon self-limits the frequency of progress messages it sends (see "
 "C<daemon/proto.c:notify_progress>).  Not all calls generate progress "
@@ -4491,13 +4489,13 @@ msgstr ""
 
 # type: =head1
 #. type: =head1
-#: ../src/guestfs.pod:2033
+#: ../src/guestfs.pod:2034
 msgid "LIBGUESTFS VERSION NUMBERS"
 msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs.pod:2035
+#: ../src/guestfs.pod:2036
 msgid ""
 "Since April 2010, libguestfs has started to make separate development and "
 "stable releases, along with corresponding branches in our git repository.  "
@@ -4506,7 +4504,7 @@ msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../src/guestfs.pod:2040
+#: ../src/guestfs.pod:2041
 #, no-wrap
 msgid ""
 "                 even numbers for stable: 1.2.x, 1.4.x, ...\n"
@@ -4524,13 +4522,13 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs.pod:2051
+#: ../src/guestfs.pod:2052
 msgid "Thus \"1.3.5\" is the 5th update to the development branch \"1.3\"."
 msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs.pod:2053
+#: ../src/guestfs.pod:2054
 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 "
@@ -4541,13 +4539,13 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs.pod:2059
+#: ../src/guestfs.pod:2060
 msgid "Our criteria for backporting changes are:"
 msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs.pod:2065
+#: ../src/guestfs.pod:2066
 msgid ""
 "Documentation changes which don't affect any code are backported unless the "
 "documentation refers to a future feature which is not in stable."
@@ -4555,7 +4553,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs.pod:2071
+#: ../src/guestfs.pod:2072
 msgid ""
 "Bug fixes which are not controversial, fix obvious problems, and have been "
 "well tested are backported."
@@ -4563,7 +4561,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs.pod:2076
+#: ../src/guestfs.pod:2077
 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 "
@@ -4572,7 +4570,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs.pod:2082
+#: ../src/guestfs.pod:2083
 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 "
@@ -4581,7 +4579,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs.pod:2088
+#: ../src/guestfs.pod:2089
 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 "
@@ -4592,17 +4590,17 @@ msgid ""
 msgstr ""
 
 #. type: =head1
-#: ../src/guestfs.pod:2096
+#: ../src/guestfs.pod:2097
 msgid "EXTENDING LIBGUESTFS"
 msgstr ""
 
 #. type: =head2
-#: ../src/guestfs.pod:2098
+#: ../src/guestfs.pod:2099
 msgid "ADDING A NEW API ACTION"
 msgstr ""
 
 #. type: textblock
-#: ../src/guestfs.pod:2100
+#: ../src/guestfs.pod:2101
 msgid ""
 "Large amounts of boilerplate code in libguestfs (RPC, bindings, "
 "documentation) are generated, and this makes it easy to extend the "
@@ -4610,19 +4608,19 @@ msgid ""
 msgstr ""
 
 #. type: textblock
-#: ../src/guestfs.pod:2104
+#: ../src/guestfs.pod:2105
 msgid "To add a new API action there are two changes:"
 msgstr ""
 
 #. type: textblock
-#: ../src/guestfs.pod:2110
+#: ../src/guestfs.pod:2111
 msgid ""
 "You need to add a description of the call (name, parameters, return type, "
 "tests, documentation) to C<generator/generator_actions.ml>."
 msgstr ""
 
 #. type: textblock
-#: ../src/guestfs.pod:2113
+#: ../src/guestfs.pod:2114
 msgid ""
 "There are two sorts of API action, depending on whether the call goes "
 "through to the daemon in the appliance, or is serviced entirely by the "
@@ -4633,7 +4631,7 @@ msgid ""
 msgstr ""
 
 #. type: textblock
-#: ../src/guestfs.pod:2121
+#: ../src/guestfs.pod:2122
 msgid ""
 "Most new actions are of the first type, and get added to the "
 "C<daemon_functions> list.  Each function has a unique procedure number used "
@@ -4643,7 +4641,7 @@ msgid ""
 msgstr ""
 
 #. type: textblock
-#: ../src/guestfs.pod:2127
+#: ../src/guestfs.pod:2128
 msgid ""
 "For library-only actions of the second type, add to the "
 "C<non_daemon_functions> list.  Since these functions are serviced by the "
@@ -4653,36 +4651,36 @@ msgid ""
 msgstr ""
 
 #. type: textblock
-#: ../src/guestfs.pod:2135
+#: ../src/guestfs.pod:2136
 msgid "Implement the action (in C):"
 msgstr ""
 
 #. type: textblock
-#: ../src/guestfs.pod:2137
+#: ../src/guestfs.pod:2138
 msgid ""
 "For daemon actions, implement the function C<do_E<lt>nameE<gt>> in the "
 "C<daemon/> directory."
 msgstr ""
 
 #. type: textblock
-#: ../src/guestfs.pod:2140
+#: ../src/guestfs.pod:2141
 msgid ""
 "For library actions, implement the function C<guestfs__E<lt>nameE<gt>> "
 "(note: double underscore) in the C<src/> directory."
 msgstr ""
 
 #. type: textblock
-#: ../src/guestfs.pod:2143
+#: ../src/guestfs.pod:2144
 msgid "In either case, use another function as an example of what to do."
 msgstr ""
 
 #. type: textblock
-#: ../src/guestfs.pod:2147
+#: ../src/guestfs.pod:2148
 msgid "After making these changes, use C<make> to compile."
 msgstr ""
 
 #. type: textblock
-#: ../src/guestfs.pod:2149
+#: ../src/guestfs.pod:2150
 msgid ""
 "Note that you don't need to implement the RPC, language bindings, manual "
 "pages or anything else.  It's all automatically generated from the OCaml "
@@ -4690,12 +4688,12 @@ msgid ""
 msgstr ""
 
 #. type: =head2
-#: ../src/guestfs.pod:2153
+#: ../src/guestfs.pod:2154
 msgid "ADDING TESTS FOR AN API ACTION"
 msgstr ""
 
 #. type: textblock
-#: ../src/guestfs.pod:2155
+#: ../src/guestfs.pod:2156
 msgid ""
 "You can supply zero or as many tests as you want per API call.  The tests "
 "can either be added as part of the API description (C<generator/"
@@ -4705,61 +4703,61 @@ msgid ""
 msgstr ""
 
 #. type: textblock
-#: ../src/guestfs.pod:2161
+#: ../src/guestfs.pod:2162
 msgid ""
 "The following describes the test environment used when you add an API test "
 "in C<generator_actions.ml>."
 msgstr ""
 
 #. type: textblock
-#: ../src/guestfs.pod:2164
+#: ../src/guestfs.pod:2165
 msgid "The test environment has 4 block devices:"
 msgstr ""
 
 #. type: =item
-#: ../src/guestfs.pod:2168
+#: ../src/guestfs.pod:2169
 msgid "C</dev/sda> 500MB"
 msgstr ""
 
 #. type: textblock
-#: ../src/guestfs.pod:2170
+#: ../src/guestfs.pod:2171
 msgid "General block device for testing."
 msgstr ""
 
 #. type: =item
-#: ../src/guestfs.pod:2172
+#: ../src/guestfs.pod:2173
 msgid "C</dev/sdb> 50MB"
 msgstr ""
 
 #. type: textblock
-#: ../src/guestfs.pod:2174
+#: ../src/guestfs.pod:2175
 msgid ""
 "C</dev/sdb1> is an ext2 filesystem used for testing filesystem write "
 "operations."
 msgstr ""
 
 #. type: =item
-#: ../src/guestfs.pod:2177
+#: ../src/guestfs.pod:2178
 msgid "C</dev/sdc> 10MB"
 msgstr ""
 
 #. type: textblock
-#: ../src/guestfs.pod:2179
+#: ../src/guestfs.pod:2180
 msgid "Used in a few tests where two block devices are needed."
 msgstr ""
 
 #. type: =item
-#: ../src/guestfs.pod:2181
+#: ../src/guestfs.pod:2182
 msgid "C</dev/sdd>"
 msgstr ""
 
 #. type: textblock
-#: ../src/guestfs.pod:2183
+#: ../src/guestfs.pod:2184
 msgid "ISO with fixed content (see C<images/test.iso>)."
 msgstr ""
 
 #. type: textblock
-#: ../src/guestfs.pod:2187
+#: ../src/guestfs.pod:2188
 msgid ""
 "To be able to run the tests in a reasonable amount of time, the libguestfs "
 "appliance and block devices are reused between tests.  So don't try testing "
@@ -4767,7 +4765,7 @@ msgid ""
 msgstr ""
 
 #. type: textblock
-#: ../src/guestfs.pod:2191
+#: ../src/guestfs.pod:2192
 msgid ""
 "Each test starts with an initial scenario, selected using one of the "
 "C<Init*> expressions, described in C<generator/generator_types.ml>.  These "
@@ -4777,7 +4775,7 @@ msgid ""
 msgstr ""
 
 #. type: textblock
-#: ../src/guestfs.pod:2197
+#: ../src/guestfs.pod:2198
 msgid ""
 "You can add a prerequisite clause to any individual test.  This is a run-"
 "time check, which, if it fails, causes the test to be skipped.  Useful if "
@@ -4787,14 +4785,14 @@ msgid ""
 msgstr ""
 
 #. type: textblock
-#: ../src/guestfs.pod:2203
+#: ../src/guestfs.pod:2204
 msgid ""
 "In addition, packagers can skip individual tests by setting environment "
 "variables before running C<make check>."
 msgstr ""
 
 #. type: verbatim
-#: ../src/guestfs.pod:2206
+#: ../src/guestfs.pod:2207
 #, no-wrap
 msgid ""
 " SKIP_TEST_<CMD>_<NUM>=1\n"
@@ -4802,17 +4800,17 @@ msgid ""
 msgstr ""
 
 #. type: textblock
-#: ../src/guestfs.pod:2208
+#: ../src/guestfs.pod:2209
 msgid "eg: C<SKIP_TEST_COMMAND_3=1> skips test #3 of L</guestfs_command>."
 msgstr ""
 
 #. type: textblock
-#: ../src/guestfs.pod:2210
+#: ../src/guestfs.pod:2211
 msgid "or:"
 msgstr ""
 
 #. type: verbatim
-#: ../src/guestfs.pod:2212
+#: ../src/guestfs.pod:2213
 #, no-wrap
 msgid ""
 " SKIP_TEST_<CMD>=1\n"
@@ -4820,17 +4818,17 @@ msgid ""
 msgstr ""
 
 #. type: textblock
-#: ../src/guestfs.pod:2214
+#: ../src/guestfs.pod:2215
 msgid "eg: C<SKIP_TEST_ZEROFREE=1> skips all L</guestfs_zerofree> tests."
 msgstr ""
 
 #. type: textblock
-#: ../src/guestfs.pod:2216
+#: ../src/guestfs.pod:2217
 msgid "Packagers can run only certain tests by setting for example:"
 msgstr ""
 
 #. type: verbatim
-#: ../src/guestfs.pod:2218
+#: ../src/guestfs.pod:2219
 #, no-wrap
 msgid ""
 " TEST_ONLY=\"vfs_type zerofree\"\n"
@@ -4838,29 +4836,29 @@ msgid ""
 msgstr ""
 
 #. type: textblock
-#: ../src/guestfs.pod:2220
+#: ../src/guestfs.pod:2221
 msgid ""
 "See C<capitests/tests.c> for more details of how these environment variables "
 "work."
 msgstr ""
 
 #. type: =head2
-#: ../src/guestfs.pod:2223
+#: ../src/guestfs.pod:2224
 msgid "DEBUGGING NEW API ACTIONS"
 msgstr ""
 
 #. type: textblock
-#: ../src/guestfs.pod:2225
+#: ../src/guestfs.pod:2226
 msgid "Test new actions work before submitting them."
 msgstr ""
 
 #. type: textblock
-#: ../src/guestfs.pod:2227
+#: ../src/guestfs.pod:2228
 msgid "You can use guestfish to try out new commands."
 msgstr ""
 
 #. type: textblock
-#: ../src/guestfs.pod:2229
+#: ../src/guestfs.pod:2230
 msgid ""
 "Debugging the daemon is a problem because it runs inside a minimal "
 "environment.  However you can fprintf messages in the daemon to stderr, and "
@@ -4868,12 +4866,12 @@ msgid ""
 msgstr ""
 
 #. type: =head2
-#: ../src/guestfs.pod:2233
+#: ../src/guestfs.pod:2234
 msgid "FORMATTING CODE AND OTHER CONVENTIONS"
 msgstr ""
 
 #. type: textblock
-#: ../src/guestfs.pod:2235
+#: ../src/guestfs.pod:2236
 msgid ""
 "Our C source code generally adheres to some basic code-formatting "
 "conventions.  The existing code base is not totally consistent on this "
@@ -4883,14 +4881,14 @@ msgid ""
 msgstr ""
 
 #. type: textblock
-#: ../src/guestfs.pod:2241
+#: ../src/guestfs.pod:2242
 msgid ""
 "If you use Emacs, add the following to one of one of your start-up files (e."
 "g., ~/.emacs), to help ensure that you get indentation right:"
 msgstr ""
 
 #. type: verbatim
-#: ../src/guestfs.pod:2244
+#: ../src/guestfs.pod:2245
 #, no-wrap
 msgid ""
 " ;;; In libguestfs, indent with spaces everywhere (not TABs).\n"
@@ -4906,7 +4904,7 @@ msgid ""
 msgstr ""
 
 #. type: verbatim
-#: ../src/guestfs.pod:2254
+#: ../src/guestfs.pod:2255
 #, no-wrap
 msgid ""
 " ;;; When editing C sources in libguestfs, use this style.\n"
@@ -4924,12 +4922,12 @@ msgid ""
 msgstr ""
 
 #. type: textblock
-#: ../src/guestfs.pod:2266
+#: ../src/guestfs.pod:2267
 msgid "Enable warnings when compiling (and fix any problems this finds):"
 msgstr ""
 
 #. type: verbatim
-#: ../src/guestfs.pod:2269
+#: ../src/guestfs.pod:2270
 #, no-wrap
 msgid ""
 " ./configure --enable-gcc-warnings\n"
@@ -4937,12 +4935,12 @@ msgid ""
 msgstr ""
 
 #. type: textblock
-#: ../src/guestfs.pod:2271
+#: ../src/guestfs.pod:2272
 msgid "Useful targets are:"
 msgstr ""
 
 #. type: verbatim
-#: ../src/guestfs.pod:2273
+#: ../src/guestfs.pod:2274
 #, no-wrap
 msgid ""
 " make syntax-check  # checks the syntax of the C code\n"
@@ -4951,36 +4949,36 @@ msgid ""
 msgstr ""
 
 #. type: =head2
-#: ../src/guestfs.pod:2276
+#: ../src/guestfs.pod:2277
 msgid "DAEMON CUSTOM PRINTF FORMATTERS"
 msgstr ""
 
 #. type: textblock
-#: ../src/guestfs.pod:2278
+#: ../src/guestfs.pod:2279
 msgid ""
 "In the daemon code we have created custom printf formatters C<%Q> and C<%R>, "
 "which are used to do shell quoting."
 msgstr ""
 
 #. type: =item
-#: ../src/guestfs.pod:2283
+#: ../src/guestfs.pod:2284
 msgid "%Q"
 msgstr ""
 
 #. type: textblock
-#: ../src/guestfs.pod:2285
+#: ../src/guestfs.pod:2286
 msgid ""
 "Simple shell quoted string.  Any spaces or other shell characters are "
 "escaped for you."
 msgstr ""
 
 #. type: =item
-#: ../src/guestfs.pod:2288
+#: ../src/guestfs.pod:2289
 msgid "%R"
 msgstr ""
 
 #. type: textblock
-#: ../src/guestfs.pod:2290
+#: ../src/guestfs.pod:2291
 msgid ""
 "Same as C<%Q> except the string is treated as a path which is prefixed by "
 "the sysroot."
@@ -4988,12 +4986,12 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs.pod:2295 ../fish/guestfish.pod:240 ../fish/guestfish.pod:594
+#: ../src/guestfs.pod:2296 ../fish/guestfish.pod:240 ../fish/guestfish.pod:594
 msgid "For example:"
 msgstr ""
 
 #. type: verbatim
-#: ../src/guestfs.pod:2297
+#: ../src/guestfs.pod:2298
 #, no-wrap
 msgid ""
 " asprintf (&cmd, \"cat %R\", path);\n"
@@ -5001,12 +4999,12 @@ msgid ""
 msgstr ""
 
 #. type: textblock
-#: ../src/guestfs.pod:2299
+#: ../src/guestfs.pod:2300
 msgid "would produce C<cat /sysroot/some\\ path\\ with\\ spaces>"
 msgstr ""
 
 #. type: textblock
-#: ../src/guestfs.pod:2301
+#: ../src/guestfs.pod:2302
 msgid ""
 "I<Note:> Do I<not> use these when you are passing parameters to the C<command"
 "{,r,v,rv}()> functions.  These parameters do NOT need to be quoted because "
@@ -5015,29 +5013,29 @@ msgid ""
 msgstr ""
 
 #. type: =head2
-#: ../src/guestfs.pod:2307
+#: ../src/guestfs.pod:2308
 msgid "SUBMITTING YOUR NEW API ACTIONS"
 msgstr ""
 
 #. type: textblock
-#: ../src/guestfs.pod:2309
+#: ../src/guestfs.pod:2310
 msgid ""
 "Submit patches to the mailing list: L<http://www.redhat.com/mailman/listinfo/"
 "libguestfs> and CC to L<rjones@redhat.com>."
 msgstr ""
 
 #. type: =head2
-#: ../src/guestfs.pod:2313
+#: ../src/guestfs.pod:2314
 msgid "INTERNATIONALIZATION (I18N) SUPPORT"
 msgstr ""
 
 #. type: textblock
-#: ../src/guestfs.pod:2315
+#: ../src/guestfs.pod:2316
 msgid "We support i18n (gettext anyhow) in the library."
 msgstr ""
 
 #. type: textblock
-#: ../src/guestfs.pod:2317
+#: ../src/guestfs.pod:2318
 msgid ""
 "However many messages come from the daemon, and we don't translate those at "
 "the moment.  One reason is that the appliance generally has all locale files "
@@ -5046,175 +5044,175 @@ msgid ""
 msgstr ""
 
 #. type: textblock
-#: ../src/guestfs.pod:2323
+#: ../src/guestfs.pod:2324
 msgid ""
 "Debugging messages are never translated, since they are intended for the "
 "programmers."
 msgstr ""
 
 #. type: =head2
-#: ../src/guestfs.pod:2326
+#: ../src/guestfs.pod:2327
 msgid "SOURCE CODE SUBDIRECTORIES"
 msgstr ""
 
 #. type: =item
-#: ../src/guestfs.pod:2330
+#: ../src/guestfs.pod:2331
 msgid "C<appliance>"
 msgstr ""
 
 #. type: textblock
-#: ../src/guestfs.pod:2332
+#: ../src/guestfs.pod:2333
 msgid "The libguestfs appliance, build scripts and so on."
 msgstr ""
 
 #. type: =item
-#: ../src/guestfs.pod:2334
+#: ../src/guestfs.pod:2335
 msgid "C<capitests>"
 msgstr ""
 
 #. type: textblock
-#: ../src/guestfs.pod:2336
+#: ../src/guestfs.pod:2337
 msgid "Automated tests of the C API."
 msgstr ""
 
 #. type: =item
-#: ../src/guestfs.pod:2338
+#: ../src/guestfs.pod:2339
 msgid "C<cat>"
 msgstr ""
 
 #. type: textblock
-#: ../src/guestfs.pod:2340
+#: ../src/guestfs.pod:2341
 msgid ""
 "The L<virt-cat(1)>, L<virt-filesystems(1)> and L<virt-ls(1)> commands and "
 "documentation."
 msgstr ""
 
 #. type: =item
-#: ../src/guestfs.pod:2343
+#: ../src/guestfs.pod:2344
 msgid "C<contrib>"
 msgstr ""
 
 #. type: textblock
-#: ../src/guestfs.pod:2345
+#: ../src/guestfs.pod:2346
 msgid "Outside contributions, experimental parts."
 msgstr ""
 
 #. type: =item
-#: ../src/guestfs.pod:2347
+#: ../src/guestfs.pod:2348
 msgid "C<daemon>"
 msgstr ""
 
 #. type: textblock
-#: ../src/guestfs.pod:2349
+#: ../src/guestfs.pod:2350
 msgid ""
 "The daemon that runs inside the libguestfs appliance and carries out actions."
 msgstr ""
 
 #. type: =item
-#: ../src/guestfs.pod:2352
+#: ../src/guestfs.pod:2353
 msgid "C<df>"
 msgstr ""
 
 #. type: textblock
-#: ../src/guestfs.pod:2354
+#: ../src/guestfs.pod:2355
 msgid "L<virt-df(1)> command and documentation."
 msgstr ""
 
 #. type: =item
-#: ../src/guestfs.pod:2356
+#: ../src/guestfs.pod:2357
 msgid "C<examples>"
 msgstr ""
 
 #. type: textblock
-#: ../src/guestfs.pod:2358
+#: ../src/guestfs.pod:2359
 msgid "C API example code."
 msgstr ""
 
 #. type: =item
-#: ../src/guestfs.pod:2360
+#: ../src/guestfs.pod:2361
 msgid "C<fish>"
 msgstr ""
 
 #. type: textblock
-#: ../src/guestfs.pod:2362
+#: ../src/guestfs.pod:2363
 msgid "L<guestfish(1)>, the command-line shell."
 msgstr ""
 
 #. type: =item
-#: ../src/guestfs.pod:2364
+#: ../src/guestfs.pod:2365
 msgid "C<fuse>"
 msgstr ""
 
 #. type: textblock
-#: ../src/guestfs.pod:2366
+#: ../src/guestfs.pod:2367
 msgid ""
 "L<guestmount(1)>, FUSE (userspace filesystem) built on top of libguestfs."
 msgstr ""
 
 #. type: =item
-#: ../src/guestfs.pod:2368
+#: ../src/guestfs.pod:2369
 msgid "C<generator>"
 msgstr ""
 
 #. type: textblock
-#: ../src/guestfs.pod:2370
+#: ../src/guestfs.pod:2371
 msgid ""
 "The crucially important generator, used to automatically generate large "
 "amounts of boilerplate C code for things like RPC and bindings."
 msgstr ""
 
 #. type: =item
-#: ../src/guestfs.pod:2373
+#: ../src/guestfs.pod:2374
 msgid "C<images>"
 msgstr ""
 
 #. type: textblock
-#: ../src/guestfs.pod:2375
+#: ../src/guestfs.pod:2376
 msgid "Files used by the test suite."
 msgstr ""
 
 #. type: textblock
-#: ../src/guestfs.pod:2377
+#: ../src/guestfs.pod:2378
 msgid "Some \"phony\" guest images which we test against."
 msgstr ""
 
 #. type: =item
-#: ../src/guestfs.pod:2379
+#: ../src/guestfs.pod:2380
 msgid "C<inspector>"
 msgstr ""
 
 #. type: textblock
-#: ../src/guestfs.pod:2381
+#: ../src/guestfs.pod:2382
 msgid "L<virt-inspector(1)>, the virtual machine image inspector."
 msgstr ""
 
 #. type: =item
-#: ../src/guestfs.pod:2383
+#: ../src/guestfs.pod:2384
 msgid "C<m4>"
 msgstr ""
 
 #. type: textblock
-#: ../src/guestfs.pod:2385
+#: ../src/guestfs.pod:2386
 msgid "M4 macros used by autoconf."
 msgstr ""
 
 #. type: =item
-#: ../src/guestfs.pod:2387
+#: ../src/guestfs.pod:2388
 msgid "C<po>"
 msgstr ""
 
 #. type: textblock
-#: ../src/guestfs.pod:2389
+#: ../src/guestfs.pod:2390
 msgid "Translations of simple gettext strings."
 msgstr ""
 
 #. type: =item
-#: ../src/guestfs.pod:2391
+#: ../src/guestfs.pod:2392
 msgid "C<po-docs>"
 msgstr ""
 
 #. type: textblock
-#: ../src/guestfs.pod:2393
+#: ../src/guestfs.pod:2394
 msgid ""
 "The build infrastructure and PO files for translations of manpages and POD "
 "files.  Eventually this will be combined with the C<po> directory, but that "
@@ -5222,130 +5220,130 @@ msgid ""
 msgstr ""
 
 #. type: =item
-#: ../src/guestfs.pod:2397
+#: ../src/guestfs.pod:2398
 msgid "C<regressions>"
 msgstr ""
 
 #. type: textblock
-#: ../src/guestfs.pod:2399
+#: ../src/guestfs.pod:2400
 msgid "Regression tests."
 msgstr ""
 
 #. type: =item
-#: ../src/guestfs.pod:2401
+#: ../src/guestfs.pod:2402
 msgid "C<rescue>"
 msgstr ""
 
 #. type: textblock
-#: ../src/guestfs.pod:2403
+#: ../src/guestfs.pod:2404
 msgid "L<virt-rescue(1)> command and documentation."
 msgstr ""
 
 #. type: =item
-#: ../src/guestfs.pod:2405
+#: ../src/guestfs.pod:2406
 msgid "C<src>"
 msgstr ""
 
 #. type: textblock
-#: ../src/guestfs.pod:2407
+#: ../src/guestfs.pod:2408
 msgid "Source code to the C library."
 msgstr ""
 
 #. type: =item
-#: ../src/guestfs.pod:2409
+#: ../src/guestfs.pod:2410
 msgid "C<tools>"
 msgstr ""
 
 #. type: textblock
-#: ../src/guestfs.pod:2411
+#: ../src/guestfs.pod:2412
 msgid "Command line tools written in Perl (L<virt-resize(1)> and many others)."
 msgstr ""
 
 #. type: =item
-#: ../src/guestfs.pod:2413
+#: ../src/guestfs.pod:2414
 msgid "C<test-tool>"
 msgstr ""
 
 #. type: textblock
-#: ../src/guestfs.pod:2415
+#: ../src/guestfs.pod:2416
 msgid ""
 "Test tool for end users to test if their qemu/kernel combination will work "
 "with libguestfs."
 msgstr ""
 
 #. type: =item
-#: ../src/guestfs.pod:2418
+#: ../src/guestfs.pod:2419
 msgid "C<csharp>"
 msgstr ""
 
 #. type: =item
-#: ../src/guestfs.pod:2420
+#: ../src/guestfs.pod:2421
 msgid "C<haskell>"
 msgstr ""
 
 #. type: =item
-#: ../src/guestfs.pod:2422
+#: ../src/guestfs.pod:2423
 msgid "C<java>"
 msgstr ""
 
 #. type: =item
-#: ../src/guestfs.pod:2424
+#: ../src/guestfs.pod:2425
 msgid "C<ocaml>"
 msgstr ""
 
 #. type: =item
-#: ../src/guestfs.pod:2426
+#: ../src/guestfs.pod:2427
 msgid "C<php>"
 msgstr ""
 
 #. type: =item
-#: ../src/guestfs.pod:2428
+#: ../src/guestfs.pod:2429
 msgid "C<perl>"
 msgstr ""
 
 #. type: =item
-#: ../src/guestfs.pod:2430
+#: ../src/guestfs.pod:2431
 msgid "C<python>"
 msgstr ""
 
 #. type: =item
-#: ../src/guestfs.pod:2432
+#: ../src/guestfs.pod:2433
 msgid "C<ruby>"
 msgstr ""
 
 #. type: textblock
-#: ../src/guestfs.pod:2434
+#: ../src/guestfs.pod:2435
 msgid "Language bindings."
 msgstr ""
 
 # type: =head1
 #. type: =head1
-#: ../src/guestfs.pod:2438 ../fish/guestfish.pod:965
-#: ../test-tool/libguestfs-test-tool.pod:104 ../tools/virt-edit.pl:330
+#: ../src/guestfs.pod:2439 ../fish/guestfish.pod:965
+#: ../test-tool/libguestfs-test-tool.pod:104 ../tools/virt-edit.pl:375
 msgid "ENVIRONMENT VARIABLES"
 msgstr ""
 
 # type: =item
 #. type: =item
-#: ../src/guestfs.pod:2442 ../fish/guestfish.pod:991
+#: ../src/guestfs.pod:2443 ../fish/guestfish.pod:991
 msgid "LIBGUESTFS_APPEND"
 msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs.pod:2444 ../fish/guestfish.pod:993
+#: ../src/guestfs.pod:2445 ../fish/guestfish.pod:993
 msgid "Pass additional options to the guest kernel."
 msgstr ""
 
 # type: =item
 #. type: =item
-#: ../src/guestfs.pod:2446 ../fish/guestfish.pod:995
+#: ../src/guestfs.pod:2447 ../fish/guestfish.pod:995
 msgid "LIBGUESTFS_DEBUG"
 msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs.pod:2448
+#: ../src/guestfs.pod:2449
 msgid ""
 "Set C<LIBGUESTFS_DEBUG=1> to enable verbose messages.  This has the same "
 "effect as calling C<guestfs_set_verbose (g, 1)>."
@@ -5353,20 +5351,20 @@ msgstr ""
 
 # type: =item
 #. type: =item
-#: ../src/guestfs.pod:2451 ../fish/guestfish.pod:1000
+#: ../src/guestfs.pod:2452 ../fish/guestfish.pod:1000
 msgid "LIBGUESTFS_MEMSIZE"
 msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs.pod:2453 ../fish/guestfish.pod:1002
+#: ../src/guestfs.pod:2454 ../fish/guestfish.pod:1002
 msgid ""
 "Set the memory allocated to the qemu process, in megabytes.  For example:"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../src/guestfs.pod:2456 ../fish/guestfish.pod:1005
+#: ../src/guestfs.pod:2457 ../fish/guestfish.pod:1005
 #, no-wrap
 msgid ""
 " LIBGUESTFS_MEMSIZE=700\n"
@@ -5375,27 +5373,26 @@ msgstr ""
 
 # type: =item
 #. type: =item
-#: ../src/guestfs.pod:2458 ../fish/guestfish.pod:1007
+#: ../src/guestfs.pod:2459 ../fish/guestfish.pod:1007
 msgid "LIBGUESTFS_PATH"
 msgstr ""
 
-# type: textblock
 #. type: textblock
-#: ../src/guestfs.pod:2460
+#: ../src/guestfs.pod:2461
 msgid ""
-"Set the path that libguestfs uses to search for kernel and initrd.img.  See "
-"the discussion of paths in section PATH above."
+"Set the path that libguestfs uses to search for a supermin appliance.  See "
+"the discussion of paths in section L</PATH> above."
 msgstr ""
 
 # type: =item
 #. type: =item
-#: ../src/guestfs.pod:2463 ../fish/guestfish.pod:1012
+#: ../src/guestfs.pod:2464 ../fish/guestfish.pod:1012
 msgid "LIBGUESTFS_QEMU"
 msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs.pod:2465 ../fish/guestfish.pod:1014
+#: ../src/guestfs.pod:2466 ../fish/guestfish.pod:1014
 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."
@@ -5403,19 +5400,19 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs.pod:2469
+#: ../src/guestfs.pod:2470
 msgid "See also L</QEMU WRAPPERS> above."
 msgstr ""
 
 # type: =item
 #. type: =item
-#: ../src/guestfs.pod:2471 ../fish/guestfish.pod:1018
+#: ../src/guestfs.pod:2472 ../fish/guestfish.pod:1018
 msgid "LIBGUESTFS_TRACE"
 msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs.pod:2473
+#: ../src/guestfs.pod:2474
 msgid ""
 "Set C<LIBGUESTFS_TRACE=1> to enable command traces.  This has the same "
 "effect as calling C<guestfs_set_trace (g, 1)>."
@@ -5423,19 +5420,19 @@ msgstr ""
 
 # type: =item
 #. type: =item
-#: ../src/guestfs.pod:2476 ../fish/guestfish.pod:1027
+#: ../src/guestfs.pod:2477 ../fish/guestfish.pod:1027
 msgid "TMPDIR"
 msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs.pod:2478 ../fish/guestfish.pod:1029
+#: ../src/guestfs.pod:2479 ../fish/guestfish.pod:1029
 msgid "Location of temporary directory, defaults to C</tmp>."
 msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs.pod:2480 ../fish/guestfish.pod:1031
+#: ../src/guestfs.pod:2481 ../fish/guestfish.pod:1031
 msgid ""
 "If libguestfs was compiled to use the supermin appliance then the real "
 "appliance is cached in this directory, shared between all handles belonging "
@@ -5445,18 +5442,18 @@ msgstr ""
 
 # type: =head1
 #. type: =head1
-#: ../src/guestfs.pod:2488 ../fish/guestfish.pod:1089
+#: ../src/guestfs.pod:2489 ../fish/guestfish.pod:1089
 #: ../test-tool/libguestfs-test-tool.pod:109 ../fuse/guestmount.pod:233
-#: ../tools/virt-edit.pl:350 ../tools/virt-win-reg.pl:572
+#: ../tools/virt-edit.pl:395 ../tools/virt-win-reg.pl:572
 #: ../tools/virt-resize.pl:1483 ../tools/virt-list-filesystems.pl:189
-#: ../tools/virt-tar.pl:281 ../tools/virt-make-fs.pl:534
+#: ../tools/virt-tar.pl:281 ../tools/virt-make-fs.pl:539
 #: ../tools/virt-list-partitions.pl:257
 msgid "SEE ALSO"
 msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs.pod:2490
+#: ../src/guestfs.pod:2491
 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)>, "
@@ -5468,7 +5465,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs.pod:2513
+#: ../src/guestfs.pod:2514
 msgid ""
 "Tools with a similar purpose: L<fdisk(8)>, L<parted(8)>, L<kpartx(8)>, L<lvm"
 "(8)>, L<disktype(1)>."
@@ -5476,20 +5473,20 @@ msgstr ""
 
 # type: =head1
 #. type: =head1
-#: ../src/guestfs.pod:2520 ../tools/virt-win-reg.pl:587
-#: ../tools/virt-make-fs.pl:548
+#: ../src/guestfs.pod:2521 ../tools/virt-win-reg.pl:587
+#: ../tools/virt-make-fs.pl:553
 msgid "BUGS"
 msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs.pod:2522
+#: ../src/guestfs.pod:2523
 msgid "To get a list of bugs against libguestfs use this link:"
 msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs.pod:2524
+#: ../src/guestfs.pod:2525
 msgid ""
 "L<https://bugzilla.redhat.com/buglist.cgi?"
 "component=libguestfs&product=Virtualization+Tools>"
@@ -5497,13 +5494,13 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs.pod:2526
+#: ../src/guestfs.pod:2527
 msgid "To report a new bug against libguestfs use this link:"
 msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs.pod:2528
+#: ../src/guestfs.pod:2529
 msgid ""
 "L<https://bugzilla.redhat.com/enter_bug.cgi?"
 "component=libguestfs&product=Virtualization+Tools>"
@@ -5511,31 +5508,31 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs.pod:2530
+#: ../src/guestfs.pod:2531
 msgid "When reporting a bug, please check:"
 msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs.pod:2536
+#: ../src/guestfs.pod:2537
 msgid "That the bug hasn't been reported already."
 msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs.pod:2540
+#: ../src/guestfs.pod:2541
 msgid "That you are testing a recent version."
 msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs.pod:2544
+#: ../src/guestfs.pod:2545
 msgid "Describe the bug accurately, and give a way to reproduce it."
 msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs.pod:2548
+#: ../src/guestfs.pod:2549
 msgid ""
 "Run libguestfs-test-tool and paste the B<complete, unedited> output into the "
 "bug report."
@@ -5543,39 +5540,39 @@ msgstr ""
 
 # type: =head1
 #. type: =head1
-#: ../src/guestfs.pod:2553 ../fish/guestfish.pod:1108
+#: ../src/guestfs.pod:2554 ../fish/guestfish.pod:1108
 #: ../test-tool/libguestfs-test-tool.pod:115 ../fuse/guestmount.pod:244
 msgid "AUTHORS"
 msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs.pod:2555 ../fish/guestfish.pod:1110
+#: ../src/guestfs.pod:2556 ../fish/guestfish.pod:1110
 #: ../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
 #. type: =head1
-#: ../src/guestfs.pod:2557 ../fish/guestfish.pod:1112
+#: ../src/guestfs.pod:2558 ../fish/guestfish.pod:1112
 #: ../test-tool/libguestfs-test-tool.pod:119 ../fuse/guestmount.pod:248
-#: ../tools/virt-edit.pl:366 ../tools/virt-win-reg.pl:602
+#: ../tools/virt-edit.pl:411 ../tools/virt-win-reg.pl:602
 #: ../tools/virt-resize.pl:1508 ../tools/virt-list-filesystems.pl:206
-#: ../tools/virt-tar.pl:296 ../tools/virt-make-fs.pl:563
+#: ../tools/virt-tar.pl:296 ../tools/virt-make-fs.pl:568
 #: ../tools/virt-list-partitions.pl:273
 msgid "COPYRIGHT"
 msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs.pod:2559 ../fish/guestfish.pod:1114
+#: ../src/guestfs.pod:2560 ../fish/guestfish.pod:1114
 #: ../fuse/guestmount.pod:250
 msgid "Copyright (C) 2009-2010 Red Hat Inc.  L<http://libguestfs.org/>"
 msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs.pod:2562
+#: ../src/guestfs.pod:2563
 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 "
@@ -5585,7 +5582,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs.pod:2567
+#: ../src/guestfs.pod:2568
 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 "
@@ -5595,7 +5592,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs.pod:2572
+#: ../src/guestfs.pod:2573
 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, "
@@ -5673,72 +5670,72 @@ msgstr ""
 #: ../src/guestfs-actions.pod:1682 ../src/guestfs-actions.pod:1704
 #: ../src/guestfs-actions.pod:1791 ../src/guestfs-actions.pod:2243
 #: ../src/guestfs-actions.pod:2387 ../src/guestfs-actions.pod:2448
-#: ../src/guestfs-actions.pod:2483 ../src/guestfs-actions.pod:3222
-#: ../src/guestfs-actions.pod:3237 ../src/guestfs-actions.pod:3257
-#: ../src/guestfs-actions.pod:3412 ../src/guestfs-actions.pod:3426
-#: ../src/guestfs-actions.pod:3439 ../src/guestfs-actions.pod:3453
-#: ../src/guestfs-actions.pod:3468 ../src/guestfs-actions.pod:3504
-#: ../src/guestfs-actions.pod:3576 ../src/guestfs-actions.pod:3596
-#: ../src/guestfs-actions.pod:3613 ../src/guestfs-actions.pod:3636
-#: ../src/guestfs-actions.pod:3659 ../src/guestfs-actions.pod:3691
-#: ../src/guestfs-actions.pod:3710 ../src/guestfs-actions.pod:3729
-#: ../src/guestfs-actions.pod:3764 ../src/guestfs-actions.pod:3776
-#: ../src/guestfs-actions.pod:3812 ../src/guestfs-actions.pod:3828
-#: ../src/guestfs-actions.pod:3841 ../src/guestfs-actions.pod:3856
-#: ../src/guestfs-actions.pod:3873 ../src/guestfs-actions.pod:3966
-#: ../src/guestfs-actions.pod:3986 ../src/guestfs-actions.pod:3999
-#: ../src/guestfs-actions.pod:4050 ../src/guestfs-actions.pod:4068
-#: ../src/guestfs-actions.pod:4086 ../src/guestfs-actions.pod:4102
-#: ../src/guestfs-actions.pod:4116 ../src/guestfs-actions.pod:4130
-#: ../src/guestfs-actions.pod:4147 ../src/guestfs-actions.pod:4162
-#: ../src/guestfs-actions.pod:4182 ../src/guestfs-actions.pod:4226
-#: ../src/guestfs-actions.pod:4299 ../src/guestfs-actions.pod:4330
-#: ../src/guestfs-actions.pod:4349 ../src/guestfs-actions.pod:4368
-#: ../src/guestfs-actions.pod:4380 ../src/guestfs-actions.pod:4397
-#: ../src/guestfs-actions.pod:4410 ../src/guestfs-actions.pod:4425
-#: ../src/guestfs-actions.pod:4440 ../src/guestfs-actions.pod:4475
-#: ../src/guestfs-actions.pod:4490 ../src/guestfs-actions.pod:4510
-#: ../src/guestfs-actions.pod:4524 ../src/guestfs-actions.pod:4541
-#: ../src/guestfs-actions.pod:4590 ../src/guestfs-actions.pod:4627
-#: ../src/guestfs-actions.pod:4641 ../src/guestfs-actions.pod:4669
-#: ../src/guestfs-actions.pod:4686 ../src/guestfs-actions.pod:4704
-#: ../src/guestfs-actions.pod:4838 ../src/guestfs-actions.pod:4895
-#: ../src/guestfs-actions.pod:4917 ../src/guestfs-actions.pod:4935
-#: ../src/guestfs-actions.pod:4967 ../src/guestfs-actions.pod:5033
-#: ../src/guestfs-actions.pod:5050 ../src/guestfs-actions.pod:5063
-#: ../src/guestfs-actions.pod:5077 ../src/guestfs-actions.pod:5366
-#: ../src/guestfs-actions.pod:5385 ../src/guestfs-actions.pod:5399
-#: ../src/guestfs-actions.pod:5411 ../src/guestfs-actions.pod:5425
-#: ../src/guestfs-actions.pod:5437 ../src/guestfs-actions.pod:5451
-#: ../src/guestfs-actions.pod:5467 ../src/guestfs-actions.pod:5488
-#: ../src/guestfs-actions.pod:5507 ../src/guestfs-actions.pod:5526
-#: ../src/guestfs-actions.pod:5544 ../src/guestfs-actions.pod:5567
-#: ../src/guestfs-actions.pod:5585 ../src/guestfs-actions.pod:5604
-#: ../src/guestfs-actions.pod:5625 ../src/guestfs-actions.pod:5644
-#: ../src/guestfs-actions.pod:5661 ../src/guestfs-actions.pod:5689
-#: ../src/guestfs-actions.pod:5713 ../src/guestfs-actions.pod:5732
-#: ../src/guestfs-actions.pod:5756 ../src/guestfs-actions.pod:5771
-#: ../src/guestfs-actions.pod:5786 ../src/guestfs-actions.pod:5805
-#: ../src/guestfs-actions.pod:5842 ../src/guestfs-actions.pod:5865
-#: ../src/guestfs-actions.pod:5891 ../src/guestfs-actions.pod:5999
-#: ../src/guestfs-actions.pod:6120 ../src/guestfs-actions.pod:6132
-#: ../src/guestfs-actions.pod:6145 ../src/guestfs-actions.pod:6158
-#: ../src/guestfs-actions.pod:6180 ../src/guestfs-actions.pod:6193
-#: ../src/guestfs-actions.pod:6206 ../src/guestfs-actions.pod:6219
-#: ../src/guestfs-actions.pod:6234 ../src/guestfs-actions.pod:6293
-#: ../src/guestfs-actions.pod:6310 ../src/guestfs-actions.pod:6326
-#: ../src/guestfs-actions.pod:6342 ../src/guestfs-actions.pod:6359
-#: ../src/guestfs-actions.pod:6372 ../src/guestfs-actions.pod:6392
-#: ../src/guestfs-actions.pod:6428 ../src/guestfs-actions.pod:6442
-#: ../src/guestfs-actions.pod:6483 ../src/guestfs-actions.pod:6496
-#: ../src/guestfs-actions.pod:6514 ../src/guestfs-actions.pod:6548
-#: ../src/guestfs-actions.pod:6584 ../src/guestfs-actions.pod:6703
-#: ../src/guestfs-actions.pod:6721 ../src/guestfs-actions.pod:6735
-#: ../src/guestfs-actions.pod:6790 ../src/guestfs-actions.pod:6803
-#: ../src/guestfs-actions.pod:6848 ../src/guestfs-actions.pod:6881
-#: ../src/guestfs-actions.pod:6935 ../src/guestfs-actions.pod:6961
-#: ../src/guestfs-actions.pod:7027 ../src/guestfs-actions.pod:7046
-#: ../src/guestfs-actions.pod:7075
+#: ../src/guestfs-actions.pod:2483 ../src/guestfs-actions.pod:3226
+#: ../src/guestfs-actions.pod:3241 ../src/guestfs-actions.pod:3261
+#: ../src/guestfs-actions.pod:3416 ../src/guestfs-actions.pod:3430
+#: ../src/guestfs-actions.pod:3443 ../src/guestfs-actions.pod:3457
+#: ../src/guestfs-actions.pod:3472 ../src/guestfs-actions.pod:3508
+#: ../src/guestfs-actions.pod:3580 ../src/guestfs-actions.pod:3600
+#: ../src/guestfs-actions.pod:3617 ../src/guestfs-actions.pod:3640
+#: ../src/guestfs-actions.pod:3663 ../src/guestfs-actions.pod:3695
+#: ../src/guestfs-actions.pod:3714 ../src/guestfs-actions.pod:3733
+#: ../src/guestfs-actions.pod:3768 ../src/guestfs-actions.pod:3780
+#: ../src/guestfs-actions.pod:3816 ../src/guestfs-actions.pod:3832
+#: ../src/guestfs-actions.pod:3845 ../src/guestfs-actions.pod:3860
+#: ../src/guestfs-actions.pod:3877 ../src/guestfs-actions.pod:3970
+#: ../src/guestfs-actions.pod:3990 ../src/guestfs-actions.pod:4003
+#: ../src/guestfs-actions.pod:4054 ../src/guestfs-actions.pod:4072
+#: ../src/guestfs-actions.pod:4090 ../src/guestfs-actions.pod:4106
+#: ../src/guestfs-actions.pod:4120 ../src/guestfs-actions.pod:4134
+#: ../src/guestfs-actions.pod:4151 ../src/guestfs-actions.pod:4166
+#: ../src/guestfs-actions.pod:4186 ../src/guestfs-actions.pod:4232
+#: ../src/guestfs-actions.pod:4305 ../src/guestfs-actions.pod:4336
+#: ../src/guestfs-actions.pod:4355 ../src/guestfs-actions.pod:4374
+#: ../src/guestfs-actions.pod:4386 ../src/guestfs-actions.pod:4403
+#: ../src/guestfs-actions.pod:4416 ../src/guestfs-actions.pod:4431
+#: ../src/guestfs-actions.pod:4446 ../src/guestfs-actions.pod:4481
+#: ../src/guestfs-actions.pod:4496 ../src/guestfs-actions.pod:4516
+#: ../src/guestfs-actions.pod:4530 ../src/guestfs-actions.pod:4547
+#: ../src/guestfs-actions.pod:4596 ../src/guestfs-actions.pod:4633
+#: ../src/guestfs-actions.pod:4647 ../src/guestfs-actions.pod:4675
+#: ../src/guestfs-actions.pod:4692 ../src/guestfs-actions.pod:4710
+#: ../src/guestfs-actions.pod:4844 ../src/guestfs-actions.pod:4901
+#: ../src/guestfs-actions.pod:4923 ../src/guestfs-actions.pod:4941
+#: ../src/guestfs-actions.pod:4973 ../src/guestfs-actions.pod:5039
+#: ../src/guestfs-actions.pod:5056 ../src/guestfs-actions.pod:5069
+#: ../src/guestfs-actions.pod:5083 ../src/guestfs-actions.pod:5372
+#: ../src/guestfs-actions.pod:5391 ../src/guestfs-actions.pod:5405
+#: ../src/guestfs-actions.pod:5417 ../src/guestfs-actions.pod:5431
+#: ../src/guestfs-actions.pod:5443 ../src/guestfs-actions.pod:5457
+#: ../src/guestfs-actions.pod:5473 ../src/guestfs-actions.pod:5494
+#: ../src/guestfs-actions.pod:5513 ../src/guestfs-actions.pod:5532
+#: ../src/guestfs-actions.pod:5550 ../src/guestfs-actions.pod:5573
+#: ../src/guestfs-actions.pod:5591 ../src/guestfs-actions.pod:5610
+#: ../src/guestfs-actions.pod:5631 ../src/guestfs-actions.pod:5650
+#: ../src/guestfs-actions.pod:5667 ../src/guestfs-actions.pod:5695
+#: ../src/guestfs-actions.pod:5719 ../src/guestfs-actions.pod:5738
+#: ../src/guestfs-actions.pod:5762 ../src/guestfs-actions.pod:5777
+#: ../src/guestfs-actions.pod:5792 ../src/guestfs-actions.pod:5811
+#: ../src/guestfs-actions.pod:5848 ../src/guestfs-actions.pod:5871
+#: ../src/guestfs-actions.pod:5897 ../src/guestfs-actions.pod:6005
+#: ../src/guestfs-actions.pod:6126 ../src/guestfs-actions.pod:6138
+#: ../src/guestfs-actions.pod:6151 ../src/guestfs-actions.pod:6164
+#: ../src/guestfs-actions.pod:6186 ../src/guestfs-actions.pod:6199
+#: ../src/guestfs-actions.pod:6212 ../src/guestfs-actions.pod:6225
+#: ../src/guestfs-actions.pod:6240 ../src/guestfs-actions.pod:6299
+#: ../src/guestfs-actions.pod:6316 ../src/guestfs-actions.pod:6332
+#: ../src/guestfs-actions.pod:6348 ../src/guestfs-actions.pod:6365
+#: ../src/guestfs-actions.pod:6378 ../src/guestfs-actions.pod:6398
+#: ../src/guestfs-actions.pod:6434 ../src/guestfs-actions.pod:6448
+#: ../src/guestfs-actions.pod:6489 ../src/guestfs-actions.pod:6502
+#: ../src/guestfs-actions.pod:6520 ../src/guestfs-actions.pod:6554
+#: ../src/guestfs-actions.pod:6590 ../src/guestfs-actions.pod:6709
+#: ../src/guestfs-actions.pod:6727 ../src/guestfs-actions.pod:6741
+#: ../src/guestfs-actions.pod:6796 ../src/guestfs-actions.pod:6809
+#: ../src/guestfs-actions.pod:6854 ../src/guestfs-actions.pod:6887
+#: ../src/guestfs-actions.pod:6941 ../src/guestfs-actions.pod:6967
+#: ../src/guestfs-actions.pod:7033 ../src/guestfs-actions.pod:7052
+#: ../src/guestfs-actions.pod:7081
 msgid "This function returns 0 on success or -1 on error."
 msgstr ""
 
@@ -5757,12 +5754,12 @@ msgstr ""
 #: ../src/guestfs-actions.pod:35 ../src/guestfs-actions.pod:243
 #: ../src/guestfs-actions.pod:264 ../src/guestfs-actions.pod:1435
 #: ../src/guestfs-actions.pod:1921 ../src/guestfs-actions.pod:1942
-#: ../src/guestfs-actions.pod:4187 ../src/guestfs-actions.pod:6969
-#: ../src/guestfs-actions.pod:7138 ../fish/guestfish-actions.pod:31
+#: ../src/guestfs-actions.pod:4191 ../src/guestfs-actions.pod:6975
+#: ../src/guestfs-actions.pod:7144 ../fish/guestfish-actions.pod:31
 #: ../fish/guestfish-actions.pod:154 ../fish/guestfish-actions.pod:168
 #: ../fish/guestfish-actions.pod:949 ../fish/guestfish-actions.pod:1306
-#: ../fish/guestfish-actions.pod:1320 ../fish/guestfish-actions.pod:2816
-#: ../fish/guestfish-actions.pod:4618 ../fish/guestfish-actions.pod:4715
+#: ../fish/guestfish-actions.pod:1320 ../fish/guestfish-actions.pod:2820
+#: ../fish/guestfish-actions.pod:4624 ../fish/guestfish-actions.pod:4721
 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 "
@@ -5774,11 +5771,11 @@ msgstr ""
 #: ../src/guestfs-actions.pod:39 ../src/guestfs-actions.pod:128
 #: ../src/guestfs-actions.pod:1092 ../src/guestfs-actions.pod:1893
 #: ../src/guestfs-actions.pod:1991 ../src/guestfs-actions.pod:2094
-#: ../src/guestfs-actions.pod:3224 ../src/guestfs-actions.pod:3239
-#: ../src/guestfs-actions.pod:4477 ../src/guestfs-actions.pod:5546
-#: ../src/guestfs-actions.pod:5663 ../src/guestfs-actions.pod:5773
-#: ../src/guestfs-actions.pod:6236 ../src/guestfs-actions.pod:6361
-#: ../src/guestfs-actions.pod:6883
+#: ../src/guestfs-actions.pod:3228 ../src/guestfs-actions.pod:3243
+#: ../src/guestfs-actions.pod:4483 ../src/guestfs-actions.pod:5552
+#: ../src/guestfs-actions.pod:5669 ../src/guestfs-actions.pod:5779
+#: ../src/guestfs-actions.pod:6242 ../src/guestfs-actions.pod:6367
+#: ../src/guestfs-actions.pod:6889
 msgid "(Added in 0.3)"
 msgstr ""
 
@@ -5803,7 +5800,7 @@ msgstr ""
 # type: textblock
 #. type: textblock
 #: ../src/guestfs-actions.pod:48 ../src/guestfs-actions.pod:137
-#: ../src/guestfs-actions.pod:4201
+#: ../src/guestfs-actions.pod:4205
 msgid ""
 "You may supply a list of optional arguments to this call.  Use zero or more "
 "of the following pairs of parameters, and terminate the list with C<-1> on "
@@ -5884,11 +5881,11 @@ msgstr ""
 #: ../src/guestfs-actions.pod:1963 ../src/guestfs-actions.pod:2003
 #: ../src/guestfs-actions.pod:2058 ../src/guestfs-actions.pod:2081
 #: ../src/guestfs-actions.pod:2374 ../src/guestfs-actions.pod:2662
-#: ../src/guestfs-actions.pod:2683 ../src/guestfs-actions.pod:4613
-#: ../src/guestfs-actions.pod:4741 ../src/guestfs-actions.pod:5147
-#: ../src/guestfs-actions.pod:5173 ../src/guestfs-actions.pod:6469
-#: ../src/guestfs-actions.pod:6894 ../src/guestfs-actions.pod:6907
-#: ../src/guestfs-actions.pod:6920
+#: ../src/guestfs-actions.pod:2683 ../src/guestfs-actions.pod:4619
+#: ../src/guestfs-actions.pod:4747 ../src/guestfs-actions.pod:5153
+#: ../src/guestfs-actions.pod:5179 ../src/guestfs-actions.pod:6475
+#: ../src/guestfs-actions.pod:6900 ../src/guestfs-actions.pod:6913
+#: ../src/guestfs-actions.pod:6926
 msgid "On error this function returns -1."
 msgstr ""
 
@@ -5926,7 +5923,7 @@ msgstr ""
 #. type: textblock
 #: ../src/guestfs-actions.pod:96 ../src/guestfs-actions.pod:107
 #: ../src/guestfs-actions.pod:200 ../src/guestfs-actions.pod:211
-#: ../src/guestfs-actions.pod:4240 ../src/guestfs-actions.pod:4252
+#: ../src/guestfs-actions.pod:4246 ../src/guestfs-actions.pod:4258
 msgid "See L</CALLS WITH OPTIONAL ARGUMENTS>."
 msgstr ""
 
@@ -6047,8 +6044,8 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:159 ../src/guestfs-actions.pod:4211
-#: ../fish/guestfish-actions.pod:103 ../fish/guestfish-actions.pod:2827
+#: ../src/guestfs-actions.pod:159 ../src/guestfs-actions.pod:4215
+#: ../fish/guestfish-actions.pod:103 ../fish/guestfish-actions.pod:2831
 msgid "The optional arguments are:"
 msgstr ""
 
@@ -6314,7 +6311,7 @@ msgstr ""
 #: ../src/guestfs-actions.pod:444 ../src/guestfs-actions.pod:475
 #: ../src/guestfs-actions.pod:489 ../src/guestfs-actions.pod:503
 #: ../src/guestfs-actions.pod:517 ../src/guestfs-actions.pod:535
-#: ../src/guestfs-actions.pod:5224
+#: ../src/guestfs-actions.pod:5230
 msgid "(Added in 0.7)"
 msgstr ""
 
@@ -6440,18 +6437,18 @@ msgstr ""
 #: ../src/guestfs-actions.pod:1915 ../src/guestfs-actions.pod:1936
 #: ../src/guestfs-actions.pod:2106 ../src/guestfs-actions.pod:2298
 #: ../src/guestfs-actions.pod:2505 ../src/guestfs-actions.pod:2586
-#: ../src/guestfs-actions.pod:2634 ../src/guestfs-actions.pod:2744
-#: ../src/guestfs-actions.pod:2775 ../src/guestfs-actions.pod:2799
-#: ../src/guestfs-actions.pod:2861 ../src/guestfs-actions.pod:2884
-#: ../src/guestfs-actions.pod:3398 ../src/guestfs-actions.pod:3748
-#: ../src/guestfs-actions.pod:3918 ../src/guestfs-actions.pod:4028
-#: ../src/guestfs-actions.pod:4759 ../src/guestfs-actions.pod:4952
-#: ../src/guestfs-actions.pod:5122 ../src/guestfs-actions.pod:5300
-#: ../src/guestfs-actions.pod:5349 ../src/guestfs-actions.pod:5912
-#: ../src/guestfs-actions.pod:5928 ../src/guestfs-actions.pod:5945
-#: ../src/guestfs-actions.pod:5969 ../src/guestfs-actions.pod:6643
-#: ../src/guestfs-actions.pod:6662 ../src/guestfs-actions.pod:6680
-#: ../src/guestfs-actions.pod:6860 ../src/guestfs-actions.pod:7132
+#: ../src/guestfs-actions.pod:2634 ../src/guestfs-actions.pod:2748
+#: ../src/guestfs-actions.pod:2779 ../src/guestfs-actions.pod:2803
+#: ../src/guestfs-actions.pod:2865 ../src/guestfs-actions.pod:2888
+#: ../src/guestfs-actions.pod:3402 ../src/guestfs-actions.pod:3752
+#: ../src/guestfs-actions.pod:3922 ../src/guestfs-actions.pod:4032
+#: ../src/guestfs-actions.pod:4765 ../src/guestfs-actions.pod:4958
+#: ../src/guestfs-actions.pod:5128 ../src/guestfs-actions.pod:5306
+#: ../src/guestfs-actions.pod:5355 ../src/guestfs-actions.pod:5918
+#: ../src/guestfs-actions.pod:5934 ../src/guestfs-actions.pod:5951
+#: ../src/guestfs-actions.pod:5975 ../src/guestfs-actions.pod:6649
+#: ../src/guestfs-actions.pod:6668 ../src/guestfs-actions.pod:6686
+#: ../src/guestfs-actions.pod:6866 ../src/guestfs-actions.pod:7138
 msgid ""
 "This function returns a string, or NULL on error.  I<The caller must free "
 "the returned string after use>."
@@ -6689,19 +6686,19 @@ msgstr ""
 #: ../src/guestfs-actions.pod:2194 ../src/guestfs-actions.pod:2213
 #: ../src/guestfs-actions.pod:2256 ../src/guestfs-actions.pod:2280
 #: ../src/guestfs-actions.pod:2351 ../src/guestfs-actions.pod:2400
-#: ../src/guestfs-actions.pod:2611 ../src/guestfs-actions.pod:2818
-#: ../src/guestfs-actions.pod:3033 ../src/guestfs-actions.pod:3318
-#: ../src/guestfs-actions.pod:3380 ../src/guestfs-actions.pod:3485
-#: ../src/guestfs-actions.pod:3890 ../src/guestfs-actions.pod:4574
-#: ../src/guestfs-actions.pod:5094 ../src/guestfs-actions.pod:5220
-#: ../src/guestfs-actions.pod:5334 ../src/guestfs-actions.pod:5985
-#: ../src/guestfs-actions.pod:6046 ../src/guestfs-actions.pod:6101
-#: ../src/guestfs-actions.pod:6247 ../src/guestfs-actions.pod:6271
-#: ../src/guestfs-actions.pod:6753 ../src/guestfs-actions.pod:6773
-#: ../src/guestfs-actions.pod:6820 ../src/guestfs-actions.pod:6985
-#: ../src/guestfs-actions.pod:7004 ../src/guestfs-actions.pod:7089
-#: ../src/guestfs-actions.pod:7108 ../src/guestfs-actions.pod:7154
-#: ../src/guestfs-actions.pod:7173
+#: ../src/guestfs-actions.pod:2611 ../src/guestfs-actions.pod:2822
+#: ../src/guestfs-actions.pod:3037 ../src/guestfs-actions.pod:3322
+#: ../src/guestfs-actions.pod:3384 ../src/guestfs-actions.pod:3489
+#: ../src/guestfs-actions.pod:3894 ../src/guestfs-actions.pod:4580
+#: ../src/guestfs-actions.pod:5100 ../src/guestfs-actions.pod:5226
+#: ../src/guestfs-actions.pod:5340 ../src/guestfs-actions.pod:5991
+#: ../src/guestfs-actions.pod:6052 ../src/guestfs-actions.pod:6107
+#: ../src/guestfs-actions.pod:6253 ../src/guestfs-actions.pod:6277
+#: ../src/guestfs-actions.pod:6759 ../src/guestfs-actions.pod:6779
+#: ../src/guestfs-actions.pod:6826 ../src/guestfs-actions.pod:6991
+#: ../src/guestfs-actions.pod:7010 ../src/guestfs-actions.pod:7095
+#: ../src/guestfs-actions.pod:7114 ../src/guestfs-actions.pod:7160
+#: ../src/guestfs-actions.pod:7179
 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 "
@@ -6712,15 +6709,15 @@ msgstr ""
 #. type: textblock
 #: ../src/guestfs-actions.pod:459 ../src/guestfs-actions.pod:990
 #: ../src/guestfs-actions.pod:1008 ../src/guestfs-actions.pod:1413
-#: ../src/guestfs-actions.pod:3111 ../src/guestfs-actions.pod:3142
-#: ../src/guestfs-actions.pod:3731 ../src/guestfs-actions.pod:3781
-#: ../src/guestfs-actions.pod:3968 ../src/guestfs-actions.pod:4001
-#: ../src/guestfs-actions.pod:4164 ../src/guestfs-actions.pod:4578
-#: ../src/guestfs-actions.pod:5035 ../src/guestfs-actions.pod:5413
-#: ../src/guestfs-actions.pod:5427 ../src/guestfs-actions.pod:5439
-#: ../src/guestfs-actions.pod:5847 ../src/guestfs-actions.pod:6485
-#: ../src/guestfs-actions.pod:6498 ../src/guestfs-actions.pod:6737
-#: ../src/guestfs-actions.pod:6973
+#: ../src/guestfs-actions.pod:3115 ../src/guestfs-actions.pod:3146
+#: ../src/guestfs-actions.pod:3735 ../src/guestfs-actions.pod:3785
+#: ../src/guestfs-actions.pod:3972 ../src/guestfs-actions.pod:4005
+#: ../src/guestfs-actions.pod:4168 ../src/guestfs-actions.pod:4584
+#: ../src/guestfs-actions.pod:5041 ../src/guestfs-actions.pod:5419
+#: ../src/guestfs-actions.pod:5433 ../src/guestfs-actions.pod:5445
+#: ../src/guestfs-actions.pod:5853 ../src/guestfs-actions.pod:6491
+#: ../src/guestfs-actions.pod:6504 ../src/guestfs-actions.pod:6743
+#: ../src/guestfs-actions.pod:6979
 msgid "(Added in 0.8)"
 msgstr ""
 
@@ -7195,13 +7192,13 @@ msgstr ""
 #: ../src/guestfs-actions.pod:1902 ../src/guestfs-actions.pod:1974
 #: ../src/guestfs-actions.pod:2029 ../src/guestfs-actions.pod:2044
 #: ../src/guestfs-actions.pod:2069 ../src/guestfs-actions.pod:2092
-#: ../src/guestfs-actions.pod:3050 ../src/guestfs-actions.pod:3064
-#: ../src/guestfs-actions.pod:3079 ../src/guestfs-actions.pod:3093
-#: ../src/guestfs-actions.pod:3109 ../src/guestfs-actions.pod:3124
-#: ../src/guestfs-actions.pod:3140 ../src/guestfs-actions.pod:3154
-#: ../src/guestfs-actions.pod:3167 ../src/guestfs-actions.pod:3181
-#: ../src/guestfs-actions.pod:3196 ../src/guestfs-actions.pod:3211
-#: ../src/guestfs-actions.pod:4723
+#: ../src/guestfs-actions.pod:3054 ../src/guestfs-actions.pod:3068
+#: ../src/guestfs-actions.pod:3083 ../src/guestfs-actions.pod:3097
+#: ../src/guestfs-actions.pod:3113 ../src/guestfs-actions.pod:3128
+#: ../src/guestfs-actions.pod:3144 ../src/guestfs-actions.pod:3158
+#: ../src/guestfs-actions.pod:3171 ../src/guestfs-actions.pod:3185
+#: ../src/guestfs-actions.pod:3200 ../src/guestfs-actions.pod:3215
+#: ../src/guestfs-actions.pod:4729
 msgid "This function returns a C truth value on success or -1 on error."
 msgstr ""
 
@@ -7478,7 +7475,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:852 ../src/guestfs-actions.pod:6665
+#: ../src/guestfs-actions.pod:852 ../src/guestfs-actions.pod:6671
 msgid "(Added in 1.0.75)"
 msgstr ""
 
@@ -7501,8 +7498,8 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:860 ../src/guestfs-actions.pod:5210
-#: ../fish/guestfish-actions.pod:573 ../fish/guestfish-actions.pod:3462
+#: ../src/guestfs-actions.pod:860 ../src/guestfs-actions.pod:5216
+#: ../fish/guestfish-actions.pod:573 ../fish/guestfish-actions.pod:3468
 msgid "Return the contents of the file named C<path>."
 msgstr ""
 
@@ -7525,30 +7522,30 @@ msgstr ""
 #: ../src/guestfs-actions.pod:2198 ../src/guestfs-actions.pod:2217
 #: ../src/guestfs-actions.pod:2260 ../src/guestfs-actions.pod:2284
 #: ../src/guestfs-actions.pod:2301 ../src/guestfs-actions.pod:2330
-#: ../src/guestfs-actions.pod:4992 ../src/guestfs-actions.pod:5018
-#: ../src/guestfs-actions.pod:5149 ../src/guestfs-actions.pod:5175
-#: ../src/guestfs-actions.pod:5199 ../src/guestfs-actions.pod:6050
-#: ../src/guestfs-actions.pod:6105 ../src/guestfs-actions.pod:6251
-#: ../src/guestfs-actions.pod:6275 ../src/guestfs-actions.pod:6937
-#: ../src/guestfs-actions.pod:6963 ../src/guestfs-actions.pod:6989
-#: ../src/guestfs-actions.pod:7008 ../src/guestfs-actions.pod:7093
-#: ../src/guestfs-actions.pod:7112 ../src/guestfs-actions.pod:7158
-#: ../src/guestfs-actions.pod:7177 ../fish/guestfish-actions.pod:580
+#: ../src/guestfs-actions.pod:4998 ../src/guestfs-actions.pod:5024
+#: ../src/guestfs-actions.pod:5155 ../src/guestfs-actions.pod:5181
+#: ../src/guestfs-actions.pod:5205 ../src/guestfs-actions.pod:6056
+#: ../src/guestfs-actions.pod:6111 ../src/guestfs-actions.pod:6257
+#: ../src/guestfs-actions.pod:6281 ../src/guestfs-actions.pod:6943
+#: ../src/guestfs-actions.pod:6969 ../src/guestfs-actions.pod:6995
+#: ../src/guestfs-actions.pod:7014 ../src/guestfs-actions.pod:7099
+#: ../src/guestfs-actions.pod:7118 ../src/guestfs-actions.pod:7164
+#: ../src/guestfs-actions.pod:7183 ../fish/guestfish-actions.pod:580
 #: ../fish/guestfish-actions.pod:715 ../fish/guestfish-actions.pod:727
 #: ../fish/guestfish-actions.pod:903 ../fish/guestfish-actions.pod:913
 #: ../fish/guestfish-actions.pod:980 ../fish/guestfish-actions.pod:990
 #: ../fish/guestfish-actions.pod:1185 ../fish/guestfish-actions.pod:1480
 #: ../fish/guestfish-actions.pod:1490 ../fish/guestfish-actions.pod:1518
 #: ../fish/guestfish-actions.pod:1533 ../fish/guestfish-actions.pod:1543
-#: ../fish/guestfish-actions.pod:1562 ../fish/guestfish-actions.pod:3332
-#: ../fish/guestfish-actions.pod:3347 ../fish/guestfish-actions.pod:3423
-#: ../fish/guestfish-actions.pod:3440 ../fish/guestfish-actions.pod:3455
-#: ../fish/guestfish-actions.pod:4038 ../fish/guestfish-actions.pod:4084
-#: ../fish/guestfish-actions.pod:4169 ../fish/guestfish-actions.pod:4184
-#: ../fish/guestfish-actions.pod:4594 ../fish/guestfish-actions.pod:4612
-#: ../fish/guestfish-actions.pod:4629 ../fish/guestfish-actions.pod:4639
-#: ../fish/guestfish-actions.pod:4687 ../fish/guestfish-actions.pod:4697
-#: ../fish/guestfish-actions.pod:4726 ../fish/guestfish-actions.pod:4736
+#: ../fish/guestfish-actions.pod:1562 ../fish/guestfish-actions.pod:3338
+#: ../fish/guestfish-actions.pod:3353 ../fish/guestfish-actions.pod:3429
+#: ../fish/guestfish-actions.pod:3446 ../fish/guestfish-actions.pod:3461
+#: ../fish/guestfish-actions.pod:4044 ../fish/guestfish-actions.pod:4090
+#: ../fish/guestfish-actions.pod:4175 ../fish/guestfish-actions.pod:4190
+#: ../fish/guestfish-actions.pod:4600 ../fish/guestfish-actions.pod:4618
+#: ../fish/guestfish-actions.pod:4635 ../fish/guestfish-actions.pod:4645
+#: ../fish/guestfish-actions.pod:4693 ../fish/guestfish-actions.pod:4703
+#: ../fish/guestfish-actions.pod:4732 ../fish/guestfish-actions.pod:4742
 msgid ""
 "Because of the message protocol, there is a transfer limit of somewhere "
 "between 2MB and 4MB.  See L<guestfs(3)/PROTOCOL LIMITS>."
@@ -7556,12 +7553,12 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:873 ../src/guestfs-actions.pod:3322
-#: ../src/guestfs-actions.pod:3384 ../src/guestfs-actions.pod:3401
-#: ../src/guestfs-actions.pod:3489 ../src/guestfs-actions.pod:3894
-#: ../src/guestfs-actions.pod:3908 ../src/guestfs-actions.pod:5098
-#: ../src/guestfs-actions.pod:5112 ../src/guestfs-actions.pod:6824
-#: ../src/guestfs-actions.pod:6838
+#: ../src/guestfs-actions.pod:873 ../src/guestfs-actions.pod:3326
+#: ../src/guestfs-actions.pod:3388 ../src/guestfs-actions.pod:3405
+#: ../src/guestfs-actions.pod:3493 ../src/guestfs-actions.pod:3898
+#: ../src/guestfs-actions.pod:3912 ../src/guestfs-actions.pod:5104
+#: ../src/guestfs-actions.pod:5118 ../src/guestfs-actions.pod:6830
+#: ../src/guestfs-actions.pod:6844
 msgid "(Added in 0.4)"
 msgstr ""
 
@@ -7705,9 +7702,9 @@ msgstr ""
 # type: textblock
 #. type: textblock
 #: ../src/guestfs-actions.pod:930 ../src/guestfs-actions.pod:1238
-#: ../src/guestfs-actions.pod:2060 ../src/guestfs-actions.pod:3066
-#: ../src/guestfs-actions.pod:3095 ../src/guestfs-actions.pod:3156
-#: ../src/guestfs-actions.pod:3183 ../src/guestfs-actions.pod:6521
+#: ../src/guestfs-actions.pod:2060 ../src/guestfs-actions.pod:3070
+#: ../src/guestfs-actions.pod:3099 ../src/guestfs-actions.pod:3160
+#: ../src/guestfs-actions.pod:3187 ../src/guestfs-actions.pod:6527
 msgid "(Added in 1.0.2)"
 msgstr ""
 
@@ -7740,11 +7737,11 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:946 ../src/guestfs-actions.pod:4629
-#: ../src/guestfs-actions.pod:4688 ../src/guestfs-actions.pod:4725
-#: ../src/guestfs-actions.pod:4743 ../src/guestfs-actions.pod:4919
-#: ../src/guestfs-actions.pod:6430 ../src/guestfs-actions.pod:6444
-#: ../src/guestfs-actions.pod:6850
+#: ../src/guestfs-actions.pod:946 ../src/guestfs-actions.pod:4635
+#: ../src/guestfs-actions.pod:4694 ../src/guestfs-actions.pod:4731
+#: ../src/guestfs-actions.pod:4749 ../src/guestfs-actions.pod:4925
+#: ../src/guestfs-actions.pod:6436 ../src/guestfs-actions.pod:6450
+#: ../src/guestfs-actions.pod:6856
 msgid "(Added in 1.3.2)"
 msgstr ""
 
@@ -7829,11 +7826,11 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:986 ../src/guestfs-actions.pod:4145
-#: ../src/guestfs-actions.pod:4328 ../src/guestfs-actions.pod:4347
-#: ../src/guestfs-actions.pod:4366 ../fish/guestfish-actions.pod:669
-#: ../fish/guestfish-actions.pod:2791 ../fish/guestfish-actions.pod:2907
-#: ../fish/guestfish-actions.pod:2917 ../fish/guestfish-actions.pod:2927
+#: ../src/guestfs-actions.pod:986 ../src/guestfs-actions.pod:4149
+#: ../src/guestfs-actions.pod:4334 ../src/guestfs-actions.pod:4353
+#: ../src/guestfs-actions.pod:4372 ../fish/guestfish-actions.pod:669
+#: ../fish/guestfish-actions.pod:2795 ../fish/guestfish-actions.pod:2913
+#: ../fish/guestfish-actions.pod:2923 ../fish/guestfish-actions.pod:2933
 msgid "The mode actually set is affected by the umask."
 msgstr ""
 
@@ -7864,8 +7861,8 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:1002 ../src/guestfs-actions.pod:3253
-#: ../fish/guestfish-actions.pod:677 ../fish/guestfish-actions.pod:2249
+#: ../src/guestfs-actions.pod:1002 ../src/guestfs-actions.pod:3257
+#: ../fish/guestfish-actions.pod:677 ../fish/guestfish-actions.pod:2253
 msgid ""
 "Only numeric uid and gid are supported.  If you want to use names, you will "
 "need to locate and parse the password file yourself (Augeas support makes "
@@ -8059,9 +8056,9 @@ msgstr ""
 #. type: textblock
 #: ../src/guestfs-actions.pod:1110 ../src/guestfs-actions.pod:1233
 #: ../src/guestfs-actions.pod:1264 ../src/guestfs-actions.pod:1684
-#: ../src/guestfs-actions.pod:1706 ../src/guestfs-actions.pod:6516
-#: ../src/guestfs-actions.pod:6550 ../src/guestfs-actions.pod:7029
-#: ../src/guestfs-actions.pod:7048
+#: ../src/guestfs-actions.pod:1706 ../src/guestfs-actions.pod:6522
+#: ../src/guestfs-actions.pod:6556 ../src/guestfs-actions.pod:7035
+#: ../src/guestfs-actions.pod:7054
 msgid ""
 "This long-running command can generate progress notification messages so "
 "that the caller can display a progress bar or indicator.  To receive these "
@@ -8071,9 +8068,9 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:1115 ../src/guestfs-actions.pod:3921
-#: ../src/guestfs-actions.pod:5125 ../src/guestfs-actions.pod:6757
-#: ../src/guestfs-actions.pod:6777 ../src/guestfs-actions.pod:6863
+#: ../src/guestfs-actions.pod:1115 ../src/guestfs-actions.pod:3925
+#: ../src/guestfs-actions.pod:5131 ../src/guestfs-actions.pod:6763
+#: ../src/guestfs-actions.pod:6783 ../src/guestfs-actions.pod:6869
 msgid "(Added in 1.0.87)"
 msgstr ""
 
@@ -8107,8 +8104,8 @@ msgstr ""
 #. type: textblock
 #: ../src/guestfs-actions.pod:1129 ../src/guestfs-actions.pod:1143
 #: ../src/guestfs-actions.pod:1215 ../src/guestfs-actions.pod:1289
-#: ../src/guestfs-actions.pod:1398 ../src/guestfs-actions.pod:4592
-#: ../src/guestfs-actions.pod:4969
+#: ../src/guestfs-actions.pod:1398 ../src/guestfs-actions.pod:4598
+#: ../src/guestfs-actions.pod:4975
 msgid "(Added in 1.0.18)"
 msgstr ""
 
@@ -8210,10 +8207,10 @@ msgstr ""
 #: ../src/guestfs-actions.pod:1179 ../src/guestfs-actions.pod:1196
 #: ../src/guestfs-actions.pod:1309 ../src/guestfs-actions.pod:2263
 #: ../src/guestfs-actions.pod:2287 ../src/guestfs-actions.pod:2355
-#: ../src/guestfs-actions.pod:4031 ../src/guestfs-actions.pod:4492
-#: ../src/guestfs-actions.pod:6254 ../src/guestfs-actions.pod:6278
-#: ../src/guestfs-actions.pod:6896 ../src/guestfs-actions.pod:6909
-#: ../src/guestfs-actions.pod:6922
+#: ../src/guestfs-actions.pod:4035 ../src/guestfs-actions.pod:4498
+#: ../src/guestfs-actions.pod:6260 ../src/guestfs-actions.pod:6284
+#: ../src/guestfs-actions.pod:6902 ../src/guestfs-actions.pod:6915
+#: ../src/guestfs-actions.pod:6928
 msgid "(Added in 1.0.54)"
 msgstr ""
 
@@ -8303,8 +8300,8 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:1227 ../src/guestfs-actions.pod:6510
-#: ../fish/guestfish-actions.pod:821 ../fish/guestfish-actions.pod:4342
+#: ../src/guestfs-actions.pod:1227 ../src/guestfs-actions.pod:6516
+#: ../fish/guestfish-actions.pod:821 ../fish/guestfish-actions.pod:4348
 msgid "C<filename> can also be a named pipe."
 msgstr ""
 
@@ -8359,7 +8356,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:1269 ../src/guestfs-actions.pod:6555
+#: ../src/guestfs-actions.pod:1269 ../src/guestfs-actions.pod:6561
 msgid "(Added in 1.5.17)"
 msgstr ""
 
@@ -8524,7 +8521,7 @@ msgstr ""
 # type: textblock
 #. type: textblock
 #: ../src/guestfs-actions.pod:1344 ../src/guestfs-actions.pod:2071
-#: ../src/guestfs-actions.pod:5758
+#: ../src/guestfs-actions.pod:5764
 msgid "(Added in 1.0.69)"
 msgstr ""
 
@@ -8561,17 +8558,17 @@ msgstr ""
 #: ../src/guestfs-actions.pod:2220 ../src/guestfs-actions.pod:2376
 #: ../src/guestfs-actions.pod:2389 ../src/guestfs-actions.pod:2404
 #: ../src/guestfs-actions.pod:2450 ../src/guestfs-actions.pod:2472
-#: ../src/guestfs-actions.pod:2485 ../src/guestfs-actions.pod:3414
-#: ../src/guestfs-actions.pod:3428 ../src/guestfs-actions.pod:3441
-#: ../src/guestfs-actions.pod:3455 ../src/guestfs-actions.pod:4427
-#: ../src/guestfs-actions.pod:5303 ../src/guestfs-actions.pod:5352
-#: ../src/guestfs-actions.pod:6122 ../src/guestfs-actions.pod:6134
-#: ../src/guestfs-actions.pod:6147 ../src/guestfs-actions.pod:6160
-#: ../src/guestfs-actions.pod:6182 ../src/guestfs-actions.pod:6195
-#: ../src/guestfs-actions.pod:6208 ../src/guestfs-actions.pod:6221
-#: ../src/guestfs-actions.pod:6992 ../src/guestfs-actions.pod:7011
-#: ../src/guestfs-actions.pod:7096 ../src/guestfs-actions.pod:7115
-#: ../src/guestfs-actions.pod:7161 ../src/guestfs-actions.pod:7180
+#: ../src/guestfs-actions.pod:2485 ../src/guestfs-actions.pod:3418
+#: ../src/guestfs-actions.pod:3432 ../src/guestfs-actions.pod:3445
+#: ../src/guestfs-actions.pod:3459 ../src/guestfs-actions.pod:4433
+#: ../src/guestfs-actions.pod:5309 ../src/guestfs-actions.pod:5358
+#: ../src/guestfs-actions.pod:6128 ../src/guestfs-actions.pod:6140
+#: ../src/guestfs-actions.pod:6153 ../src/guestfs-actions.pod:6166
+#: ../src/guestfs-actions.pod:6188 ../src/guestfs-actions.pod:6201
+#: ../src/guestfs-actions.pod:6214 ../src/guestfs-actions.pod:6227
+#: ../src/guestfs-actions.pod:6998 ../src/guestfs-actions.pod:7017
+#: ../src/guestfs-actions.pod:7102 ../src/guestfs-actions.pod:7121
+#: ../src/guestfs-actions.pod:7167 ../src/guestfs-actions.pod:7186
 msgid "(Added in 1.0.66)"
 msgstr ""
 
@@ -9087,9 +9084,9 @@ msgstr ""
 #: ../src/guestfs-actions.pod:1827 ../src/guestfs-actions.pod:2508
 #: ../src/guestfs-actions.pod:2589 ../src/guestfs-actions.pod:2615
 #: ../src/guestfs-actions.pod:2664 ../src/guestfs-actions.pod:2685
-#: ../src/guestfs-actions.pod:2718 ../src/guestfs-actions.pod:2802
-#: ../src/guestfs-actions.pod:2864 ../src/guestfs-actions.pod:3037
-#: ../src/guestfs-actions.pod:3169
+#: ../src/guestfs-actions.pod:2722 ../src/guestfs-actions.pod:2806
+#: ../src/guestfs-actions.pod:2868 ../src/guestfs-actions.pod:3041
+#: ../src/guestfs-actions.pod:3173
 msgid "(Added in 1.5.3)"
 msgstr ""
 
@@ -9294,8 +9291,8 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:1753 ../src/guestfs-actions.pod:3858
-#: ../src/guestfs-actions.pod:5387
+#: ../src/guestfs-actions.pod:1753 ../src/guestfs-actions.pod:3862
+#: ../src/guestfs-actions.pod:5393
 msgid "(Added in 1.0.27)"
 msgstr ""
 
@@ -9491,7 +9488,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:1866 ../src/guestfs-actions.pod:7034
+#: ../src/guestfs-actions.pod:1866 ../src/guestfs-actions.pod:7040
 msgid "(Added in 1.0.16)"
 msgstr ""
 
@@ -9536,11 +9533,11 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:1882 ../src/guestfs-actions.pod:5065
-#: ../src/guestfs-actions.pod:5528 ../src/guestfs-actions.pod:5896
-#: ../src/guestfs-actions.pod:5915 ../src/guestfs-actions.pod:5931
-#: ../src/guestfs-actions.pod:5948 ../src/guestfs-actions.pod:6705
-#: ../src/guestfs-actions.pod:6723 ../src/guestfs-actions.pod:7077
+#: ../src/guestfs-actions.pod:1882 ../src/guestfs-actions.pod:5071
+#: ../src/guestfs-actions.pod:5534 ../src/guestfs-actions.pod:5902
+#: ../src/guestfs-actions.pod:5921 ../src/guestfs-actions.pod:5937
+#: ../src/guestfs-actions.pod:5954 ../src/guestfs-actions.pod:6711
+#: ../src/guestfs-actions.pod:6729 ../src/guestfs-actions.pod:7083
 msgid "(Added in 1.0.26)"
 msgstr ""
 
@@ -9590,7 +9587,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:1904 ../src/guestfs-actions.pod:5569
+#: ../src/guestfs-actions.pod:1904 ../src/guestfs-actions.pod:5575
 msgid "(Added in 1.0.72)"
 msgstr ""
 
@@ -9628,7 +9625,7 @@ msgstr ""
 # type: textblock
 #. type: textblock
 #: ../src/guestfs-actions.pod:1925 ../src/guestfs-actions.pod:1946
-#: ../src/guestfs-actions.pod:5587 ../src/guestfs-actions.pod:5606
+#: ../src/guestfs-actions.pod:5593 ../src/guestfs-actions.pod:5612
 msgid "(Added in 1.0.15)"
 msgstr ""
 
@@ -9698,21 +9695,21 @@ msgstr ""
 # type: textblock
 #. type: textblock
 #: ../src/guestfs-actions.pod:1960 ../src/guestfs-actions.pod:2041
-#: ../src/guestfs-actions.pod:5622 ../src/guestfs-actions.pod:5729
+#: ../src/guestfs-actions.pod:5628 ../src/guestfs-actions.pod:5735
 #: ../fish/guestfish-actions.pod:1335 ../fish/guestfish-actions.pod:1386
-#: ../fish/guestfish-actions.pod:3749 ../fish/guestfish-actions.pod:3836
+#: ../fish/guestfish-actions.pod:3755 ../fish/guestfish-actions.pod:3842
 msgid ""
 "For more information on the architecture of libguestfs, see L<guestfs(3)>."
 msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:1965 ../src/guestfs-actions.pod:4149
-#: ../src/guestfs-actions.pod:4332 ../src/guestfs-actions.pod:4351
-#: ../src/guestfs-actions.pod:4370 ../src/guestfs-actions.pod:4382
-#: ../src/guestfs-actions.pod:4399 ../src/guestfs-actions.pod:4412
-#: ../src/guestfs-actions.pod:5290 ../src/guestfs-actions.pod:5627
-#: ../src/guestfs-actions.pod:5870 ../src/guestfs-actions.pod:6471
+#: ../src/guestfs-actions.pod:1965 ../src/guestfs-actions.pod:4153
+#: ../src/guestfs-actions.pod:4338 ../src/guestfs-actions.pod:4357
+#: ../src/guestfs-actions.pod:4376 ../src/guestfs-actions.pod:4388
+#: ../src/guestfs-actions.pod:4405 ../src/guestfs-actions.pod:4418
+#: ../src/guestfs-actions.pod:5296 ../src/guestfs-actions.pod:5633
+#: ../src/guestfs-actions.pod:5876 ../src/guestfs-actions.pod:6477
 msgid "(Added in 1.0.55)"
 msgstr ""
 
@@ -9740,7 +9737,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:1976 ../src/guestfs-actions.pod:5646
+#: ../src/guestfs-actions.pod:1976 ../src/guestfs-actions.pod:5652
 msgid "(Added in 1.5.4)"
 msgstr ""
 
@@ -9850,7 +9847,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:2020 ../src/guestfs-actions.pod:5691
+#: ../src/guestfs-actions.pod:2020 ../src/guestfs-actions.pod:5697
 msgid "(Added in 1.0.6)"
 msgstr ""
 
@@ -9878,12 +9875,12 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:2031 ../src/guestfs-actions.pod:3259
-#: ../src/guestfs-actions.pod:3556 ../src/guestfs-actions.pod:3956
-#: ../src/guestfs-actions.pod:3988 ../src/guestfs-actions.pod:4995
-#: ../src/guestfs-actions.pod:5338 ../src/guestfs-actions.pod:5715
-#: ../src/guestfs-actions.pod:6374 ../src/guestfs-actions.pod:6394
-#: ../src/guestfs-actions.pod:6586
+#: ../src/guestfs-actions.pod:2031 ../src/guestfs-actions.pod:3263
+#: ../src/guestfs-actions.pod:3560 ../src/guestfs-actions.pod:3960
+#: ../src/guestfs-actions.pod:3992 ../src/guestfs-actions.pod:5001
+#: ../src/guestfs-actions.pod:5344 ../src/guestfs-actions.pod:5721
+#: ../src/guestfs-actions.pod:6380 ../src/guestfs-actions.pod:6400
+#: ../src/guestfs-actions.pod:6592
 msgid "(Added in 1.0.77)"
 msgstr ""
 
@@ -9914,7 +9911,7 @@ msgstr ""
 # type: textblock
 #. type: textblock
 #: ../src/guestfs-actions.pod:2046 ../src/guestfs-actions.pod:2109
-#: ../src/guestfs-actions.pod:5734 ../src/guestfs-actions.pod:5788
+#: ../src/guestfs-actions.pod:5740 ../src/guestfs-actions.pod:5794
 msgid "(Added in 1.0.67)"
 msgstr ""
 
@@ -9944,11 +9941,11 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:2056 ../src/guestfs-actions.pod:3062
-#: ../src/guestfs-actions.pod:3091 ../src/guestfs-actions.pod:3152
-#: ../src/guestfs-actions.pod:3179 ../fish/guestfish-actions.pod:1396
-#: ../fish/guestfish-actions.pod:2131 ../fish/guestfish-actions.pod:2149
-#: ../fish/guestfish-actions.pod:2187 ../fish/guestfish-actions.pod:2203
+#: ../src/guestfs-actions.pod:2056 ../src/guestfs-actions.pod:3066
+#: ../src/guestfs-actions.pod:3095 ../src/guestfs-actions.pod:3156
+#: ../src/guestfs-actions.pod:3183 ../fish/guestfish-actions.pod:1396
+#: ../fish/guestfish-actions.pod:2135 ../fish/guestfish-actions.pod:2153
+#: ../fish/guestfish-actions.pod:2191 ../fish/guestfish-actions.pod:2207
 msgid "For more information on states, see L<guestfs(3)>."
 msgstr ""
 
@@ -10079,7 +10076,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:2123 ../src/guestfs-actions.pod:3273
+#: ../src/guestfs-actions.pod:2123 ../src/guestfs-actions.pod:3277
 msgid ""
 "Normally it is better to get all extended attributes from a file in one go "
 "by calling C<guestfs_getxattrs>.  However some Linux filesystem "
@@ -10090,8 +10087,8 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:2130 ../src/guestfs-actions.pod:3280
-#: ../fish/guestfish-actions.pod:1441 ../fish/guestfish-actions.pod:2268
+#: ../src/guestfs-actions.pod:2130 ../src/guestfs-actions.pod:3284
+#: ../fish/guestfish-actions.pod:1441 ../fish/guestfish-actions.pod:2272
 msgid ""
 "Extended attribute values are blobs of binary data.  If there is no extended "
 "attribute named C<name>, this returns an error."
@@ -10106,8 +10103,8 @@ msgstr ""
 # type: textblock
 #. type: textblock
 #: ../src/guestfs-actions.pod:2135 ../src/guestfs-actions.pod:2326
-#: ../src/guestfs-actions.pod:3285 ../src/guestfs-actions.pod:4988
-#: ../src/guestfs-actions.pod:5014 ../src/guestfs-actions.pod:5195
+#: ../src/guestfs-actions.pod:3289 ../src/guestfs-actions.pod:4994
+#: ../src/guestfs-actions.pod:5020 ../src/guestfs-actions.pod:5201
 msgid ""
 "This function returns a buffer, or NULL on error.  The size of the returned "
 "buffer is written to C<*size_r>.  I<The caller must free the returned buffer "
@@ -10115,7 +10112,7 @@ msgid ""
 msgstr ""
 
 #. type: textblock
-#: ../src/guestfs-actions.pod:2139 ../src/guestfs-actions.pod:3289
+#: ../src/guestfs-actions.pod:2139 ../src/guestfs-actions.pod:3293
 msgid "(Added in 1.7.24)"
 msgstr ""
 
@@ -10159,8 +10156,8 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:2155 ../src/guestfs-actions.pod:3301
-#: ../src/guestfs-actions.pod:3952
+#: ../src/guestfs-actions.pod:2155 ../src/guestfs-actions.pod:3305
+#: ../src/guestfs-actions.pod:3956
 msgid ""
 "This function returns a C<struct guestfs_xattr_list *>, or NULL if there was "
 "an error.  I<The caller must call C<guestfs_free_xattr_list> after use>."
@@ -10168,10 +10165,10 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:2159 ../src/guestfs-actions.pod:3305
-#: ../src/guestfs-actions.pod:3470 ../src/guestfs-actions.pod:3506
-#: ../src/guestfs-actions.pod:5368 ../src/guestfs-actions.pod:5807
-#: ../src/guestfs-actions.pod:7142
+#: ../src/guestfs-actions.pod:2159 ../src/guestfs-actions.pod:3309
+#: ../src/guestfs-actions.pod:3474 ../src/guestfs-actions.pod:3510
+#: ../src/guestfs-actions.pod:5374 ../src/guestfs-actions.pod:5813
+#: ../src/guestfs-actions.pod:7148
 msgid "(Added in 1.0.59)"
 msgstr ""
 
@@ -10217,8 +10214,8 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:2182 ../src/guestfs-actions.pod:5972
-#: ../src/guestfs-actions.pod:5989
+#: ../src/guestfs-actions.pod:2182 ../src/guestfs-actions.pod:5978
+#: ../src/guestfs-actions.pod:5995
 msgid "(Added in 1.0.50)"
 msgstr ""
 
@@ -10389,8 +10386,8 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:2278 ../src/guestfs-actions.pod:6269
-#: ../fish/guestfish-actions.pod:1531 ../fish/guestfish-actions.pod:4182
+#: ../src/guestfs-actions.pod:2278 ../src/guestfs-actions.pod:6275
+#: ../fish/guestfish-actions.pod:1531 ../fish/guestfish-actions.pod:4188
 msgid "If the parameter C<nrlines> is zero, this returns an empty list."
 msgstr ""
 
@@ -10421,8 +10418,8 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:2304 ../src/guestfs-actions.pod:6053
-#: ../src/guestfs-actions.pod:6108
+#: ../src/guestfs-actions.pod:2304 ../src/guestfs-actions.pod:6059
+#: ../src/guestfs-actions.pod:6114
 msgid "(Added in 1.0.22)"
 msgstr ""
 
@@ -10778,10 +10775,10 @@ msgstr ""
 #: ../src/guestfs-actions.pod:2493 ../src/guestfs-actions.pod:2516
 #: ../src/guestfs-actions.pod:2597 ../src/guestfs-actions.pod:2623
 #: ../src/guestfs-actions.pod:2645 ../src/guestfs-actions.pod:2672
-#: ../src/guestfs-actions.pod:2693 ../src/guestfs-actions.pod:2726
-#: ../src/guestfs-actions.pod:2755 ../src/guestfs-actions.pod:2786
-#: ../src/guestfs-actions.pod:2830 ../src/guestfs-actions.pod:2872
-#: ../src/guestfs-actions.pod:2895
+#: ../src/guestfs-actions.pod:2693 ../src/guestfs-actions.pod:2730
+#: ../src/guestfs-actions.pod:2759 ../src/guestfs-actions.pod:2790
+#: ../src/guestfs-actions.pod:2834 ../src/guestfs-actions.pod:2876
+#: ../src/guestfs-actions.pod:2899
 msgid ""
 "This function should only be called with a root device string as returned by "
 "C<guestfs_inspect_os>."
@@ -10807,16 +10804,16 @@ msgstr ""
 #. type: textblock
 #: ../src/guestfs-actions.pod:2503 ../src/guestfs-actions.pod:2584
 #: ../src/guestfs-actions.pod:2632 ../src/guestfs-actions.pod:2660
-#: ../src/guestfs-actions.pod:2742 ../src/guestfs-actions.pod:2773
-#: ../src/guestfs-actions.pod:2797 ../src/guestfs-actions.pod:2816
-#: ../src/guestfs-actions.pod:2859 ../src/guestfs-actions.pod:2882
-#: ../src/guestfs-actions.pod:2988 ../src/guestfs-actions.pod:3029
+#: ../src/guestfs-actions.pod:2746 ../src/guestfs-actions.pod:2777
+#: ../src/guestfs-actions.pod:2801 ../src/guestfs-actions.pod:2820
+#: ../src/guestfs-actions.pod:2863 ../src/guestfs-actions.pod:2886
+#: ../src/guestfs-actions.pod:2992 ../src/guestfs-actions.pod:3033
 #: ../fish/guestfish-actions.pod:1685 ../fish/guestfish-actions.pod:1759
 #: ../fish/guestfish-actions.pod:1792 ../fish/guestfish-actions.pod:1813
-#: ../fish/guestfish-actions.pod:1873 ../fish/guestfish-actions.pod:1897
-#: ../fish/guestfish-actions.pod:1914 ../fish/guestfish-actions.pod:1927
-#: ../fish/guestfish-actions.pod:1962 ../fish/guestfish-actions.pod:1978
-#: ../fish/guestfish-actions.pod:2077 ../fish/guestfish-actions.pod:2111
+#: ../fish/guestfish-actions.pod:1877 ../fish/guestfish-actions.pod:1901
+#: ../fish/guestfish-actions.pod:1918 ../fish/guestfish-actions.pod:1931
+#: ../fish/guestfish-actions.pod:1966 ../fish/guestfish-actions.pod:1982
+#: ../fish/guestfish-actions.pod:2081 ../fish/guestfish-actions.pod:2115
 msgid "Please read L<guestfs(3)/INSPECTION> for more details."
 msgstr ""
 
@@ -10984,8 +10981,8 @@ msgstr ""
 
 # type: =item
 #. type: =item
-#: ../src/guestfs-actions.pod:2570 ../src/guestfs-actions.pod:2850
-#: ../fish/guestfish-actions.pod:1745 ../fish/guestfish-actions.pod:1953
+#: ../src/guestfs-actions.pod:2570 ../src/guestfs-actions.pod:2854
+#: ../fish/guestfish-actions.pod:1745 ../fish/guestfish-actions.pod:1957
 msgid "\"unknown\""
 msgstr ""
 
@@ -10997,8 +10994,8 @@ msgstr ""
 
 # type: =item
 #. type: =item
-#: ../src/guestfs-actions.pod:2574 ../src/guestfs-actions.pod:2842
-#: ../fish/guestfish-actions.pod:1749 ../fish/guestfish-actions.pod:1945
+#: ../src/guestfs-actions.pod:2574 ../src/guestfs-actions.pod:2846
+#: ../fish/guestfish-actions.pod:1749 ../fish/guestfish-actions.pod:1949
 msgid "\"windows\""
 msgstr ""
 
@@ -11012,8 +11009,8 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:2581 ../src/guestfs-actions.pod:2856
-#: ../fish/guestfish-actions.pod:1756 ../fish/guestfish-actions.pod:1959
+#: ../src/guestfs-actions.pod:2581 ../src/guestfs-actions.pod:2860
+#: ../fish/guestfish-actions.pod:1756 ../fish/guestfish-actions.pod:1963
 msgid ""
 "Future versions of libguestfs may return other strings here.  The caller "
 "should be prepared to handle any string."
@@ -11191,19 +11188,20 @@ msgid ""
 "\n"
 msgstr ""
 
-# type: textblock
 #. type: textblock
 #: ../src/guestfs-actions.pod:2696 ../fish/guestfish-actions.pod:1837
 msgid ""
 "This returns a hash of where we think the filesystems associated with this "
 "operating system should be mounted.  Callers should note that this is at "
 "best an educated guess made by reading configuration files such as C</etc/"
-"fstab>."
+"fstab>.  I<In particular note> that this may return filesystems which are "
+"non-existent or not mountable and callers should be prepared to handle or "
+"ignore failures if they try to mount them."
 msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:2701 ../fish/guestfish-actions.pod:1842
+#: ../src/guestfs-actions.pod:2705 ../fish/guestfish-actions.pod:1846
 msgid ""
 "Each element in the returned hashtable has a key which is the path of the "
 "mountpoint (eg. C</boot>) and a value which is the filesystem that would be "
@@ -11212,14 +11210,14 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:2706 ../fish/guestfish-actions.pod:1847
+#: ../src/guestfs-actions.pod:2710 ../fish/guestfish-actions.pod:1851
 msgid ""
 "Non-mounted devices such as swap devices are I<not> returned in this list."
 msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:2709
+#: ../src/guestfs-actions.pod:2713
 msgid ""
 "Please read L<guestfs(3)/INSPECTION> for more details.  See also "
 "C<guestfs_inspect_get_filesystems>."
@@ -11227,8 +11225,8 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:2712 ../src/guestfs-actions.pod:3358
-#: ../src/guestfs-actions.pod:4554 ../src/guestfs-actions.pod:6410
+#: ../src/guestfs-actions.pod:2716 ../src/guestfs-actions.pod:3362
+#: ../src/guestfs-actions.pod:4560 ../src/guestfs-actions.pod:6416
 msgid ""
 "This function returns a NULL-terminated array of strings, or NULL if there "
 "was an error.  The array of strings will always have length C<2n+1>, where "
@@ -11238,13 +11236,13 @@ msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../src/guestfs-actions.pod:2720
+#: ../src/guestfs-actions.pod:2724
 msgid "guestfs_inspect_get_package_format"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../src/guestfs-actions.pod:2722
+#: ../src/guestfs-actions.pod:2726
 #, no-wrap
 msgid ""
 " char *\n"
@@ -11255,7 +11253,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:2729
+#: ../src/guestfs-actions.pod:2733
 msgid ""
 "This function and C<guestfs_inspect_get_package_management> return the "
 "package format and package management tool used by the inspected operating "
@@ -11265,7 +11263,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:2735 ../fish/guestfish-actions.pod:1866
+#: ../src/guestfs-actions.pod:2739 ../fish/guestfish-actions.pod:1870
 msgid ""
 "This returns the string C<unknown> if we could not determine the package "
 "format I<or> if the operating system does not have a real packaging system "
@@ -11274,7 +11272,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:2739 ../fish/guestfish-actions.pod:1870
+#: ../src/guestfs-actions.pod:2743 ../fish/guestfish-actions.pod:1874
 msgid ""
 "Possible strings include: C<rpm>, C<deb>, C<ebuild>, C<pisi>, C<pacman>.  "
 "Future versions of libguestfs may return other strings."
@@ -11282,19 +11280,19 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:2747 ../src/guestfs-actions.pod:2778
+#: ../src/guestfs-actions.pod:2751 ../src/guestfs-actions.pod:2782
 msgid "(Added in 1.7.5)"
 msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../src/guestfs-actions.pod:2749
+#: ../src/guestfs-actions.pod:2753
 msgid "guestfs_inspect_get_package_management"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../src/guestfs-actions.pod:2751
+#: ../src/guestfs-actions.pod:2755
 #, no-wrap
 msgid ""
 " char *\n"
@@ -11305,7 +11303,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:2758
+#: ../src/guestfs-actions.pod:2762
 msgid ""
 "C<guestfs_inspect_get_package_format> and this function return the package "
 "format and package management tool used by the inspected operating system.  "
@@ -11315,7 +11313,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:2764 ../fish/guestfish-actions.pod:1888
+#: ../src/guestfs-actions.pod:2768 ../fish/guestfish-actions.pod:1892
 msgid ""
 "This returns the string C<unknown> if we could not determine the package "
 "management tool I<or> if the operating system does not have a real packaging "
@@ -11324,7 +11322,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:2768 ../fish/guestfish-actions.pod:1892
+#: ../src/guestfs-actions.pod:2772 ../fish/guestfish-actions.pod:1896
 msgid ""
 "Possible strings include: C<yum>, C<up2date>, C<apt> (for all Debian "
 "derivatives), C<portage>, C<pisi>, C<pacman>, C<urpmi>.  Future versions of "
@@ -11333,13 +11331,13 @@ msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../src/guestfs-actions.pod:2780
+#: ../src/guestfs-actions.pod:2784
 msgid "guestfs_inspect_get_product_name"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../src/guestfs-actions.pod:2782
+#: ../src/guestfs-actions.pod:2786
 #, no-wrap
 msgid ""
 " char *\n"
@@ -11350,7 +11348,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:2789 ../fish/guestfish-actions.pod:1906
+#: ../src/guestfs-actions.pod:2793 ../fish/guestfish-actions.pod:1910
 msgid ""
 "This returns the product name of the inspected operating system.  The "
 "product name is generally some freeform string which can be displayed to the "
@@ -11359,7 +11357,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:2794 ../fish/guestfish-actions.pod:1911
+#: ../src/guestfs-actions.pod:2798 ../fish/guestfish-actions.pod:1915
 msgid ""
 "If the product name could not be determined, then the string C<unknown> is "
 "returned."
@@ -11367,13 +11365,13 @@ msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../src/guestfs-actions.pod:2804
+#: ../src/guestfs-actions.pod:2808
 msgid "guestfs_inspect_get_roots"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../src/guestfs-actions.pod:2806
+#: ../src/guestfs-actions.pod:2810
 #, no-wrap
 msgid ""
 " char **\n"
@@ -11383,7 +11381,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:2809
+#: ../src/guestfs-actions.pod:2813
 msgid ""
 "This function is a convenient way to get the list of root devices, as "
 "returned from a previous call to C<guestfs_inspect_os>, but without redoing "
@@ -11392,7 +11390,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:2813
+#: ../src/guestfs-actions.pod:2817
 msgid ""
 "This returns an empty list if either no root devices were found or the "
 "caller has not called C<guestfs_inspect_os>."
@@ -11400,19 +11398,19 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:2822
+#: ../src/guestfs-actions.pod:2826
 msgid "(Added in 1.7.3)"
 msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../src/guestfs-actions.pod:2824
+#: ../src/guestfs-actions.pod:2828
 msgid "guestfs_inspect_get_type"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../src/guestfs-actions.pod:2826
+#: ../src/guestfs-actions.pod:2830
 #, no-wrap
 msgid ""
 " char *\n"
@@ -11423,7 +11421,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:2833 ../fish/guestfish-actions.pod:1936
+#: ../src/guestfs-actions.pod:2837 ../fish/guestfish-actions.pod:1940
 msgid ""
 "This returns the type of the inspected operating system.  Currently defined "
 "types are:"
@@ -11431,49 +11429,49 @@ msgstr ""
 
 # type: =item
 #. type: =item
-#: ../src/guestfs-actions.pod:2838 ../fish/guestfish-actions.pod:1941
+#: ../src/guestfs-actions.pod:2842 ../fish/guestfish-actions.pod:1945
 msgid "\"linux\""
 msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:2840 ../fish/guestfish-actions.pod:1943
+#: ../src/guestfs-actions.pod:2844 ../fish/guestfish-actions.pod:1947
 msgid "Any Linux-based operating system."
 msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:2844 ../fish/guestfish-actions.pod:1947
+#: ../src/guestfs-actions.pod:2848 ../fish/guestfish-actions.pod:1951
 msgid "Any Microsoft Windows operating system."
 msgstr ""
 
 # type: =item
 #. type: =item
-#: ../src/guestfs-actions.pod:2846 ../fish/guestfish-actions.pod:1949
+#: ../src/guestfs-actions.pod:2850 ../fish/guestfish-actions.pod:1953
 msgid "\"freebsd\""
 msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:2848 ../fish/guestfish-actions.pod:1951
+#: ../src/guestfs-actions.pod:2852 ../fish/guestfish-actions.pod:1955
 msgid "FreeBSD."
 msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:2852 ../fish/guestfish-actions.pod:1955
+#: ../src/guestfs-actions.pod:2856 ../fish/guestfish-actions.pod:1959
 msgid "The operating system type could not be determined."
 msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../src/guestfs-actions.pod:2866
+#: ../src/guestfs-actions.pod:2870
 msgid "guestfs_inspect_get_windows_systemroot"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../src/guestfs-actions.pod:2868
+#: ../src/guestfs-actions.pod:2872
 #, no-wrap
 msgid ""
 " char *\n"
@@ -11484,7 +11482,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:2875 ../fish/guestfish-actions.pod:1971
+#: ../src/guestfs-actions.pod:2879 ../fish/guestfish-actions.pod:1975
 msgid ""
 "This returns the Windows systemroot of the inspected guest.  The systemroot "
 "is a directory path such as C</WINDOWS>."
@@ -11492,7 +11490,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:2878 ../fish/guestfish-actions.pod:1974
+#: ../src/guestfs-actions.pod:2882 ../fish/guestfish-actions.pod:1978
 msgid ""
 "This call assumes that the guest is Windows and that the systemroot could be "
 "determined by inspection.  If this is not the case then an error is returned."
@@ -11500,19 +11498,19 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:2887
+#: ../src/guestfs-actions.pod:2891
 msgid "(Added in 1.5.25)"
 msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../src/guestfs-actions.pod:2889
+#: ../src/guestfs-actions.pod:2893
 msgid "guestfs_inspect_list_applications"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../src/guestfs-actions.pod:2891
+#: ../src/guestfs-actions.pod:2895
 #, no-wrap
 msgid ""
 " struct guestfs_application_list *\n"
@@ -11523,13 +11521,13 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:2898 ../fish/guestfish-actions.pod:1987
+#: ../src/guestfs-actions.pod:2902 ../fish/guestfish-actions.pod:1991
 msgid "Return the list of applications installed in the operating system."
 msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:2900
+#: ../src/guestfs-actions.pod:2904
 msgid ""
 "I<Note:> This call works differently from other parts of the inspection "
 "API.  You have to call C<guestfs_inspect_os>, then "
@@ -11543,7 +11541,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:2910 ../fish/guestfish-actions.pod:1999
+#: ../src/guestfs-actions.pod:2914 ../fish/guestfish-actions.pod:2003
 msgid ""
 "This returns an empty list if the inspection code was not able to determine "
 "the list of applications."
@@ -11551,19 +11549,19 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:2913 ../fish/guestfish-actions.pod:2002
+#: ../src/guestfs-actions.pod:2917 ../fish/guestfish-actions.pod:2006
 msgid "The application structure contains the following fields:"
 msgstr ""
 
 # type: =item
 #. type: =item
-#: ../src/guestfs-actions.pod:2917 ../fish/guestfish-actions.pod:2006
+#: ../src/guestfs-actions.pod:2921 ../fish/guestfish-actions.pod:2010
 msgid "C<app_name>"
 msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:2919 ../fish/guestfish-actions.pod:2008
+#: ../src/guestfs-actions.pod:2923 ../fish/guestfish-actions.pod:2012
 msgid ""
 "The name of the application.  For Red Hat-derived and Debian-derived Linux "
 "guests, this is the package name."
@@ -11571,13 +11569,13 @@ msgstr ""
 
 # type: =item
 #. type: =item
-#: ../src/guestfs-actions.pod:2922 ../fish/guestfish-actions.pod:2011
+#: ../src/guestfs-actions.pod:2926 ../fish/guestfish-actions.pod:2015
 msgid "C<app_display_name>"
 msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:2924 ../fish/guestfish-actions.pod:2013
+#: ../src/guestfs-actions.pod:2928 ../fish/guestfish-actions.pod:2017
 msgid ""
 "The display name of the application, sometimes localized to the install "
 "language of the guest operating system."
@@ -11585,7 +11583,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:2927 ../fish/guestfish-actions.pod:2016
+#: ../src/guestfs-actions.pod:2931 ../fish/guestfish-actions.pod:2020
 msgid ""
 "If unavailable this is returned as an empty string C<\"\">.  Callers needing "
 "to display something can use C<app_name> instead."
@@ -11593,13 +11591,13 @@ msgstr ""
 
 # type: =item
 #. type: =item
-#: ../src/guestfs-actions.pod:2930 ../fish/guestfish-actions.pod:2019
+#: ../src/guestfs-actions.pod:2934 ../fish/guestfish-actions.pod:2023
 msgid "C<app_epoch>"
 msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:2932 ../fish/guestfish-actions.pod:2021
+#: ../src/guestfs-actions.pod:2936 ../fish/guestfish-actions.pod:2025
 msgid ""
 "For package managers which use epochs, this contains the epoch of the "
 "package (an integer).  If unavailable, this is returned as C<0>."
@@ -11607,13 +11605,13 @@ msgstr ""
 
 # type: =item
 #. type: =item
-#: ../src/guestfs-actions.pod:2935 ../fish/guestfish-actions.pod:2024
+#: ../src/guestfs-actions.pod:2939 ../fish/guestfish-actions.pod:2028
 msgid "C<app_version>"
 msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:2937 ../fish/guestfish-actions.pod:2026
+#: ../src/guestfs-actions.pod:2941 ../fish/guestfish-actions.pod:2030
 msgid ""
 "The version string of the application or package.  If unavailable this is "
 "returned as an empty string C<\"\">."
@@ -11621,13 +11619,13 @@ msgstr ""
 
 # type: =item
 #. type: =item
-#: ../src/guestfs-actions.pod:2940 ../fish/guestfish-actions.pod:2029
+#: ../src/guestfs-actions.pod:2944 ../fish/guestfish-actions.pod:2033
 msgid "C<app_release>"
 msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:2942 ../fish/guestfish-actions.pod:2031
+#: ../src/guestfs-actions.pod:2946 ../fish/guestfish-actions.pod:2035
 msgid ""
 "The release string of the application or package, for package managers that "
 "use this.  If unavailable this is returned as an empty string C<\"\">."
@@ -11635,13 +11633,13 @@ msgstr ""
 
 # type: =item
 #. type: =item
-#: ../src/guestfs-actions.pod:2946 ../fish/guestfish-actions.pod:2035
+#: ../src/guestfs-actions.pod:2950 ../fish/guestfish-actions.pod:2039
 msgid "C<app_install_path>"
 msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:2948 ../fish/guestfish-actions.pod:2037
+#: ../src/guestfs-actions.pod:2952 ../fish/guestfish-actions.pod:2041
 msgid ""
 "The installation path of the application (on operating systems such as "
 "Windows which use installation paths).  This path is in the format used by "
@@ -11650,19 +11648,19 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:2953 ../fish/guestfish-actions.pod:2042
+#: ../src/guestfs-actions.pod:2957 ../fish/guestfish-actions.pod:2046
 msgid "If unavailable this is returned as an empty string C<\"\">."
 msgstr ""
 
 # type: =item
 #. type: =item
-#: ../src/guestfs-actions.pod:2955 ../fish/guestfish-actions.pod:2044
+#: ../src/guestfs-actions.pod:2959 ../fish/guestfish-actions.pod:2048
 msgid "C<app_trans_path>"
 msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:2957 ../fish/guestfish-actions.pod:2046
+#: ../src/guestfs-actions.pod:2961 ../fish/guestfish-actions.pod:2050
 msgid ""
 "The install path translated into a libguestfs path.  If unavailable this is "
 "returned as an empty string C<\"\">."
@@ -11670,13 +11668,13 @@ msgstr ""
 
 # type: =item
 #. type: =item
-#: ../src/guestfs-actions.pod:2960 ../fish/guestfish-actions.pod:2049
+#: ../src/guestfs-actions.pod:2964 ../fish/guestfish-actions.pod:2053
 msgid "C<app_publisher>"
 msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:2962 ../fish/guestfish-actions.pod:2051
+#: ../src/guestfs-actions.pod:2966 ../fish/guestfish-actions.pod:2055
 msgid ""
 "The name of the publisher of the application, for package managers that use "
 "this.  If unavailable this is returned as an empty string C<\"\">."
@@ -11684,13 +11682,13 @@ msgstr ""
 
 # type: =item
 #. type: =item
-#: ../src/guestfs-actions.pod:2966 ../fish/guestfish-actions.pod:2055
+#: ../src/guestfs-actions.pod:2970 ../fish/guestfish-actions.pod:2059
 msgid "C<app_url>"
 msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:2968 ../fish/guestfish-actions.pod:2057
+#: ../src/guestfs-actions.pod:2972 ../fish/guestfish-actions.pod:2061
 msgid ""
 "The URL (eg. upstream URL) of the application.  If unavailable this is "
 "returned as an empty string C<\"\">."
@@ -11698,13 +11696,13 @@ msgstr ""
 
 # type: =item
 #. type: =item
-#: ../src/guestfs-actions.pod:2971 ../fish/guestfish-actions.pod:2060
+#: ../src/guestfs-actions.pod:2975 ../fish/guestfish-actions.pod:2064
 msgid "C<app_source_package>"
 msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:2973 ../fish/guestfish-actions.pod:2062
+#: ../src/guestfs-actions.pod:2977 ../fish/guestfish-actions.pod:2066
 msgid ""
 "For packaging systems which support this, the name of the source package.  "
 "If unavailable this is returned as an empty string C<\"\">."
@@ -11712,13 +11710,13 @@ msgstr ""
 
 # type: =item
 #. type: =item
-#: ../src/guestfs-actions.pod:2976 ../fish/guestfish-actions.pod:2065
+#: ../src/guestfs-actions.pod:2980 ../fish/guestfish-actions.pod:2069
 msgid "C<app_summary>"
 msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:2978 ../fish/guestfish-actions.pod:2067
+#: ../src/guestfs-actions.pod:2982 ../fish/guestfish-actions.pod:2071
 msgid ""
 "A short (usually one line) description of the application or package.  If "
 "unavailable this is returned as an empty string C<\"\">."
@@ -11726,13 +11724,13 @@ msgstr ""
 
 # type: =item
 #. type: =item
-#: ../src/guestfs-actions.pod:2981 ../fish/guestfish-actions.pod:2070
+#: ../src/guestfs-actions.pod:2985 ../fish/guestfish-actions.pod:2074
 msgid "C<app_description>"
 msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:2983 ../fish/guestfish-actions.pod:2072
+#: ../src/guestfs-actions.pod:2987 ../fish/guestfish-actions.pod:2076
 msgid ""
 "A longer description of the application or package.  If unavailable this is "
 "returned as an empty string C<\"\">."
@@ -11740,7 +11738,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:2990
+#: ../src/guestfs-actions.pod:2994
 msgid ""
 "This function returns a C<struct guestfs_application_list *>, or NULL if "
 "there was an error.  I<The caller must call C<guestfs_free_application_list> "
@@ -11749,19 +11747,19 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:2994
+#: ../src/guestfs-actions.pod:2998
 msgid "(Added in 1.7.8)"
 msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../src/guestfs-actions.pod:2996
+#: ../src/guestfs-actions.pod:3000
 msgid "guestfs_inspect_os"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../src/guestfs-actions.pod:2998
+#: ../src/guestfs-actions.pod:3002
 #, no-wrap
 msgid ""
 " char **\n"
@@ -11771,7 +11769,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:3001 ../fish/guestfish-actions.pod:2083
+#: ../src/guestfs-actions.pod:3005 ../fish/guestfish-actions.pod:2087
 msgid ""
 "This function uses other libguestfs functions and certain heuristics to "
 "inspect the disk(s) (usually disks belonging to a virtual machine), looking "
@@ -11780,13 +11778,13 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:3005 ../fish/guestfish-actions.pod:2087
+#: ../src/guestfs-actions.pod:3009 ../fish/guestfish-actions.pod:2091
 msgid "The list returned is empty if no operating systems were found."
 msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:3007 ../fish/guestfish-actions.pod:2089
+#: ../src/guestfs-actions.pod:3011 ../fish/guestfish-actions.pod:2093
 msgid ""
 "If one operating system was found, then this returns a list with a single "
 "element, which is the name of the root filesystem of this operating system.  "
@@ -11797,7 +11795,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:3014
+#: ../src/guestfs-actions.pod:3018
 msgid ""
 "You can pass the root string(s) returned to other C<guestfs_inspect_get_*> "
 "functions in order to query further information about each operating system, "
@@ -11806,7 +11804,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:3019
+#: ../src/guestfs-actions.pod:3023
 msgid ""
 "This function uses other libguestfs features such as C<guestfs_mount_ro> and "
 "C<guestfs_umount_all> in order to mount and unmount filesystems and look at "
@@ -11816,7 +11814,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:3025 ../fish/guestfish-actions.pod:2107
+#: ../src/guestfs-actions.pod:3029 ../fish/guestfish-actions.pod:2111
 msgid ""
 "This function cannot decrypt encrypted disks.  The caller must do that first "
 "(supplying the necessary keys) if the disk is encrypted."
@@ -11824,20 +11822,20 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:3031 ../src/guestfs-actions.pod:3316
-#: ../src/guestfs-actions.pod:3378
+#: ../src/guestfs-actions.pod:3035 ../src/guestfs-actions.pod:3320
+#: ../src/guestfs-actions.pod:3382
 msgid "See also C<guestfs_list_filesystems>."
 msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../src/guestfs-actions.pod:3039
+#: ../src/guestfs-actions.pod:3043
 msgid "guestfs_is_blockdev"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../src/guestfs-actions.pod:3041
+#: ../src/guestfs-actions.pod:3045
 #, no-wrap
 msgid ""
 " int\n"
@@ -11848,7 +11846,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:3045 ../fish/guestfish-actions.pod:2119
+#: ../src/guestfs-actions.pod:3049 ../fish/guestfish-actions.pod:2123
 msgid ""
 "This returns C<true> if and only if there is a block device with the given "
 "C<path> name."
@@ -11856,30 +11854,30 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:3048 ../src/guestfs-actions.pod:3077
-#: ../src/guestfs-actions.pod:3107 ../src/guestfs-actions.pod:3122
-#: ../src/guestfs-actions.pod:3138 ../src/guestfs-actions.pod:3194
-#: ../src/guestfs-actions.pod:3209
+#: ../src/guestfs-actions.pod:3052 ../src/guestfs-actions.pod:3081
+#: ../src/guestfs-actions.pod:3111 ../src/guestfs-actions.pod:3126
+#: ../src/guestfs-actions.pod:3142 ../src/guestfs-actions.pod:3198
+#: ../src/guestfs-actions.pod:3213
 msgid "See also C<guestfs_stat>."
 msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:3052 ../src/guestfs-actions.pod:3081
-#: ../src/guestfs-actions.pod:3126 ../src/guestfs-actions.pod:3198
-#: ../src/guestfs-actions.pod:3213
+#: ../src/guestfs-actions.pod:3056 ../src/guestfs-actions.pod:3085
+#: ../src/guestfs-actions.pod:3130 ../src/guestfs-actions.pod:3202
+#: ../src/guestfs-actions.pod:3217
 msgid "(Added in 1.5.10)"
 msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../src/guestfs-actions.pod:3054
+#: ../src/guestfs-actions.pod:3058
 msgid "guestfs_is_busy"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../src/guestfs-actions.pod:3056
+#: ../src/guestfs-actions.pod:3060
 #, no-wrap
 msgid ""
 " int\n"
@@ -11889,7 +11887,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:3059 ../fish/guestfish-actions.pod:2128
+#: ../src/guestfs-actions.pod:3063 ../fish/guestfish-actions.pod:2132
 msgid ""
 "This returns true iff this handle is busy processing a command (in the "
 "C<BUSY> state)."
@@ -11897,13 +11895,13 @@ msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../src/guestfs-actions.pod:3068
+#: ../src/guestfs-actions.pod:3072
 msgid "guestfs_is_chardev"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../src/guestfs-actions.pod:3070
+#: ../src/guestfs-actions.pod:3074
 #, no-wrap
 msgid ""
 " int\n"
@@ -11914,7 +11912,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:3074 ../fish/guestfish-actions.pod:2137
+#: ../src/guestfs-actions.pod:3078 ../fish/guestfish-actions.pod:2141
 msgid ""
 "This returns C<true> if and only if there is a character device with the "
 "given C<path> name."
@@ -11922,13 +11920,13 @@ msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../src/guestfs-actions.pod:3083
+#: ../src/guestfs-actions.pod:3087
 msgid "guestfs_is_config"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../src/guestfs-actions.pod:3085
+#: ../src/guestfs-actions.pod:3089
 #, no-wrap
 msgid ""
 " int\n"
@@ -11938,7 +11936,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:3088 ../fish/guestfish-actions.pod:2146
+#: ../src/guestfs-actions.pod:3092 ../fish/guestfish-actions.pod:2150
 msgid ""
 "This returns true iff this handle is being configured (in the C<CONFIG> "
 "state)."
@@ -11946,13 +11944,13 @@ msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../src/guestfs-actions.pod:3097
+#: ../src/guestfs-actions.pod:3101
 msgid "guestfs_is_dir"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../src/guestfs-actions.pod:3099
+#: ../src/guestfs-actions.pod:3103
 #, no-wrap
 msgid ""
 " int\n"
@@ -11963,7 +11961,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:3103 ../fish/guestfish-actions.pod:2155
+#: ../src/guestfs-actions.pod:3107 ../fish/guestfish-actions.pod:2159
 msgid ""
 "This returns C<true> if and only if there is a directory with the given "
 "C<path> name.  Note that it returns false for other objects like files."
@@ -11971,13 +11969,13 @@ msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../src/guestfs-actions.pod:3113
+#: ../src/guestfs-actions.pod:3117
 msgid "guestfs_is_fifo"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../src/guestfs-actions.pod:3115
+#: ../src/guestfs-actions.pod:3119
 #, no-wrap
 msgid ""
 " int\n"
@@ -11988,7 +11986,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:3119 ../fish/guestfish-actions.pod:2165
+#: ../src/guestfs-actions.pod:3123 ../fish/guestfish-actions.pod:2169
 msgid ""
 "This returns C<true> if and only if there is a FIFO (named pipe)  with the "
 "given C<path> name."
@@ -11996,13 +11994,13 @@ msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../src/guestfs-actions.pod:3128
+#: ../src/guestfs-actions.pod:3132
 msgid "guestfs_is_file"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../src/guestfs-actions.pod:3130
+#: ../src/guestfs-actions.pod:3134
 #, no-wrap
 msgid ""
 " int\n"
@@ -12013,7 +12011,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:3134 ../fish/guestfish-actions.pod:2174
+#: ../src/guestfs-actions.pod:3138 ../fish/guestfish-actions.pod:2178
 msgid ""
 "This returns C<true> if and only if there is a regular file with the given "
 "C<path> name.  Note that it returns false for other objects like directories."
@@ -12021,13 +12019,13 @@ msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../src/guestfs-actions.pod:3144
+#: ../src/guestfs-actions.pod:3148
 msgid "guestfs_is_launching"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../src/guestfs-actions.pod:3146
+#: ../src/guestfs-actions.pod:3150
 #, no-wrap
 msgid ""
 " int\n"
@@ -12037,7 +12035,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:3149 ../fish/guestfish-actions.pod:2184
+#: ../src/guestfs-actions.pod:3153 ../fish/guestfish-actions.pod:2188
 msgid ""
 "This returns true iff this handle is launching the subprocess (in the "
 "C<LAUNCHING> state)."
@@ -12045,13 +12043,13 @@ msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../src/guestfs-actions.pod:3158
+#: ../src/guestfs-actions.pod:3162
 msgid "guestfs_is_lv"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../src/guestfs-actions.pod:3160
+#: ../src/guestfs-actions.pod:3164
 #, no-wrap
 msgid ""
 " int\n"
@@ -12062,7 +12060,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:3164 ../fish/guestfish-actions.pod:2193
+#: ../src/guestfs-actions.pod:3168 ../fish/guestfish-actions.pod:2197
 msgid ""
 "This command tests whether C<device> is a logical volume, and returns true "
 "iff this is the case."
@@ -12070,13 +12068,13 @@ msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../src/guestfs-actions.pod:3171
+#: ../src/guestfs-actions.pod:3175
 msgid "guestfs_is_ready"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../src/guestfs-actions.pod:3173
+#: ../src/guestfs-actions.pod:3177
 #, no-wrap
 msgid ""
 " int\n"
@@ -12086,7 +12084,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:3176 ../fish/guestfish-actions.pod:2200
+#: ../src/guestfs-actions.pod:3180 ../fish/guestfish-actions.pod:2204
 msgid ""
 "This returns true iff this handle is ready to accept commands (in the "
 "C<READY> state)."
@@ -12094,13 +12092,13 @@ msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../src/guestfs-actions.pod:3185
+#: ../src/guestfs-actions.pod:3189
 msgid "guestfs_is_socket"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../src/guestfs-actions.pod:3187
+#: ../src/guestfs-actions.pod:3191
 #, no-wrap
 msgid ""
 " int\n"
@@ -12111,7 +12109,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:3191 ../fish/guestfish-actions.pod:2209
+#: ../src/guestfs-actions.pod:3195 ../fish/guestfish-actions.pod:2213
 msgid ""
 "This returns C<true> if and only if there is a Unix domain socket with the "
 "given C<path> name."
@@ -12119,13 +12117,13 @@ msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../src/guestfs-actions.pod:3200
+#: ../src/guestfs-actions.pod:3204
 msgid "guestfs_is_symlink"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../src/guestfs-actions.pod:3202
+#: ../src/guestfs-actions.pod:3206
 #, no-wrap
 msgid ""
 " int\n"
@@ -12136,7 +12134,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:3206 ../fish/guestfish-actions.pod:2218
+#: ../src/guestfs-actions.pod:3210 ../fish/guestfish-actions.pod:2222
 msgid ""
 "This returns C<true> if and only if there is a symbolic link with the given "
 "C<path> name."
@@ -12144,13 +12142,13 @@ msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../src/guestfs-actions.pod:3215
+#: ../src/guestfs-actions.pod:3219
 msgid "guestfs_kill_subprocess"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../src/guestfs-actions.pod:3217
+#: ../src/guestfs-actions.pod:3221
 #, no-wrap
 msgid ""
 " int\n"
@@ -12160,19 +12158,19 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:3220 ../fish/guestfish-actions.pod:2227
+#: ../src/guestfs-actions.pod:3224 ../fish/guestfish-actions.pod:2231
 msgid "This kills the qemu subprocess.  You should never need to call this."
 msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../src/guestfs-actions.pod:3226
+#: ../src/guestfs-actions.pod:3230
 msgid "guestfs_launch"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../src/guestfs-actions.pod:3228
+#: ../src/guestfs-actions.pod:3232
 #, no-wrap
 msgid ""
 " int\n"
@@ -12182,7 +12180,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:3231 ../fish/guestfish-actions.pod:2235
+#: ../src/guestfs-actions.pod:3235 ../fish/guestfish-actions.pod:2239
 msgid ""
 "Internally libguestfs is implemented by running a virtual machine using "
 "L<qemu(1)>."
@@ -12190,7 +12188,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:3234 ../fish/guestfish-actions.pod:2238
+#: ../src/guestfs-actions.pod:3238 ../fish/guestfish-actions.pod:2242
 msgid ""
 "You should call this after configuring the handle (eg. adding drives) but "
 "before performing any actions."
@@ -12198,13 +12196,13 @@ msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../src/guestfs-actions.pod:3241
+#: ../src/guestfs-actions.pod:3245
 msgid "guestfs_lchown"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../src/guestfs-actions.pod:3243
+#: ../src/guestfs-actions.pod:3247
 #, no-wrap
 msgid ""
 " int\n"
@@ -12217,7 +12215,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:3249
+#: ../src/guestfs-actions.pod:3253
 msgid ""
 "Change the file owner to C<owner> and group to C<group>.  This is like "
 "C<guestfs_chown> but if C<path> is a symlink then the link itself is "
@@ -12226,13 +12224,13 @@ msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../src/guestfs-actions.pod:3261
+#: ../src/guestfs-actions.pod:3265
 msgid "guestfs_lgetxattr"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../src/guestfs-actions.pod:3263
+#: ../src/guestfs-actions.pod:3267
 #, no-wrap
 msgid ""
 " char *\n"
@@ -12245,7 +12243,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:3269 ../fish/guestfish-actions.pod:2257
+#: ../src/guestfs-actions.pod:3273 ../fish/guestfish-actions.pod:2261
 msgid ""
 "Get a single extended attribute from file C<path> named C<name>.  If C<path> "
 "is a symlink, then this call returns an extended attribute from the symlink."
@@ -12253,19 +12251,19 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:3283
+#: ../src/guestfs-actions.pod:3287
 msgid "See also: C<guestfs_lgetxattrs>, C<guestfs_getxattr>, L<attr(5)>."
 msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../src/guestfs-actions.pod:3291
+#: ../src/guestfs-actions.pod:3295
 msgid "guestfs_lgetxattrs"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../src/guestfs-actions.pod:3293
+#: ../src/guestfs-actions.pod:3297
 #, no-wrap
 msgid ""
 " struct guestfs_xattr_list *\n"
@@ -12276,7 +12274,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:3297
+#: ../src/guestfs-actions.pod:3301
 msgid ""
 "This is the same as C<guestfs_getxattrs>, but if C<path> is a symbolic link, "
 "then it returns the extended attributes of the link itself."
@@ -12284,13 +12282,13 @@ msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../src/guestfs-actions.pod:3307
+#: ../src/guestfs-actions.pod:3311
 msgid "guestfs_list_devices"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../src/guestfs-actions.pod:3309
+#: ../src/guestfs-actions.pod:3313
 #, no-wrap
 msgid ""
 " char **\n"
@@ -12300,25 +12298,25 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:3312 ../fish/guestfish-actions.pod:2285
+#: ../src/guestfs-actions.pod:3316 ../fish/guestfish-actions.pod:2289
 msgid "List all the block devices."
 msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:3314 ../fish/guestfish-actions.pod:2287
+#: ../src/guestfs-actions.pod:3318 ../fish/guestfish-actions.pod:2291
 msgid "The full block device names are returned, eg. C</dev/sda>."
 msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../src/guestfs-actions.pod:3324
+#: ../src/guestfs-actions.pod:3328
 msgid "guestfs_list_filesystems"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../src/guestfs-actions.pod:3326
+#: ../src/guestfs-actions.pod:3330
 #, no-wrap
 msgid ""
 " char **\n"
@@ -12328,7 +12326,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:3329 ../fish/guestfish-actions.pod:2295
+#: ../src/guestfs-actions.pod:3333 ../fish/guestfish-actions.pod:2299
 msgid ""
 "This inspection command looks for filesystems on partitions, block devices "
 "and logical volumes, returning a list of devices containing filesystems and "
@@ -12337,7 +12335,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:3333 ../fish/guestfish-actions.pod:2299
+#: ../src/guestfs-actions.pod:3337 ../fish/guestfish-actions.pod:2303
 msgid ""
 "The return value is a hash, where the keys are the devices containing "
 "filesystems, and the values are the filesystem types.  For example:"
@@ -12345,7 +12343,7 @@ msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../src/guestfs-actions.pod:3337 ../fish/guestfish-actions.pod:2303
+#: ../src/guestfs-actions.pod:3341 ../fish/guestfish-actions.pod:2307
 #, no-wrap
 msgid ""
 " \"/dev/sda1\" => \"ntfs\"\n"
@@ -12357,7 +12355,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:3342 ../fish/guestfish-actions.pod:2308
+#: ../src/guestfs-actions.pod:3346 ../fish/guestfish-actions.pod:2312
 msgid ""
 "The value can have the special value \"unknown\", meaning the content of the "
 "device is undetermined or empty.  \"swap\" means a Linux swap partition."
@@ -12365,7 +12363,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:3346
+#: ../src/guestfs-actions.pod:3350
 msgid ""
 "This command runs other libguestfs commands, which might include "
 "C<guestfs_mount> and C<guestfs_umount>, and therefore you should use this "
@@ -12374,7 +12372,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:3350
+#: ../src/guestfs-actions.pod:3354
 msgid ""
 "Not all of the filesystems returned will be mountable.  In particular, swap "
 "partitions are returned in the list.  Also this command does not check that "
@@ -12385,19 +12383,19 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:3364 ../src/guestfs-actions.pod:4955
+#: ../src/guestfs-actions.pod:3368 ../src/guestfs-actions.pod:4961
 msgid "(Added in 1.5.15)"
 msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../src/guestfs-actions.pod:3366
+#: ../src/guestfs-actions.pod:3370
 msgid "guestfs_list_partitions"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../src/guestfs-actions.pod:3368
+#: ../src/guestfs-actions.pod:3372
 #, no-wrap
 msgid ""
 " char **\n"
@@ -12407,19 +12405,19 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:3371 ../fish/guestfish-actions.pod:2328
+#: ../src/guestfs-actions.pod:3375 ../fish/guestfish-actions.pod:2332
 msgid "List all the partitions detected on all block devices."
 msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:3373 ../fish/guestfish-actions.pod:2330
+#: ../src/guestfs-actions.pod:3377 ../fish/guestfish-actions.pod:2334
 msgid "The full partition device names are returned, eg. C</dev/sda1>"
 msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:3375
+#: ../src/guestfs-actions.pod:3379
 msgid ""
 "This does not return logical volumes.  For that you will need to call "
 "C<guestfs_lvs>."
@@ -12427,13 +12425,13 @@ msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../src/guestfs-actions.pod:3386
+#: ../src/guestfs-actions.pod:3390
 msgid "guestfs_ll"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../src/guestfs-actions.pod:3388
+#: ../src/guestfs-actions.pod:3392
 #, no-wrap
 msgid ""
 " char *\n"
@@ -12444,7 +12442,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:3392 ../fish/guestfish-actions.pod:2341
+#: ../src/guestfs-actions.pod:3396 ../fish/guestfish-actions.pod:2345
 msgid ""
 "List the files in C<directory> (relative to the root directory, there is no "
 "cwd) in the format of 'ls -la'."
@@ -12452,7 +12450,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:3395 ../fish/guestfish-actions.pod:2344
+#: ../src/guestfs-actions.pod:3399 ../fish/guestfish-actions.pod:2348
 msgid ""
 "This command is mostly useful for interactive sessions.  It is I<not> "
 "intended that you try to parse the output string."
@@ -12460,13 +12458,13 @@ msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../src/guestfs-actions.pod:3403
+#: ../src/guestfs-actions.pod:3407
 msgid "guestfs_ln"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../src/guestfs-actions.pod:3405
+#: ../src/guestfs-actions.pod:3409
 #, no-wrap
 msgid ""
 " int\n"
@@ -12478,19 +12476,19 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:3410 ../fish/guestfish-actions.pod:2351
+#: ../src/guestfs-actions.pod:3414 ../fish/guestfish-actions.pod:2355
 msgid "This command creates a hard link using the C<ln> command."
 msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../src/guestfs-actions.pod:3416
+#: ../src/guestfs-actions.pod:3420
 msgid "guestfs_ln_f"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../src/guestfs-actions.pod:3418
+#: ../src/guestfs-actions.pod:3422
 #, no-wrap
 msgid ""
 " int\n"
@@ -12502,7 +12500,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:3423 ../fish/guestfish-actions.pod:2357
+#: ../src/guestfs-actions.pod:3427 ../fish/guestfish-actions.pod:2361
 msgid ""
 "This command creates a hard link using the C<ln -f> command.  The C<-f> "
 "option removes the link (C<linkname>) if it exists already."
@@ -12510,13 +12508,13 @@ msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../src/guestfs-actions.pod:3430
+#: ../src/guestfs-actions.pod:3434
 msgid "guestfs_ln_s"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../src/guestfs-actions.pod:3432
+#: ../src/guestfs-actions.pod:3436
 #, no-wrap
 msgid ""
 " int\n"
@@ -12528,19 +12526,19 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:3437 ../fish/guestfish-actions.pod:2364
+#: ../src/guestfs-actions.pod:3441 ../fish/guestfish-actions.pod:2368
 msgid "This command creates a symbolic link using the C<ln -s> command."
 msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../src/guestfs-actions.pod:3443
+#: ../src/guestfs-actions.pod:3447
 msgid "guestfs_ln_sf"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../src/guestfs-actions.pod:3445
+#: ../src/guestfs-actions.pod:3449
 #, no-wrap
 msgid ""
 " int\n"
@@ -12552,7 +12550,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:3450 ../fish/guestfish-actions.pod:2370
+#: ../src/guestfs-actions.pod:3454 ../fish/guestfish-actions.pod:2374
 msgid ""
 "This command creates a symbolic link using the C<ln -sf> command, The C<-f> "
 "option removes the link (C<linkname>) if it exists already."
@@ -12560,13 +12558,13 @@ msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../src/guestfs-actions.pod:3457
+#: ../src/guestfs-actions.pod:3461
 msgid "guestfs_lremovexattr"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../src/guestfs-actions.pod:3459
+#: ../src/guestfs-actions.pod:3463
 #, no-wrap
 msgid ""
 " int\n"
@@ -12578,7 +12576,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:3464
+#: ../src/guestfs-actions.pod:3468
 msgid ""
 "This is the same as C<guestfs_removexattr>, but if C<path> is a symbolic "
 "link, then it removes an extended attribute of the link itself."
@@ -12586,13 +12584,13 @@ msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../src/guestfs-actions.pod:3472
+#: ../src/guestfs-actions.pod:3476
 msgid "guestfs_ls"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../src/guestfs-actions.pod:3474
+#: ../src/guestfs-actions.pod:3478
 #, no-wrap
 msgid ""
 " char **\n"
@@ -12603,7 +12601,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:3478 ../fish/guestfish-actions.pod:2385
+#: ../src/guestfs-actions.pod:3482 ../fish/guestfish-actions.pod:2389
 msgid ""
 "List the files in C<directory> (relative to the root directory, there is no "
 "cwd).  The '.' and '..' entries are not returned, but hidden files are shown."
@@ -12611,7 +12609,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:3482
+#: ../src/guestfs-actions.pod:3486
 msgid ""
 "This command is mostly useful for interactive sessions.  Programs should "
 "probably use C<guestfs_readdir> instead."
@@ -12619,13 +12617,13 @@ msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../src/guestfs-actions.pod:3491
+#: ../src/guestfs-actions.pod:3495
 msgid "guestfs_lsetxattr"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../src/guestfs-actions.pod:3493
+#: ../src/guestfs-actions.pod:3497
 #, no-wrap
 msgid ""
 " int\n"
@@ -12639,7 +12637,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:3500
+#: ../src/guestfs-actions.pod:3504
 msgid ""
 "This is the same as C<guestfs_setxattr>, but if C<path> is a symbolic link, "
 "then it sets an extended attribute of the link itself."
@@ -12647,13 +12645,13 @@ msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../src/guestfs-actions.pod:3508
+#: ../src/guestfs-actions.pod:3512
 msgid "guestfs_lstat"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../src/guestfs-actions.pod:3510
+#: ../src/guestfs-actions.pod:3514
 #, no-wrap
 msgid ""
 " struct guestfs_stat *\n"
@@ -12664,14 +12662,14 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:3514 ../src/guestfs-actions.pod:6009
-#: ../fish/guestfish-actions.pod:2404 ../fish/guestfish-actions.pod:4017
+#: ../src/guestfs-actions.pod:3518 ../src/guestfs-actions.pod:6015
+#: ../fish/guestfish-actions.pod:2408 ../fish/guestfish-actions.pod:4023
 msgid "Returns file information for the given C<path>."
 msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:3516
+#: ../src/guestfs-actions.pod:3520
 msgid ""
 "This is the same as C<guestfs_stat> except that if C<path> is a symbolic "
 "link, then the link is stat-ed, not the file it refers to."
@@ -12679,13 +12677,13 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:3520 ../fish/guestfish-actions.pod:2410
+#: ../src/guestfs-actions.pod:3524 ../fish/guestfish-actions.pod:2414
 msgid "This is the same as the C<lstat(2)> system call."
 msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:3522 ../src/guestfs-actions.pod:6013
+#: ../src/guestfs-actions.pod:3526 ../src/guestfs-actions.pod:6019
 msgid ""
 "This function returns a C<struct guestfs_stat *>, or NULL if there was an "
 "error.  I<The caller must call C<guestfs_free_stat> after use>."
@@ -12693,20 +12691,20 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:3526 ../src/guestfs-actions.pod:6017
-#: ../src/guestfs-actions.pod:6035 ../src/guestfs-actions.pod:6416
+#: ../src/guestfs-actions.pod:3530 ../src/guestfs-actions.pod:6023
+#: ../src/guestfs-actions.pod:6041 ../src/guestfs-actions.pod:6422
 msgid "(Added in 0.9.2)"
 msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../src/guestfs-actions.pod:3528
+#: ../src/guestfs-actions.pod:3532
 msgid "guestfs_lstatlist"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../src/guestfs-actions.pod:3530
+#: ../src/guestfs-actions.pod:3534
 #, no-wrap
 msgid ""
 " struct guestfs_stat_list *\n"
@@ -12718,7 +12716,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:3535
+#: ../src/guestfs-actions.pod:3539
 msgid ""
 "This call allows you to perform the C<guestfs_lstat> operation on multiple "
 "files, where all files are in the directory C<path>.  C<names> is the list "
@@ -12727,7 +12725,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:3539 ../fish/guestfish-actions.pod:2420
+#: ../src/guestfs-actions.pod:3543 ../fish/guestfish-actions.pod:2424
 msgid ""
 "On return you get a list of stat structs, with a one-to-one correspondence "
 "to the C<names> list.  If any name did not exist or could not be lstat'd, "
@@ -12736,7 +12734,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:3544
+#: ../src/guestfs-actions.pod:3548
 msgid ""
 "This call is intended for programs that want to efficiently list a directory "
 "contents without making many round-trips.  See also C<guestfs_lxattrlist> "
@@ -12748,7 +12746,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:3552
+#: ../src/guestfs-actions.pod:3556
 msgid ""
 "This function returns a C<struct guestfs_stat_list *>, or NULL if there was "
 "an error.  I<The caller must call C<guestfs_free_stat_list> after use>."
@@ -12756,13 +12754,13 @@ msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../src/guestfs-actions.pod:3558
+#: ../src/guestfs-actions.pod:3562
 msgid "guestfs_luks_add_key"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../src/guestfs-actions.pod:3560
+#: ../src/guestfs-actions.pod:3564
 #, no-wrap
 msgid ""
 " int\n"
@@ -12776,7 +12774,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:3567 ../fish/guestfish-actions.pod:2437
+#: ../src/guestfs-actions.pod:3571 ../fish/guestfish-actions.pod:2441
 msgid ""
 "This command adds a new key on LUKS device C<device>.  C<key> is any "
 "existing key, and is used to access the device.  C<newkey> is the new key to "
@@ -12785,7 +12783,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:3572
+#: ../src/guestfs-actions.pod:3576
 msgid ""
 "Note that if C<keyslot> already contains a key, then this command will "
 "fail.  You have to use C<guestfs_luks_kill_slot> first to remove that key."
@@ -12793,9 +12791,9 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:3578 ../src/guestfs-actions.pod:3618
-#: ../src/guestfs-actions.pod:3641 ../src/guestfs-actions.pod:3661
-#: ../src/guestfs-actions.pod:3693 ../src/guestfs-actions.pod:3712
+#: ../src/guestfs-actions.pod:3582 ../src/guestfs-actions.pod:3622
+#: ../src/guestfs-actions.pod:3645 ../src/guestfs-actions.pod:3665
+#: ../src/guestfs-actions.pod:3697 ../src/guestfs-actions.pod:3716
 msgid ""
 "This function takes a key or passphrase parameter which could contain "
 "sensitive material.  Read the section L</KEYS AND PASSPHRASES> for more "
@@ -12804,20 +12802,20 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:3582 ../src/guestfs-actions.pod:3622
-#: ../src/guestfs-actions.pod:3645 ../src/guestfs-actions.pod:3665
+#: ../src/guestfs-actions.pod:3586 ../src/guestfs-actions.pod:3626
+#: ../src/guestfs-actions.pod:3649 ../src/guestfs-actions.pod:3669
 msgid "(Added in 1.5.2)"
 msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../src/guestfs-actions.pod:3584
+#: ../src/guestfs-actions.pod:3588
 msgid "guestfs_luks_close"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../src/guestfs-actions.pod:3586
+#: ../src/guestfs-actions.pod:3590
 #, no-wrap
 msgid ""
 " int\n"
@@ -12828,7 +12826,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:3590
+#: ../src/guestfs-actions.pod:3594
 msgid ""
 "This closes a LUKS device that was created earlier by C<guestfs_luks_open> "
 "or C<guestfs_luks_open_ro>.  The C<device> parameter must be the name of the "
@@ -12838,21 +12836,21 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:3598 ../src/guestfs-actions.pod:3697
-#: ../src/guestfs-actions.pod:3716 ../src/guestfs-actions.pod:3766
-#: ../src/guestfs-actions.pod:3814
+#: ../src/guestfs-actions.pod:3602 ../src/guestfs-actions.pod:3701
+#: ../src/guestfs-actions.pod:3720 ../src/guestfs-actions.pod:3770
+#: ../src/guestfs-actions.pod:3818
 msgid "(Added in 1.5.1)"
 msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../src/guestfs-actions.pod:3600
+#: ../src/guestfs-actions.pod:3604
 msgid "guestfs_luks_format"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../src/guestfs-actions.pod:3602
+#: ../src/guestfs-actions.pod:3606
 #, no-wrap
 msgid ""
 " int\n"
@@ -12865,7 +12863,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:3608 ../fish/guestfish-actions.pod:2463
+#: ../src/guestfs-actions.pod:3612 ../fish/guestfish-actions.pod:2467
 msgid ""
 "This command erases existing data on C<device> and formats the device as a "
 "LUKS encrypted device.  C<key> is the initial key, which is added to key "
@@ -12874,15 +12872,15 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:3615 ../src/guestfs-actions.pod:3638
-#: ../src/guestfs-actions.pod:3778 ../src/guestfs-actions.pod:4706
-#: ../src/guestfs-actions.pod:5469 ../src/guestfs-actions.pod:5844
-#: ../src/guestfs-actions.pod:5867 ../src/guestfs-actions.pod:5893
-#: ../src/guestfs-actions.pod:7053 ../fish/guestfish-actions.pod:2471
-#: ../fish/guestfish-actions.pod:2484 ../fish/guestfish-actions.pod:2568
-#: ../fish/guestfish-actions.pod:3129 ../fish/guestfish-actions.pod:3636
-#: ../fish/guestfish-actions.pod:3916 ../fish/guestfish-actions.pod:3932
-#: ../fish/guestfish-actions.pod:3947 ../fish/guestfish-actions.pod:4662
+#: ../src/guestfs-actions.pod:3619 ../src/guestfs-actions.pod:3642
+#: ../src/guestfs-actions.pod:3782 ../src/guestfs-actions.pod:4712
+#: ../src/guestfs-actions.pod:5475 ../src/guestfs-actions.pod:5850
+#: ../src/guestfs-actions.pod:5873 ../src/guestfs-actions.pod:5899
+#: ../src/guestfs-actions.pod:7059 ../fish/guestfish-actions.pod:2475
+#: ../fish/guestfish-actions.pod:2488 ../fish/guestfish-actions.pod:2572
+#: ../fish/guestfish-actions.pod:3135 ../fish/guestfish-actions.pod:3642
+#: ../fish/guestfish-actions.pod:3922 ../fish/guestfish-actions.pod:3938
+#: ../fish/guestfish-actions.pod:3953 ../fish/guestfish-actions.pod:4668
 msgid ""
 "B<This command is dangerous.  Without careful use you can easily destroy all "
 "your data>."
@@ -12890,13 +12888,13 @@ msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../src/guestfs-actions.pod:3624
+#: ../src/guestfs-actions.pod:3628
 msgid "guestfs_luks_format_cipher"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../src/guestfs-actions.pod:3626
+#: ../src/guestfs-actions.pod:3630
 #, no-wrap
 msgid ""
 " int\n"
@@ -12910,7 +12908,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:3633
+#: ../src/guestfs-actions.pod:3637
 msgid ""
 "This command is the same as C<guestfs_luks_format> but it also allows you to "
 "set the C<cipher> used."
@@ -12918,13 +12916,13 @@ msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../src/guestfs-actions.pod:3647
+#: ../src/guestfs-actions.pod:3651
 msgid "guestfs_luks_kill_slot"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../src/guestfs-actions.pod:3649
+#: ../src/guestfs-actions.pod:3653
 #, no-wrap
 msgid ""
 " int\n"
@@ -12937,7 +12935,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:3655 ../fish/guestfish-actions.pod:2491
+#: ../src/guestfs-actions.pod:3659 ../fish/guestfish-actions.pod:2495
 msgid ""
 "This command deletes the key in key slot C<keyslot> from the encrypted LUKS "
 "device C<device>.  C<key> must be one of the I<other> keys."
@@ -12945,13 +12943,13 @@ msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../src/guestfs-actions.pod:3667
+#: ../src/guestfs-actions.pod:3671
 msgid "guestfs_luks_open"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../src/guestfs-actions.pod:3669
+#: ../src/guestfs-actions.pod:3673
 #, no-wrap
 msgid ""
 " int\n"
@@ -12964,7 +12962,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:3675 ../fish/guestfish-actions.pod:2502
+#: ../src/guestfs-actions.pod:3679 ../fish/guestfish-actions.pod:2506
 msgid ""
 "This command opens a block device which has been encrypted according to the "
 "Linux Unified Key Setup (LUKS) standard."
@@ -12972,13 +12970,13 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:3678 ../fish/guestfish-actions.pod:2505
+#: ../src/guestfs-actions.pod:3682 ../fish/guestfish-actions.pod:2509
 msgid "C<device> is the encrypted block device or partition."
 msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:3680 ../fish/guestfish-actions.pod:2507
+#: ../src/guestfs-actions.pod:3684 ../fish/guestfish-actions.pod:2511
 msgid ""
 "The caller must supply one of the keys associated with the LUKS block "
 "device, in the C<key> parameter."
@@ -12986,7 +12984,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:3683 ../fish/guestfish-actions.pod:2510
+#: ../src/guestfs-actions.pod:3687 ../fish/guestfish-actions.pod:2514
 msgid ""
 "This creates a new block device called C</dev/mapper/mapname>.  Reads and "
 "writes to this block device are decrypted from and encrypted to the "
@@ -12995,7 +12993,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:3687
+#: ../src/guestfs-actions.pod:3691
 msgid ""
 "If this block device contains LVM volume groups, then calling "
 "C<guestfs_vgscan> followed by C<guestfs_vg_activate_all> will make them "
@@ -13004,13 +13002,13 @@ msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../src/guestfs-actions.pod:3699
+#: ../src/guestfs-actions.pod:3703
 msgid "guestfs_luks_open_ro"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../src/guestfs-actions.pod:3701
+#: ../src/guestfs-actions.pod:3705
 #, no-wrap
 msgid ""
 " int\n"
@@ -13023,7 +13021,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:3707
+#: ../src/guestfs-actions.pod:3711
 msgid ""
 "This is the same as C<guestfs_luks_open> except that a read-only mapping is "
 "created."
@@ -13031,13 +13029,13 @@ msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../src/guestfs-actions.pod:3718
+#: ../src/guestfs-actions.pod:3722
 msgid "guestfs_lvcreate"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../src/guestfs-actions.pod:3720
+#: ../src/guestfs-actions.pod:3724
 #, no-wrap
 msgid ""
 " int\n"
@@ -13050,7 +13048,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:3726 ../fish/guestfish-actions.pod:2535
+#: ../src/guestfs-actions.pod:3730 ../fish/guestfish-actions.pod:2539
 msgid ""
 "This creates an LVM logical volume called C<logvol> on the volume group "
 "C<volgroup>, with C<size> megabytes."
@@ -13058,13 +13056,13 @@ msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../src/guestfs-actions.pod:3733
+#: ../src/guestfs-actions.pod:3737
 msgid "guestfs_lvm_canonical_lv_name"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../src/guestfs-actions.pod:3735
+#: ../src/guestfs-actions.pod:3739
 #, no-wrap
 msgid ""
 " char *\n"
@@ -13075,7 +13073,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:3739 ../fish/guestfish-actions.pod:2542
+#: ../src/guestfs-actions.pod:3743 ../fish/guestfish-actions.pod:2546
 msgid ""
 "This converts alternative naming schemes for LVs that you might find to the "
 "canonical name.  For example, C</dev/mapper/VG-LV> is converted to C</dev/VG/"
@@ -13084,7 +13082,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:3743 ../fish/guestfish-actions.pod:2546
+#: ../src/guestfs-actions.pod:3747 ../fish/guestfish-actions.pod:2550
 msgid ""
 "This command returns an error if the C<lvname> parameter does not refer to a "
 "logical volume."
@@ -13092,25 +13090,25 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:3746
+#: ../src/guestfs-actions.pod:3750
 msgid "See also C<guestfs_is_lv>."
 msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:3751
+#: ../src/guestfs-actions.pod:3755
 msgid "(Added in 1.5.24)"
 msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../src/guestfs-actions.pod:3753
+#: ../src/guestfs-actions.pod:3757
 msgid "guestfs_lvm_clear_filter"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../src/guestfs-actions.pod:3755
+#: ../src/guestfs-actions.pod:3759
 #, no-wrap
 msgid ""
 " int\n"
@@ -13120,7 +13118,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:3758
+#: ../src/guestfs-actions.pod:3762
 msgid ""
 "This undoes the effect of C<guestfs_lvm_set_filter>.  LVM will be able to "
 "see every block device."
@@ -13128,21 +13126,21 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:3761 ../src/guestfs-actions.pod:3803
-#: ../fish/guestfish-actions.pod:2558 ../fish/guestfish-actions.pod:2589
+#: ../src/guestfs-actions.pod:3765 ../src/guestfs-actions.pod:3807
+#: ../fish/guestfish-actions.pod:2562 ../fish/guestfish-actions.pod:2593
 msgid ""
 "This command also clears the LVM cache and performs a volume group scan."
 msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../src/guestfs-actions.pod:3768
+#: ../src/guestfs-actions.pod:3772
 msgid "guestfs_lvm_remove_all"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../src/guestfs-actions.pod:3770
+#: ../src/guestfs-actions.pod:3774
 #, no-wrap
 msgid ""
 " int\n"
@@ -13152,7 +13150,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:3773 ../fish/guestfish-actions.pod:2565
+#: ../src/guestfs-actions.pod:3777 ../fish/guestfish-actions.pod:2569
 msgid ""
 "This command removes all LVM logical volumes, volume groups and physical "
 "volumes."
@@ -13160,13 +13158,13 @@ msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../src/guestfs-actions.pod:3783
+#: ../src/guestfs-actions.pod:3787
 msgid "guestfs_lvm_set_filter"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../src/guestfs-actions.pod:3785
+#: ../src/guestfs-actions.pod:3789
 #, no-wrap
 msgid ""
 " int\n"
@@ -13177,7 +13175,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:3789 ../fish/guestfish-actions.pod:2575
+#: ../src/guestfs-actions.pod:3793 ../fish/guestfish-actions.pod:2579
 msgid ""
 "This sets the LVM device filter so that LVM will only be able to \"see\" the "
 "block devices in the list C<devices>, and will ignore all other attached "
@@ -13186,7 +13184,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:3793 ../fish/guestfish-actions.pod:2579
+#: ../src/guestfs-actions.pod:3797 ../fish/guestfish-actions.pod:2583
 msgid ""
 "Where disk image(s) contain duplicate PVs or VGs, this command is useful to "
 "get LVM to ignore the duplicates, otherwise LVM can get confused.  Note also "
@@ -13199,13 +13197,13 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:3806 ../fish/guestfish-actions.pod:2592
+#: ../src/guestfs-actions.pod:3810 ../fish/guestfish-actions.pod:2596
 msgid "You can filter whole block devices or individual partitions."
 msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:3808 ../fish/guestfish-actions.pod:2594
+#: ../src/guestfs-actions.pod:3812 ../fish/guestfish-actions.pod:2598
 msgid ""
 "You cannot use this if any VG is currently in use (eg.  contains a mounted "
 "filesystem), even if you are not filtering out that VG."
@@ -13213,13 +13211,13 @@ msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../src/guestfs-actions.pod:3816
+#: ../src/guestfs-actions.pod:3820
 msgid "guestfs_lvremove"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../src/guestfs-actions.pod:3818
+#: ../src/guestfs-actions.pod:3822
 #, no-wrap
 msgid ""
 " int\n"
@@ -13230,7 +13228,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:3822 ../fish/guestfish-actions.pod:2602
+#: ../src/guestfs-actions.pod:3826 ../fish/guestfish-actions.pod:2606
 msgid ""
 "Remove an LVM logical volume C<device>, where C<device> is the path to the "
 "LV, such as C</dev/VG/LV>."
@@ -13238,7 +13236,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:3825 ../fish/guestfish-actions.pod:2605
+#: ../src/guestfs-actions.pod:3829 ../fish/guestfish-actions.pod:2609
 msgid ""
 "You can also remove all LVs in a volume group by specifying the VG name, C</"
 "dev/VG>."
@@ -13246,20 +13244,20 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:3830 ../src/guestfs-actions.pod:5052
-#: ../src/guestfs-actions.pod:6792
+#: ../src/guestfs-actions.pod:3834 ../src/guestfs-actions.pod:5058
+#: ../src/guestfs-actions.pod:6798
 msgid "(Added in 1.0.13)"
 msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../src/guestfs-actions.pod:3832
+#: ../src/guestfs-actions.pod:3836
 msgid "guestfs_lvrename"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../src/guestfs-actions.pod:3834
+#: ../src/guestfs-actions.pod:3838
 #, no-wrap
 msgid ""
 " int\n"
@@ -13271,25 +13269,25 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:3839 ../fish/guestfish-actions.pod:2612
+#: ../src/guestfs-actions.pod:3843 ../fish/guestfish-actions.pod:2616
 msgid "Rename a logical volume C<logvol> with the new name C<newlogvol>."
 msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:3843 ../src/guestfs-actions.pod:6805
+#: ../src/guestfs-actions.pod:3847 ../src/guestfs-actions.pod:6811
 msgid "(Added in 1.0.83)"
 msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../src/guestfs-actions.pod:3845
+#: ../src/guestfs-actions.pod:3849
 msgid "guestfs_lvresize"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../src/guestfs-actions.pod:3847
+#: ../src/guestfs-actions.pod:3851
 #, no-wrap
 msgid ""
 " int\n"
@@ -13301,7 +13299,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:3852 ../fish/guestfish-actions.pod:2618
+#: ../src/guestfs-actions.pod:3856 ../fish/guestfish-actions.pod:2622
 msgid ""
 "This resizes (expands or shrinks) an existing LVM logical volume to "
 "C<mbytes>.  When reducing, data in the reduced part is lost."
@@ -13309,13 +13307,13 @@ msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../src/guestfs-actions.pod:3860
+#: ../src/guestfs-actions.pod:3864
 msgid "guestfs_lvresize_free"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../src/guestfs-actions.pod:3862
+#: ../src/guestfs-actions.pod:3866
 #, no-wrap
 msgid ""
 " int\n"
@@ -13327,7 +13325,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:3867 ../fish/guestfish-actions.pod:2626
+#: ../src/guestfs-actions.pod:3871 ../fish/guestfish-actions.pod:2630
 msgid ""
 "This expands an existing logical volume C<lv> so that it fills C<pc>% of the "
 "remaining free space in the volume group.  Commonly you would call this with "
@@ -13337,19 +13335,19 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:3875
+#: ../src/guestfs-actions.pod:3879
 msgid "(Added in 1.3.3)"
 msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../src/guestfs-actions.pod:3877
+#: ../src/guestfs-actions.pod:3881
 msgid "guestfs_lvs"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../src/guestfs-actions.pod:3879
+#: ../src/guestfs-actions.pod:3883
 #, no-wrap
 msgid ""
 " char **\n"
@@ -13359,7 +13357,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:3882 ../fish/guestfish-actions.pod:2636
+#: ../src/guestfs-actions.pod:3886 ../fish/guestfish-actions.pod:2640
 msgid ""
 "List all the logical volumes detected.  This is the equivalent of the L<lvs"
 "(8)> command."
@@ -13367,7 +13365,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:3885 ../fish/guestfish-actions.pod:2639
+#: ../src/guestfs-actions.pod:3889 ../fish/guestfish-actions.pod:2643
 msgid ""
 "This returns a list of the logical volume device names (eg. C</dev/"
 "VolGroup00/LogVol00>)."
@@ -13375,19 +13373,19 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:3888
+#: ../src/guestfs-actions.pod:3892
 msgid "See also C<guestfs_lvs_full>, C<guestfs_list_filesystems>."
 msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../src/guestfs-actions.pod:3896
+#: ../src/guestfs-actions.pod:3900
 msgid "guestfs_lvs_full"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../src/guestfs-actions.pod:3898
+#: ../src/guestfs-actions.pod:3902
 #, no-wrap
 msgid ""
 " struct guestfs_lvm_lv_list *\n"
@@ -13397,7 +13395,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:3901 ../fish/guestfish-actions.pod:2648
+#: ../src/guestfs-actions.pod:3905 ../fish/guestfish-actions.pod:2652
 msgid ""
 "List all the logical volumes detected.  This is the equivalent of the L<lvs"
 "(8)> command.  The \"full\" version includes all fields."
@@ -13405,7 +13403,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:3904
+#: ../src/guestfs-actions.pod:3908
 msgid ""
 "This function returns a C<struct guestfs_lvm_lv_list *>, or NULL if there "
 "was an error.  I<The caller must call C<guestfs_free_lvm_lv_list> after use>."
@@ -13413,13 +13411,13 @@ msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../src/guestfs-actions.pod:3910
+#: ../src/guestfs-actions.pod:3914
 msgid "guestfs_lvuuid"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../src/guestfs-actions.pod:3912
+#: ../src/guestfs-actions.pod:3916
 #, no-wrap
 msgid ""
 " char *\n"
@@ -13430,19 +13428,19 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:3916 ../fish/guestfish-actions.pod:2655
+#: ../src/guestfs-actions.pod:3920 ../fish/guestfish-actions.pod:2659
 msgid "This command returns the UUID of the LVM LV C<device>."
 msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../src/guestfs-actions.pod:3923
+#: ../src/guestfs-actions.pod:3927
 msgid "guestfs_lxattrlist"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../src/guestfs-actions.pod:3925
+#: ../src/guestfs-actions.pod:3929
 #, no-wrap
 msgid ""
 " struct guestfs_xattr_list *\n"
@@ -13454,7 +13452,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:3930 ../fish/guestfish-actions.pod:2661
+#: ../src/guestfs-actions.pod:3934 ../fish/guestfish-actions.pod:2665
 msgid ""
 "This call allows you to get the extended attributes of multiple files, where "
 "all files are in the directory C<path>.  C<names> is the list of files from "
@@ -13463,7 +13461,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:3934 ../fish/guestfish-actions.pod:2665
+#: ../src/guestfs-actions.pod:3938 ../fish/guestfish-actions.pod:2669
 msgid ""
 "On return you get a flat list of xattr structs which must be interpreted "
 "sequentially.  The first xattr struct always has a zero-length C<attrname>.  "
@@ -13476,7 +13474,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:3944
+#: ../src/guestfs-actions.pod:3948
 msgid ""
 "This call is intended for programs that want to efficiently list a directory "
 "contents without making many round-trips.  See also C<guestfs_lstatlist> for "
@@ -13488,13 +13486,13 @@ msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../src/guestfs-actions.pod:3958
+#: ../src/guestfs-actions.pod:3962
 msgid "guestfs_mkdir"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../src/guestfs-actions.pod:3960
+#: ../src/guestfs-actions.pod:3964
 #, no-wrap
 msgid ""
 " int\n"
@@ -13505,19 +13503,19 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:3964 ../fish/guestfish-actions.pod:2687
+#: ../src/guestfs-actions.pod:3968 ../fish/guestfish-actions.pod:2691
 msgid "Create a directory named C<path>."
 msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../src/guestfs-actions.pod:3970
+#: ../src/guestfs-actions.pod:3974
 msgid "guestfs_mkdir_mode"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../src/guestfs-actions.pod:3972
+#: ../src/guestfs-actions.pod:3976
 #, no-wrap
 msgid ""
 " int\n"
@@ -13529,7 +13527,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:3977 ../fish/guestfish-actions.pod:2693
+#: ../src/guestfs-actions.pod:3981 ../fish/guestfish-actions.pod:2697
 msgid ""
 "This command creates a directory, setting the initial permissions of the "
 "directory to C<mode>."
@@ -13537,7 +13535,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:3980 ../fish/guestfish-actions.pod:2696
+#: ../src/guestfs-actions.pod:3984 ../fish/guestfish-actions.pod:2700
 msgid ""
 "For common Linux filesystems, the actual mode which is set will be C<mode & "
 "~umask & 01777>.  Non-native-Linux filesystems may interpret the mode in "
@@ -13546,19 +13544,19 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:3984
+#: ../src/guestfs-actions.pod:3988
 msgid "See also C<guestfs_mkdir>, C<guestfs_umask>"
 msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../src/guestfs-actions.pod:3990
+#: ../src/guestfs-actions.pod:3994
 msgid "guestfs_mkdir_p"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../src/guestfs-actions.pod:3992
+#: ../src/guestfs-actions.pod:3996
 #, no-wrap
 msgid ""
 " int\n"
@@ -13569,7 +13567,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:3996 ../fish/guestfish-actions.pod:2706
+#: ../src/guestfs-actions.pod:4000 ../fish/guestfish-actions.pod:2710
 msgid ""
 "Create a directory named C<path>, creating any parent directories as "
 "necessary.  This is like the C<mkdir -p> shell command."
@@ -13577,13 +13575,13 @@ msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../src/guestfs-actions.pod:4003
+#: ../src/guestfs-actions.pod:4007
 msgid "guestfs_mkdtemp"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../src/guestfs-actions.pod:4005
+#: ../src/guestfs-actions.pod:4009
 #, no-wrap
 msgid ""
 " char *\n"
@@ -13594,7 +13592,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:4009 ../fish/guestfish-actions.pod:2713
+#: ../src/guestfs-actions.pod:4013 ../fish/guestfish-actions.pod:2717
 msgid ""
 "This command creates a temporary directory.  The C<template> parameter "
 "should be a full pathname for the temporary directory name with the final "
@@ -13603,7 +13601,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:4014 ../fish/guestfish-actions.pod:2718
+#: ../src/guestfs-actions.pod:4018 ../fish/guestfish-actions.pod:2722
 msgid ""
 "For example: \"/tmp/myprogXXXXXX\" or \"/Temp/myprogXXXXXX\", the second one "
 "being suitable for Windows filesystems."
@@ -13611,19 +13609,19 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:4017 ../fish/guestfish-actions.pod:2721
+#: ../src/guestfs-actions.pod:4021 ../fish/guestfish-actions.pod:2725
 msgid "The name of the temporary directory that was created is returned."
 msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:4020 ../fish/guestfish-actions.pod:2724
+#: ../src/guestfs-actions.pod:4024 ../fish/guestfish-actions.pod:2728
 msgid "The temporary directory is created with mode 0700 and is owned by root."
 msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:4023 ../fish/guestfish-actions.pod:2727
+#: ../src/guestfs-actions.pod:4027 ../fish/guestfish-actions.pod:2731
 msgid ""
 "The caller is responsible for deleting the temporary directory and its "
 "contents after use."
@@ -13631,19 +13629,19 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:4026 ../fish/guestfish-actions.pod:2730
+#: ../src/guestfs-actions.pod:4030 ../fish/guestfish-actions.pod:2734
 msgid "See also: L<mkdtemp(3)>"
 msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../src/guestfs-actions.pod:4033
+#: ../src/guestfs-actions.pod:4037
 msgid "guestfs_mke2fs_J"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../src/guestfs-actions.pod:4035
+#: ../src/guestfs-actions.pod:4039
 #, no-wrap
 msgid ""
 " int\n"
@@ -13657,7 +13655,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:4042 ../fish/guestfish-actions.pod:2736
+#: ../src/guestfs-actions.pod:4046 ../fish/guestfish-actions.pod:2740
 msgid ""
 "This creates an ext2/3/4 filesystem on C<device> with an external journal on "
 "C<journal>.  It is equivalent to the command:"
@@ -13665,7 +13663,7 @@ msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../src/guestfs-actions.pod:4046 ../fish/guestfish-actions.pod:2740
+#: ../src/guestfs-actions.pod:4050 ../fish/guestfish-actions.pod:2744
 #, no-wrap
 msgid ""
 " mke2fs -t fstype -b blocksize -J device=<journal> <device>\n"
@@ -13674,28 +13672,28 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:4048
+#: ../src/guestfs-actions.pod:4052
 msgid "See also C<guestfs_mke2journal>."
 msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:4052 ../src/guestfs-actions.pod:4070
-#: ../src/guestfs-actions.pod:4088 ../src/guestfs-actions.pod:4104
-#: ../src/guestfs-actions.pod:4118 ../src/guestfs-actions.pod:4132
-#: ../src/guestfs-actions.pod:4191 ../src/guestfs-actions.pod:4442
+#: ../src/guestfs-actions.pod:4056 ../src/guestfs-actions.pod:4074
+#: ../src/guestfs-actions.pod:4092 ../src/guestfs-actions.pod:4108
+#: ../src/guestfs-actions.pod:4122 ../src/guestfs-actions.pod:4136
+#: ../src/guestfs-actions.pod:4195 ../src/guestfs-actions.pod:4448
 msgid "(Added in 1.0.68)"
 msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../src/guestfs-actions.pod:4054
+#: ../src/guestfs-actions.pod:4058
 msgid "guestfs_mke2fs_JL"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../src/guestfs-actions.pod:4056
+#: ../src/guestfs-actions.pod:4060
 #, no-wrap
 msgid ""
 " int\n"
@@ -13709,7 +13707,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:4063 ../fish/guestfish-actions.pod:2748
+#: ../src/guestfs-actions.pod:4067 ../fish/guestfish-actions.pod:2752
 msgid ""
 "This creates an ext2/3/4 filesystem on C<device> with an external journal on "
 "the journal labeled C<label>."
@@ -13717,19 +13715,19 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:4066
+#: ../src/guestfs-actions.pod:4070
 msgid "See also C<guestfs_mke2journal_L>."
 msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../src/guestfs-actions.pod:4072
+#: ../src/guestfs-actions.pod:4076
 msgid "guestfs_mke2fs_JU"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../src/guestfs-actions.pod:4074
+#: ../src/guestfs-actions.pod:4078
 #, no-wrap
 msgid ""
 " int\n"
@@ -13743,7 +13741,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:4081 ../fish/guestfish-actions.pod:2757
+#: ../src/guestfs-actions.pod:4085 ../fish/guestfish-actions.pod:2761
 msgid ""
 "This creates an ext2/3/4 filesystem on C<device> with an external journal on "
 "the journal with UUID C<uuid>."
@@ -13751,19 +13749,19 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:4084
+#: ../src/guestfs-actions.pod:4088
 msgid "See also C<guestfs_mke2journal_U>."
 msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../src/guestfs-actions.pod:4090
+#: ../src/guestfs-actions.pod:4094
 msgid "guestfs_mke2journal"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../src/guestfs-actions.pod:4092
+#: ../src/guestfs-actions.pod:4096
 #, no-wrap
 msgid ""
 " int\n"
@@ -13775,7 +13773,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:4097 ../fish/guestfish-actions.pod:2766
+#: ../src/guestfs-actions.pod:4101 ../fish/guestfish-actions.pod:2770
 msgid ""
 "This creates an ext2 external journal on C<device>.  It is equivalent to the "
 "command:"
@@ -13783,7 +13781,7 @@ msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../src/guestfs-actions.pod:4100 ../fish/guestfish-actions.pod:2769
+#: ../src/guestfs-actions.pod:4104 ../fish/guestfish-actions.pod:2773
 #, no-wrap
 msgid ""
 " mke2fs -O journal_dev -b blocksize device\n"
@@ -13792,13 +13790,13 @@ msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../src/guestfs-actions.pod:4106
+#: ../src/guestfs-actions.pod:4110
 msgid "guestfs_mke2journal_L"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../src/guestfs-actions.pod:4108
+#: ../src/guestfs-actions.pod:4112
 #, no-wrap
 msgid ""
 " int\n"
@@ -13811,19 +13809,19 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:4114 ../fish/guestfish-actions.pod:2775
+#: ../src/guestfs-actions.pod:4118 ../fish/guestfish-actions.pod:2779
 msgid "This creates an ext2 external journal on C<device> with label C<label>."
 msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../src/guestfs-actions.pod:4120
+#: ../src/guestfs-actions.pod:4124
 msgid "guestfs_mke2journal_U"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../src/guestfs-actions.pod:4122
+#: ../src/guestfs-actions.pod:4126
 #, no-wrap
 msgid ""
 " int\n"
@@ -13836,19 +13834,19 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:4128 ../fish/guestfish-actions.pod:2781
+#: ../src/guestfs-actions.pod:4132 ../fish/guestfish-actions.pod:2785
 msgid "This creates an ext2 external journal on C<device> with UUID C<uuid>."
 msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../src/guestfs-actions.pod:4134
+#: ../src/guestfs-actions.pod:4138
 msgid "guestfs_mkfifo"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../src/guestfs-actions.pod:4136
+#: ../src/guestfs-actions.pod:4140
 #, no-wrap
 msgid ""
 " int\n"
@@ -13860,7 +13858,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:4141
+#: ../src/guestfs-actions.pod:4145
 msgid ""
 "This call creates a FIFO (named pipe) called C<path> with mode C<mode>.  It "
 "is just a convenient wrapper around C<guestfs_mknod>."
@@ -13868,13 +13866,13 @@ msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../src/guestfs-actions.pod:4151
+#: ../src/guestfs-actions.pod:4155
 msgid "guestfs_mkfs"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../src/guestfs-actions.pod:4153
+#: ../src/guestfs-actions.pod:4157
 #, no-wrap
 msgid ""
 " int\n"
@@ -13886,7 +13884,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:4158 ../fish/guestfish-actions.pod:2797
+#: ../src/guestfs-actions.pod:4162 ../fish/guestfish-actions.pod:2801
 msgid ""
 "This creates a filesystem on C<device> (usually a partition or LVM logical "
 "volume).  The filesystem type is C<fstype>, for example C<ext3>."
@@ -13894,13 +13892,13 @@ msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../src/guestfs-actions.pod:4166
+#: ../src/guestfs-actions.pod:4170
 msgid "guestfs_mkfs_b"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../src/guestfs-actions.pod:4168
+#: ../src/guestfs-actions.pod:4172
 #, no-wrap
 msgid ""
 " int\n"
@@ -13913,7 +13911,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:4174
+#: ../src/guestfs-actions.pod:4178
 msgid ""
 "This call is similar to C<guestfs_mkfs>, but it allows you to control the "
 "block size of the resulting filesystem.  Supported block sizes depend on the "
@@ -13922,8 +13920,8 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:4179 ../src/guestfs-actions.pod:4221
-#: ../fish/guestfish-actions.pod:2810 ../fish/guestfish-actions.pod:2837
+#: ../src/guestfs-actions.pod:4183 ../src/guestfs-actions.pod:4225
+#: ../fish/guestfish-actions.pod:2814 ../fish/guestfish-actions.pod:2841
 msgid ""
 "For VFAT and NTFS the C<blocksize> parameter is treated as the requested "
 "cluster size."
@@ -13931,20 +13929,20 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:4184 ../fish/guestfish-actions.pod:2813
+#: ../src/guestfs-actions.pod:4188 ../fish/guestfish-actions.pod:2817
 msgid ""
 "This function is deprecated.  In new code, use the C<mkfs_opts> call instead."
 msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../src/guestfs-actions.pod:4193
+#: ../src/guestfs-actions.pod:4197
 msgid "guestfs_mkfs_opts"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../src/guestfs-actions.pod:4195
+#: ../src/guestfs-actions.pod:4199
 #, no-wrap
 msgid ""
 " int\n"
@@ -13957,7 +13955,7 @@ msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../src/guestfs-actions.pod:4206
+#: ../src/guestfs-actions.pod:4210
 #, no-wrap
 msgid ""
 " GUESTFS_MKFS_OPTS_BLOCKSIZE, int blocksize,\n"
@@ -13966,7 +13964,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:4208 ../fish/guestfish-actions.pod:2824
+#: ../src/guestfs-actions.pod:4212 ../fish/guestfish-actions.pod:2828
 msgid ""
 "This function creates a filesystem on C<device>.  The filesystem type is "
 "C<fstype>, for example C<ext3>."
@@ -13974,13 +13972,13 @@ msgstr ""
 
 # type: =item
 #. type: =item
-#: ../src/guestfs-actions.pod:4215 ../fish/guestfish-actions.pod:2831
+#: ../src/guestfs-actions.pod:4219 ../fish/guestfish-actions.pod:2835
 msgid "C<blocksize>"
 msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:4217 ../fish/guestfish-actions.pod:2833
+#: ../src/guestfs-actions.pod:4221 ../fish/guestfish-actions.pod:2837
 msgid ""
 "The filesystem block size.  Supported block sizes depend on the filesystem "
 "type, but typically they are C<1024>, C<2048> or C<4096> for Linux ext2/3 "
@@ -13988,19 +13986,24 @@ msgid ""
 msgstr ""
 
 #. type: textblock
-#: ../src/guestfs-actions.pod:4228
+#: ../src/guestfs-actions.pod:4228 ../fish/guestfish-actions.pod:2844
+msgid "For UFS block sizes, please see L<mkfs.ufs(8)>."
+msgstr ""
+
+#. type: textblock
+#: ../src/guestfs-actions.pod:4234
 msgid "(Added in 1.7.19)"
 msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../src/guestfs-actions.pod:4230
+#: ../src/guestfs-actions.pod:4236
 msgid "guestfs_mkfs_opts_va"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../src/guestfs-actions.pod:4232
+#: ../src/guestfs-actions.pod:4238
 #, no-wrap
 msgid ""
 " int\n"
@@ -14013,19 +14016,19 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:4238
+#: ../src/guestfs-actions.pod:4244
 msgid "This is the \"va_list variant\" of L</guestfs_mkfs_opts>."
 msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../src/guestfs-actions.pod:4242
+#: ../src/guestfs-actions.pod:4248
 msgid "guestfs_mkfs_opts_argv"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../src/guestfs-actions.pod:4244
+#: ../src/guestfs-actions.pod:4250
 #, no-wrap
 msgid ""
 " int\n"
@@ -14038,19 +14041,19 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:4250
+#: ../src/guestfs-actions.pod:4256
 msgid "This is the \"argv variant\" of L</guestfs_mkfs_opts>."
 msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../src/guestfs-actions.pod:4254
+#: ../src/guestfs-actions.pod:4260
 msgid "guestfs_mkmountpoint"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../src/guestfs-actions.pod:4256
+#: ../src/guestfs-actions.pod:4262
 #, no-wrap
 msgid ""
 " int\n"
@@ -14061,7 +14064,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:4260
+#: ../src/guestfs-actions.pod:4266
 msgid ""
 "C<guestfs_mkmountpoint> and C<guestfs_rmmountpoint> are specialized calls "
 "that can be used to create extra mountpoints before mounting the first "
@@ -14070,7 +14073,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:4264 ../fish/guestfish-actions.pod:2852
+#: ../src/guestfs-actions.pod:4270 ../fish/guestfish-actions.pod:2858
 msgid ""
 "These calls are I<only> necessary in some very limited circumstances, mainly "
 "the case where you want to mount a mix of unrelated and/or read-only "
@@ -14079,7 +14082,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:4268 ../fish/guestfish-actions.pod:2856
+#: ../src/guestfs-actions.pod:4274 ../fish/guestfish-actions.pod:2862
 msgid ""
 "For example, live CDs often contain a \"Russian doll\" nest of filesystems, "
 "an ISO outer layer, with a squashfs image inside, with an ext2/3 image "
@@ -14088,7 +14091,7 @@ msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../src/guestfs-actions.pod:4273 ../fish/guestfish-actions.pod:2861
+#: ../src/guestfs-actions.pod:4279 ../fish/guestfish-actions.pod:2867
 #, no-wrap
 msgid ""
 " add-ro Fedora-11-i686-Live.iso\n"
@@ -14104,13 +14107,13 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:4282 ../fish/guestfish-actions.pod:2870
+#: ../src/guestfs-actions.pod:4288 ../fish/guestfish-actions.pod:2876
 msgid "The inner filesystem is now unpacked under the /ext3fs mountpoint."
 msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:4284
+#: ../src/guestfs-actions.pod:4290
 msgid ""
 "C<guestfs_mkmountpoint> is not compatible with C<guestfs_umount_all>.  You "
 "may get unexpected errors if you try to mix these calls.  It is safest to "
@@ -14119,7 +14122,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:4288
+#: ../src/guestfs-actions.pod:4294
 msgid ""
 "C<guestfs_umount_all> unmounts filesystems by sorting the paths longest "
 "first, so for this to work for manual mountpoints, you must ensure that the "
@@ -14129,14 +14132,14 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:4293 ../fish/guestfish-actions.pod:2881
+#: ../src/guestfs-actions.pod:4299 ../fish/guestfish-actions.pod:2887
 msgid ""
 "For more details see L<https://bugzilla.redhat.com/show_bug.cgi?id=599503>"
 msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:4295
+#: ../src/guestfs-actions.pod:4301
 msgid ""
 "Autosync [see C<guestfs_set_autosync>, this is set by default on handles] "
 "means that C<guestfs_umount_all> is called when the handle is closed which "
@@ -14145,20 +14148,20 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:4301 ../src/guestfs-actions.pod:4560
-#: ../src/guestfs-actions.pod:5453
+#: ../src/guestfs-actions.pod:4307 ../src/guestfs-actions.pod:4566
+#: ../src/guestfs-actions.pod:5459
 msgid "(Added in 1.0.62)"
 msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../src/guestfs-actions.pod:4303
+#: ../src/guestfs-actions.pod:4309
 msgid "guestfs_mknod"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../src/guestfs-actions.pod:4305
+#: ../src/guestfs-actions.pod:4311
 #, no-wrap
 msgid ""
 " int\n"
@@ -14172,14 +14175,14 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:4312 ../fish/guestfish-actions.pod:2891
+#: ../src/guestfs-actions.pod:4318 ../fish/guestfish-actions.pod:2897
 msgid ""
 "This call creates block or character special devices, or named pipes (FIFOs)."
 msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:4315 ../fish/guestfish-actions.pod:2894
+#: ../src/guestfs-actions.pod:4321 ../fish/guestfish-actions.pod:2900
 msgid ""
 "The C<mode> parameter should be the mode, using the standard constants.  "
 "C<devmajor> and C<devminor> are the device major and minor numbers, only "
@@ -14188,7 +14191,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:4320
+#: ../src/guestfs-actions.pod:4326
 msgid ""
 "Note that, just like L<mknod(2)>, the mode must be bitwise OR'd with "
 "S_IFBLK, S_IFCHR, S_IFIFO or S_IFSOCK (otherwise this call just creates a "
@@ -14200,13 +14203,13 @@ msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../src/guestfs-actions.pod:4334
+#: ../src/guestfs-actions.pod:4340
 msgid "guestfs_mknod_b"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../src/guestfs-actions.pod:4336
+#: ../src/guestfs-actions.pod:4342
 #, no-wrap
 msgid ""
 " int\n"
@@ -14220,7 +14223,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:4343
+#: ../src/guestfs-actions.pod:4349
 msgid ""
 "This call creates a block device node called C<path> with mode C<mode> and "
 "device major/minor C<devmajor> and C<devminor>.  It is just a convenient "
@@ -14229,13 +14232,13 @@ msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../src/guestfs-actions.pod:4353
+#: ../src/guestfs-actions.pod:4359
 msgid "guestfs_mknod_c"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../src/guestfs-actions.pod:4355
+#: ../src/guestfs-actions.pod:4361
 #, no-wrap
 msgid ""
 " int\n"
@@ -14249,7 +14252,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:4362
+#: ../src/guestfs-actions.pod:4368
 msgid ""
 "This call creates a char device node called C<path> with mode C<mode> and "
 "device major/minor C<devmajor> and C<devminor>.  It is just a convenient "
@@ -14258,13 +14261,13 @@ msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../src/guestfs-actions.pod:4372
+#: ../src/guestfs-actions.pod:4378
 msgid "guestfs_mkswap"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../src/guestfs-actions.pod:4374
+#: ../src/guestfs-actions.pod:4380
 #, no-wrap
 msgid ""
 " int\n"
@@ -14275,19 +14278,19 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:4378 ../fish/guestfish-actions.pod:2933
+#: ../src/guestfs-actions.pod:4384 ../fish/guestfish-actions.pod:2939
 msgid "Create a swap partition on C<device>."
 msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../src/guestfs-actions.pod:4384
+#: ../src/guestfs-actions.pod:4390
 msgid "guestfs_mkswap_L"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../src/guestfs-actions.pod:4386
+#: ../src/guestfs-actions.pod:4392
 #, no-wrap
 msgid ""
 " int\n"
@@ -14299,13 +14302,13 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:4391 ../fish/guestfish-actions.pod:2939
+#: ../src/guestfs-actions.pod:4397 ../fish/guestfish-actions.pod:2945
 msgid "Create a swap partition on C<device> with label C<label>."
 msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:4393 ../fish/guestfish-actions.pod:2941
+#: ../src/guestfs-actions.pod:4399 ../fish/guestfish-actions.pod:2947
 msgid ""
 "Note that you cannot attach a swap label to a block device (eg. C</dev/"
 "sda>), just to a partition.  This appears to be a limitation of the kernel "
@@ -14314,13 +14317,13 @@ msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../src/guestfs-actions.pod:4401
+#: ../src/guestfs-actions.pod:4407
 msgid "guestfs_mkswap_U"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../src/guestfs-actions.pod:4403
+#: ../src/guestfs-actions.pod:4409
 #, no-wrap
 msgid ""
 " int\n"
@@ -14332,19 +14335,19 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:4408 ../fish/guestfish-actions.pod:2949
+#: ../src/guestfs-actions.pod:4414 ../fish/guestfish-actions.pod:2955
 msgid "Create a swap partition on C<device> with UUID C<uuid>."
 msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../src/guestfs-actions.pod:4414
+#: ../src/guestfs-actions.pod:4420
 msgid "guestfs_mkswap_file"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../src/guestfs-actions.pod:4416
+#: ../src/guestfs-actions.pod:4422
 #, no-wrap
 msgid ""
 " int\n"
@@ -14355,13 +14358,13 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:4420 ../fish/guestfish-actions.pod:2955
+#: ../src/guestfs-actions.pod:4426 ../fish/guestfish-actions.pod:2961
 msgid "Create a swap file."
 msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:4422
+#: ../src/guestfs-actions.pod:4428
 msgid ""
 "This command just writes a swap file signature to an existing file.  To "
 "create the file itself, use something like C<guestfs_fallocate>."
@@ -14369,13 +14372,13 @@ msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../src/guestfs-actions.pod:4429
+#: ../src/guestfs-actions.pod:4435
 msgid "guestfs_modprobe"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../src/guestfs-actions.pod:4431
+#: ../src/guestfs-actions.pod:4437
 #, no-wrap
 msgid ""
 " int\n"
@@ -14386,13 +14389,13 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:4435 ../fish/guestfish-actions.pod:2964
+#: ../src/guestfs-actions.pod:4441 ../fish/guestfish-actions.pod:2970
 msgid "This loads a kernel module in the appliance."
 msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:4437 ../fish/guestfish-actions.pod:2966
+#: ../src/guestfs-actions.pod:4443 ../fish/guestfish-actions.pod:2972
 msgid ""
 "The kernel module must have been whitelisted when libguestfs was built (see "
 "C<appliance/kmod.whitelist.in> in the source)."
@@ -14400,13 +14403,13 @@ msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../src/guestfs-actions.pod:4444
+#: ../src/guestfs-actions.pod:4450
 msgid "guestfs_mount"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../src/guestfs-actions.pod:4446
+#: ../src/guestfs-actions.pod:4452
 #, no-wrap
 msgid ""
 " int\n"
@@ -14418,7 +14421,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:4451 ../fish/guestfish-actions.pod:2973
+#: ../src/guestfs-actions.pod:4457 ../fish/guestfish-actions.pod:2979
 msgid ""
 "Mount a guest disk at a position in the filesystem.  Block devices are named "
 "C</dev/sda>, C</dev/sdb> and so on, as they were added to the guest.  If "
@@ -14428,7 +14431,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:4457 ../fish/guestfish-actions.pod:2979
+#: ../src/guestfs-actions.pod:4463 ../fish/guestfish-actions.pod:2985
 msgid ""
 "The rules are the same as for L<mount(2)>: A filesystem must first be "
 "mounted on C</> before others can be mounted.  Other filesystems can only be "
@@ -14437,7 +14440,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:4462 ../fish/guestfish-actions.pod:2984
+#: ../src/guestfs-actions.pod:4468 ../fish/guestfish-actions.pod:2990
 msgid ""
 "The mounted filesystem is writable, if we have sufficient permissions on the "
 "underlying device."
@@ -14445,7 +14448,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:4465
+#: ../src/guestfs-actions.pod:4471
 msgid ""
 "B<Important note:> When you use this call, the filesystem options C<sync> "
 "and C<noatime> are set implicitly.  This was originally done because we "
@@ -14458,13 +14461,13 @@ msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../src/guestfs-actions.pod:4479
+#: ../src/guestfs-actions.pod:4485
 msgid "guestfs_mount_loop"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../src/guestfs-actions.pod:4481
+#: ../src/guestfs-actions.pod:4487
 #, no-wrap
 msgid ""
 " int\n"
@@ -14476,7 +14479,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:4486 ../fish/guestfish-actions.pod:3001
+#: ../src/guestfs-actions.pod:4492 ../fish/guestfish-actions.pod:3007
 msgid ""
 "This command lets you mount C<file> (a filesystem image in a file) on a "
 "mount point.  It is entirely equivalent to the command C<mount -o loop file "
@@ -14485,13 +14488,13 @@ msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../src/guestfs-actions.pod:4494
+#: ../src/guestfs-actions.pod:4500
 msgid "guestfs_mount_options"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../src/guestfs-actions.pod:4496
+#: ../src/guestfs-actions.pod:4502
 #, no-wrap
 msgid ""
 " int\n"
@@ -14504,7 +14507,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:4502
+#: ../src/guestfs-actions.pod:4508
 msgid ""
 "This is the same as the C<guestfs_mount> command, but it allows you to set "
 "the mount options as for the L<mount(8)> I<-o> flag."
@@ -14512,7 +14515,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:4506 ../fish/guestfish-actions.pod:3013
+#: ../src/guestfs-actions.pod:4512 ../fish/guestfish-actions.pod:3019
 msgid ""
 "If the C<options> parameter is an empty string, then no options are passed "
 "(all options default to whatever the filesystem uses)."
@@ -14520,20 +14523,20 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:4512 ../src/guestfs-actions.pod:4526
-#: ../src/guestfs-actions.pod:4543
+#: ../src/guestfs-actions.pod:4518 ../src/guestfs-actions.pod:4532
+#: ../src/guestfs-actions.pod:4549
 msgid "(Added in 1.0.10)"
 msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../src/guestfs-actions.pod:4514
+#: ../src/guestfs-actions.pod:4520
 msgid "guestfs_mount_ro"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../src/guestfs-actions.pod:4516
+#: ../src/guestfs-actions.pod:4522
 #, no-wrap
 msgid ""
 " int\n"
@@ -14545,7 +14548,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:4521
+#: ../src/guestfs-actions.pod:4527
 msgid ""
 "This is the same as the C<guestfs_mount> command, but it mounts the "
 "filesystem with the read-only (I<-o ro>) flag."
@@ -14553,13 +14556,13 @@ msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../src/guestfs-actions.pod:4528
+#: ../src/guestfs-actions.pod:4534
 msgid "guestfs_mount_vfs"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../src/guestfs-actions.pod:4530
+#: ../src/guestfs-actions.pod:4536
 #, no-wrap
 msgid ""
 " int\n"
@@ -14573,7 +14576,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:4537
+#: ../src/guestfs-actions.pod:4543
 msgid ""
 "This is the same as the C<guestfs_mount> command, but it allows you to set "
 "both the mount options and the vfstype as for the L<mount(8)> I<-o> and I<-"
@@ -14582,13 +14585,13 @@ msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../src/guestfs-actions.pod:4545
+#: ../src/guestfs-actions.pod:4551
 msgid "guestfs_mountpoints"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../src/guestfs-actions.pod:4547
+#: ../src/guestfs-actions.pod:4553
 #, no-wrap
 msgid ""
 " char **\n"
@@ -14598,7 +14601,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:4550
+#: ../src/guestfs-actions.pod:4556
 msgid ""
 "This call is similar to C<guestfs_mounts>.  That call returns a list of "
 "devices.  This one returns a hash table (map) of device name to directory "
@@ -14607,13 +14610,13 @@ msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../src/guestfs-actions.pod:4562
+#: ../src/guestfs-actions.pod:4568
 msgid "guestfs_mounts"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../src/guestfs-actions.pod:4564
+#: ../src/guestfs-actions.pod:4570
 #, no-wrap
 msgid ""
 " char **\n"
@@ -14623,7 +14626,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:4567 ../fish/guestfish-actions.pod:3044
+#: ../src/guestfs-actions.pod:4573 ../fish/guestfish-actions.pod:3050
 msgid ""
 "This returns the list of currently mounted filesystems.  It returns the list "
 "of devices (eg. C</dev/sda1>, C</dev/VG/LV>)."
@@ -14631,25 +14634,25 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:4570 ../fish/guestfish-actions.pod:3047
+#: ../src/guestfs-actions.pod:4576 ../fish/guestfish-actions.pod:3053
 msgid "Some internal mounts are not shown."
 msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:4572
+#: ../src/guestfs-actions.pod:4578
 msgid "See also: C<guestfs_mountpoints>"
 msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../src/guestfs-actions.pod:4580
+#: ../src/guestfs-actions.pod:4586
 msgid "guestfs_mv"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../src/guestfs-actions.pod:4582
+#: ../src/guestfs-actions.pod:4588
 #, no-wrap
 msgid ""
 " int\n"
@@ -14661,7 +14664,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:4587 ../fish/guestfish-actions.pod:3055
+#: ../src/guestfs-actions.pod:4593 ../fish/guestfish-actions.pod:3061
 msgid ""
 "This moves a file from C<src> to C<dest> where C<dest> is either a "
 "destination filename or destination directory."
@@ -14669,13 +14672,13 @@ msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../src/guestfs-actions.pod:4594
+#: ../src/guestfs-actions.pod:4600
 msgid "guestfs_ntfs_3g_probe"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../src/guestfs-actions.pod:4596
+#: ../src/guestfs-actions.pod:4602
 #, no-wrap
 msgid ""
 " int\n"
@@ -14687,7 +14690,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:4601 ../fish/guestfish-actions.pod:3062
+#: ../src/guestfs-actions.pod:4607 ../fish/guestfish-actions.pod:3068
 msgid ""
 "This command runs the L<ntfs-3g.probe(8)> command which probes an NTFS "
 "C<device> for mountability.  (Not all NTFS volumes can be mounted read-"
@@ -14696,7 +14699,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:4605 ../fish/guestfish-actions.pod:3066
+#: ../src/guestfs-actions.pod:4611 ../fish/guestfish-actions.pod:3072
 msgid ""
 "C<rw> is a boolean flag.  Set it to true if you want to test if the volume "
 "can be mounted read-write.  Set it to false if you want to test if the "
@@ -14705,7 +14708,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:4609 ../fish/guestfish-actions.pod:3070
+#: ../src/guestfs-actions.pod:4615 ../fish/guestfish-actions.pod:3076
 msgid ""
 "The return value is an integer which C<0> if the operation would succeed, or "
 "some non-zero value documented in the L<ntfs-3g.probe(8)> manual page."
@@ -14713,19 +14716,19 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:4615
+#: ../src/guestfs-actions.pod:4621
 msgid "(Added in 1.0.43)"
 msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../src/guestfs-actions.pod:4617
+#: ../src/guestfs-actions.pod:4623
 msgid "guestfs_ntfsresize"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../src/guestfs-actions.pod:4619
+#: ../src/guestfs-actions.pod:4625
 #, no-wrap
 msgid ""
 " int\n"
@@ -14736,7 +14739,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:4623 ../fish/guestfish-actions.pod:3078
+#: ../src/guestfs-actions.pod:4629 ../fish/guestfish-actions.pod:3084
 msgid ""
 "This command resizes an NTFS filesystem, expanding or shrinking it to the "
 "size of the underlying device.  See also L<ntfsresize(8)>."
@@ -14744,13 +14747,13 @@ msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../src/guestfs-actions.pod:4631
+#: ../src/guestfs-actions.pod:4637
 msgid "guestfs_ntfsresize_size"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../src/guestfs-actions.pod:4633
+#: ../src/guestfs-actions.pod:4639
 #, no-wrap
 msgid ""
 " int\n"
@@ -14762,7 +14765,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:4638
+#: ../src/guestfs-actions.pod:4644
 msgid ""
 "This command is the same as C<guestfs_ntfsresize> except that it allows you "
 "to specify the new size (in bytes) explicitly."
@@ -14770,21 +14773,21 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:4643 ../src/guestfs-actions.pod:5079
-#: ../src/guestfs-actions.pod:5152 ../src/guestfs-actions.pod:5401
-#: ../src/guestfs-actions.pod:6940
+#: ../src/guestfs-actions.pod:4649 ../src/guestfs-actions.pod:5085
+#: ../src/guestfs-actions.pod:5158 ../src/guestfs-actions.pod:5407
+#: ../src/guestfs-actions.pod:6946
 msgid "(Added in 1.3.14)"
 msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../src/guestfs-actions.pod:4645
+#: ../src/guestfs-actions.pod:4651
 msgid "guestfs_part_add"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../src/guestfs-actions.pod:4647
+#: ../src/guestfs-actions.pod:4653
 #, no-wrap
 msgid ""
 " int\n"
@@ -14798,7 +14801,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:4654
+#: ../src/guestfs-actions.pod:4660
 msgid ""
 "This command adds a partition to C<device>.  If there is no partition table "
 "on the device, call C<guestfs_part_init> first."
@@ -14806,7 +14809,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:4657 ../fish/guestfish-actions.pod:3096
+#: ../src/guestfs-actions.pod:4663 ../fish/guestfish-actions.pod:3102
 msgid ""
 "The C<prlogex> parameter is the type of partition.  Normally you should pass "
 "C<p> or C<primary> here, but MBR partition tables also support C<l> (or "
@@ -14815,7 +14818,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:4662 ../fish/guestfish-actions.pod:3101
+#: ../src/guestfs-actions.pod:4668 ../fish/guestfish-actions.pod:3107
 msgid ""
 "C<startsect> and C<endsect> are the start and end of the partition in "
 "I<sectors>.  C<endsect> may be negative, which means it counts backwards "
@@ -14824,7 +14827,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:4666
+#: ../src/guestfs-actions.pod:4672
 msgid ""
 "Creating a partition which covers the whole disk is not so easy.  Use "
 "C<guestfs_part_disk> to do that."
@@ -14832,22 +14835,22 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:4671 ../src/guestfs-actions.pod:4709
-#: ../src/guestfs-actions.pod:4762 ../src/guestfs-actions.pod:4840
-#: ../src/guestfs-actions.pod:4878 ../src/guestfs-actions.pod:4897
-#: ../src/guestfs-actions.pod:4937
+#: ../src/guestfs-actions.pod:4677 ../src/guestfs-actions.pod:4715
+#: ../src/guestfs-actions.pod:4768 ../src/guestfs-actions.pod:4846
+#: ../src/guestfs-actions.pod:4884 ../src/guestfs-actions.pod:4903
+#: ../src/guestfs-actions.pod:4943
 msgid "(Added in 1.0.78)"
 msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../src/guestfs-actions.pod:4673
+#: ../src/guestfs-actions.pod:4679
 msgid "guestfs_part_del"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../src/guestfs-actions.pod:4675
+#: ../src/guestfs-actions.pod:4681
 #, no-wrap
 msgid ""
 " int\n"
@@ -14859,13 +14862,13 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:4680 ../fish/guestfish-actions.pod:3112
+#: ../src/guestfs-actions.pod:4686 ../fish/guestfish-actions.pod:3118
 msgid "This command deletes the partition numbered C<partnum> on C<device>."
 msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:4682 ../fish/guestfish-actions.pod:3114
+#: ../src/guestfs-actions.pod:4688 ../fish/guestfish-actions.pod:3120
 msgid ""
 "Note that in the case of MBR partitioning, deleting an extended partition "
 "also deletes any logical partitions it contains."
@@ -14873,13 +14876,13 @@ msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../src/guestfs-actions.pod:4690
+#: ../src/guestfs-actions.pod:4696
 msgid "guestfs_part_disk"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../src/guestfs-actions.pod:4692
+#: ../src/guestfs-actions.pod:4698
 #, no-wrap
 msgid ""
 " int\n"
@@ -14891,7 +14894,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:4697
+#: ../src/guestfs-actions.pod:4703
 msgid ""
 "This command is simply a combination of C<guestfs_part_init> followed by "
 "C<guestfs_part_add> to create a single primary partition covering the whole "
@@ -14900,7 +14903,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:4701
+#: ../src/guestfs-actions.pod:4707
 msgid ""
 "C<parttype> is the partition table type, usually C<mbr> or C<gpt>, but other "
 "possible values are described in C<guestfs_part_init>."
@@ -14908,13 +14911,13 @@ msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../src/guestfs-actions.pod:4711
+#: ../src/guestfs-actions.pod:4717
 msgid "guestfs_part_get_bootable"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../src/guestfs-actions.pod:4713
+#: ../src/guestfs-actions.pod:4719
 #, no-wrap
 msgid ""
 " int\n"
@@ -14926,7 +14929,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:4718 ../fish/guestfish-actions.pod:3136
+#: ../src/guestfs-actions.pod:4724 ../fish/guestfish-actions.pod:3142
 msgid ""
 "This command returns true if the partition C<partnum> on C<device> has the "
 "bootable flag set."
@@ -14934,19 +14937,19 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:4721
+#: ../src/guestfs-actions.pod:4727
 msgid "See also C<guestfs_part_set_bootable>."
 msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../src/guestfs-actions.pod:4727
+#: ../src/guestfs-actions.pod:4733
 msgid "guestfs_part_get_mbr_id"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../src/guestfs-actions.pod:4729
+#: ../src/guestfs-actions.pod:4735
 #, no-wrap
 msgid ""
 " int\n"
@@ -14958,7 +14961,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:4734 ../fish/guestfish-actions.pod:3145
+#: ../src/guestfs-actions.pod:4740 ../fish/guestfish-actions.pod:3151
 msgid ""
 "Returns the MBR type byte (also known as the ID byte) from the numbered "
 "partition C<partnum>."
@@ -14966,7 +14969,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:4737 ../src/guestfs-actions.pod:4913
+#: ../src/guestfs-actions.pod:4743 ../src/guestfs-actions.pod:4919
 msgid ""
 "Note that only MBR (old DOS-style) partitions have type bytes.  You will get "
 "undefined results for other partition table types (see "
@@ -14975,13 +14978,13 @@ msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../src/guestfs-actions.pod:4745
+#: ../src/guestfs-actions.pod:4751
 msgid "guestfs_part_get_parttype"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../src/guestfs-actions.pod:4747
+#: ../src/guestfs-actions.pod:4753
 #, no-wrap
 msgid ""
 " char *\n"
@@ -14992,7 +14995,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:4751 ../fish/guestfish-actions.pod:3156
+#: ../src/guestfs-actions.pod:4757 ../fish/guestfish-actions.pod:3162
 msgid ""
 "This command examines the partition table on C<device> and returns the "
 "partition table type (format) being used."
@@ -15000,7 +15003,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:4754
+#: ../src/guestfs-actions.pod:4760
 msgid ""
 "Common return values include: C<msdos> (a DOS/Windows style MBR partition "
 "table), C<gpt> (a GPT/EFI-style partition table).  Other values are "
@@ -15009,13 +15012,13 @@ msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../src/guestfs-actions.pod:4764
+#: ../src/guestfs-actions.pod:4770
 msgid "guestfs_part_init"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../src/guestfs-actions.pod:4766
+#: ../src/guestfs-actions.pod:4772
 #, no-wrap
 msgid ""
 " int\n"
@@ -15027,7 +15030,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:4771 ../fish/guestfish-actions.pod:3168
+#: ../src/guestfs-actions.pod:4777 ../fish/guestfish-actions.pod:3174
 msgid ""
 "This creates an empty partition table on C<device> of one of the partition "
 "types listed below.  Usually C<parttype> should be either C<msdos> or C<gpt> "
@@ -15036,7 +15039,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:4775
+#: ../src/guestfs-actions.pod:4781
 msgid ""
 "Initially there are no partitions.  Following this, you should call "
 "C<guestfs_part_add> for each partition required."
@@ -15044,25 +15047,25 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:4778 ../fish/guestfish-actions.pod:3175
+#: ../src/guestfs-actions.pod:4784 ../fish/guestfish-actions.pod:3181
 msgid "Possible values for C<parttype> are:"
 msgstr ""
 
 # type: =item
 #. type: =item
-#: ../src/guestfs-actions.pod:4782 ../fish/guestfish-actions.pod:3179
+#: ../src/guestfs-actions.pod:4788 ../fish/guestfish-actions.pod:3185
 msgid "B<efi> | B<gpt>"
 msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:4784 ../fish/guestfish-actions.pod:3181
+#: ../src/guestfs-actions.pod:4790 ../fish/guestfish-actions.pod:3187
 msgid "Intel EFI / GPT partition table."
 msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:4786 ../fish/guestfish-actions.pod:3183
+#: ../src/guestfs-actions.pod:4792 ../fish/guestfish-actions.pod:3189
 msgid ""
 "This is recommended for >= 2 TB partitions that will be accessed from Linux "
 "and Intel-based Mac OS X.  It also has limited backwards compatibility with "
@@ -15071,13 +15074,13 @@ msgstr ""
 
 # type: =item
 #. type: =item
-#: ../src/guestfs-actions.pod:4790 ../fish/guestfish-actions.pod:3187
+#: ../src/guestfs-actions.pod:4796 ../fish/guestfish-actions.pod:3193
 msgid "B<mbr> | B<msdos>"
 msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:4792 ../fish/guestfish-actions.pod:3189
+#: ../src/guestfs-actions.pod:4798 ../fish/guestfish-actions.pod:3195
 msgid ""
 "The standard PC \"Master Boot Record\" (MBR) format used by MS-DOS and "
 "Windows.  This partition type will B<only> work for device sizes up to 2 "
@@ -15086,116 +15089,116 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:4799 ../fish/guestfish-actions.pod:3196
+#: ../src/guestfs-actions.pod:4805 ../fish/guestfish-actions.pod:3202
 msgid ""
 "Other partition table types that may work but are not supported include:"
 msgstr ""
 
 # type: =item
 #. type: =item
-#: ../src/guestfs-actions.pod:4804 ../fish/guestfish-actions.pod:3201
+#: ../src/guestfs-actions.pod:4810 ../fish/guestfish-actions.pod:3207
 msgid "B<aix>"
 msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:4806 ../fish/guestfish-actions.pod:3203
+#: ../src/guestfs-actions.pod:4812 ../fish/guestfish-actions.pod:3209
 msgid "AIX disk labels."
 msgstr ""
 
 # type: =item
 #. type: =item
-#: ../src/guestfs-actions.pod:4808 ../fish/guestfish-actions.pod:3205
+#: ../src/guestfs-actions.pod:4814 ../fish/guestfish-actions.pod:3211
 msgid "B<amiga> | B<rdb>"
 msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:4810 ../fish/guestfish-actions.pod:3207
+#: ../src/guestfs-actions.pod:4816 ../fish/guestfish-actions.pod:3213
 msgid "Amiga \"Rigid Disk Block\" format."
 msgstr ""
 
 # type: =item
 #. type: =item
-#: ../src/guestfs-actions.pod:4812 ../fish/guestfish-actions.pod:3209
+#: ../src/guestfs-actions.pod:4818 ../fish/guestfish-actions.pod:3215
 msgid "B<bsd>"
 msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:4814 ../fish/guestfish-actions.pod:3211
+#: ../src/guestfs-actions.pod:4820 ../fish/guestfish-actions.pod:3217
 msgid "BSD disk labels."
 msgstr ""
 
 # type: =item
 #. type: =item
-#: ../src/guestfs-actions.pod:4816 ../fish/guestfish-actions.pod:3213
+#: ../src/guestfs-actions.pod:4822 ../fish/guestfish-actions.pod:3219
 msgid "B<dasd>"
 msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:4818 ../fish/guestfish-actions.pod:3215
+#: ../src/guestfs-actions.pod:4824 ../fish/guestfish-actions.pod:3221
 msgid "DASD, used on IBM mainframes."
 msgstr ""
 
 # type: =item
 #. type: =item
-#: ../src/guestfs-actions.pod:4820 ../fish/guestfish-actions.pod:3217
+#: ../src/guestfs-actions.pod:4826 ../fish/guestfish-actions.pod:3223
 msgid "B<dvh>"
 msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:4822 ../fish/guestfish-actions.pod:3219
+#: ../src/guestfs-actions.pod:4828 ../fish/guestfish-actions.pod:3225
 msgid "MIPS/SGI volumes."
 msgstr ""
 
 # type: =item
 #. type: =item
-#: ../src/guestfs-actions.pod:4824 ../fish/guestfish-actions.pod:3221
+#: ../src/guestfs-actions.pod:4830 ../fish/guestfish-actions.pod:3227
 msgid "B<mac>"
 msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:4826 ../fish/guestfish-actions.pod:3223
+#: ../src/guestfs-actions.pod:4832 ../fish/guestfish-actions.pod:3229
 msgid "Old Mac partition format.  Modern Macs use C<gpt>."
 msgstr ""
 
 # type: =item
 #. type: =item
-#: ../src/guestfs-actions.pod:4828 ../fish/guestfish-actions.pod:3225
+#: ../src/guestfs-actions.pod:4834 ../fish/guestfish-actions.pod:3231
 msgid "B<pc98>"
 msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:4830 ../fish/guestfish-actions.pod:3227
+#: ../src/guestfs-actions.pod:4836 ../fish/guestfish-actions.pod:3233
 msgid "NEC PC-98 format, common in Japan apparently."
 msgstr ""
 
 # type: =item
 #. type: =item
-#: ../src/guestfs-actions.pod:4832 ../fish/guestfish-actions.pod:3229
+#: ../src/guestfs-actions.pod:4838 ../fish/guestfish-actions.pod:3235
 msgid "B<sun>"
 msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:4834 ../fish/guestfish-actions.pod:3231
+#: ../src/guestfs-actions.pod:4840 ../fish/guestfish-actions.pod:3237
 msgid "Sun disk labels."
 msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../src/guestfs-actions.pod:4842
+#: ../src/guestfs-actions.pod:4848
 msgid "guestfs_part_list"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../src/guestfs-actions.pod:4844
+#: ../src/guestfs-actions.pod:4850
 #, no-wrap
 msgid ""
 " struct guestfs_partition_list *\n"
@@ -15206,7 +15209,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:4848 ../fish/guestfish-actions.pod:3239
+#: ../src/guestfs-actions.pod:4854 ../fish/guestfish-actions.pod:3245
 msgid ""
 "This command parses the partition table on C<device> and returns the list of "
 "partitions found."
@@ -15214,31 +15217,31 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:4851 ../fish/guestfish-actions.pod:3242
+#: ../src/guestfs-actions.pod:4857 ../fish/guestfish-actions.pod:3248
 msgid "The fields in the returned structure are:"
 msgstr ""
 
 # type: =item
 #. type: =item
-#: ../src/guestfs-actions.pod:4855 ../fish/guestfish-actions.pod:3246
+#: ../src/guestfs-actions.pod:4861 ../fish/guestfish-actions.pod:3252
 msgid "B<part_num>"
 msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:4857 ../fish/guestfish-actions.pod:3248
+#: ../src/guestfs-actions.pod:4863 ../fish/guestfish-actions.pod:3254
 msgid "Partition number, counting from 1."
 msgstr ""
 
 # type: =item
 #. type: =item
-#: ../src/guestfs-actions.pod:4859 ../fish/guestfish-actions.pod:3250
+#: ../src/guestfs-actions.pod:4865 ../fish/guestfish-actions.pod:3256
 msgid "B<part_start>"
 msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:4861
+#: ../src/guestfs-actions.pod:4867
 msgid ""
 "Start of the partition I<in bytes>.  To get sectors you have to divide by "
 "the device's sector size, see C<guestfs_blockdev_getss>."
@@ -15246,31 +15249,31 @@ msgstr ""
 
 # type: =item
 #. type: =item
-#: ../src/guestfs-actions.pod:4864 ../fish/guestfish-actions.pod:3255
+#: ../src/guestfs-actions.pod:4870 ../fish/guestfish-actions.pod:3261
 msgid "B<part_end>"
 msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:4866 ../fish/guestfish-actions.pod:3257
+#: ../src/guestfs-actions.pod:4872 ../fish/guestfish-actions.pod:3263
 msgid "End of the partition in bytes."
 msgstr ""
 
 # type: =item
 #. type: =item
-#: ../src/guestfs-actions.pod:4868 ../fish/guestfish-actions.pod:3259
+#: ../src/guestfs-actions.pod:4874 ../fish/guestfish-actions.pod:3265
 msgid "B<part_size>"
 msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:4870 ../fish/guestfish-actions.pod:3261
+#: ../src/guestfs-actions.pod:4876 ../fish/guestfish-actions.pod:3267
 msgid "Size of the partition in bytes."
 msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:4874
+#: ../src/guestfs-actions.pod:4880
 msgid ""
 "This function returns a C<struct guestfs_partition_list *>, or NULL if there "
 "was an error.  I<The caller must call C<guestfs_free_partition_list> after "
@@ -15279,13 +15282,13 @@ msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../src/guestfs-actions.pod:4880
+#: ../src/guestfs-actions.pod:4886
 msgid "guestfs_part_set_bootable"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../src/guestfs-actions.pod:4882
+#: ../src/guestfs-actions.pod:4888
 #, no-wrap
 msgid ""
 " int\n"
@@ -15298,7 +15301,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:4888 ../fish/guestfish-actions.pod:3269
+#: ../src/guestfs-actions.pod:4894 ../fish/guestfish-actions.pod:3275
 msgid ""
 "This sets the bootable flag on partition numbered C<partnum> on device "
 "C<device>.  Note that partitions are numbered from 1."
@@ -15306,7 +15309,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:4891 ../fish/guestfish-actions.pod:3272
+#: ../src/guestfs-actions.pod:4897 ../fish/guestfish-actions.pod:3278
 msgid ""
 "The bootable flag is used by some operating systems (notably Windows) to "
 "determine which partition to boot from.  It is by no means universally "
@@ -15315,13 +15318,13 @@ msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../src/guestfs-actions.pod:4899
+#: ../src/guestfs-actions.pod:4905
 msgid "guestfs_part_set_mbr_id"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../src/guestfs-actions.pod:4901
+#: ../src/guestfs-actions.pod:4907
 #, no-wrap
 msgid ""
 " int\n"
@@ -15334,7 +15337,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:4907 ../fish/guestfish-actions.pod:3280
+#: ../src/guestfs-actions.pod:4913 ../fish/guestfish-actions.pod:3286
 msgid ""
 "Sets the MBR type byte (also known as the ID byte) of the numbered partition "
 "C<partnum> to C<idbyte>.  Note that the type bytes quoted in most "
@@ -15344,13 +15347,13 @@ msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../src/guestfs-actions.pod:4921
+#: ../src/guestfs-actions.pod:4927
 msgid "guestfs_part_set_name"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../src/guestfs-actions.pod:4923
+#: ../src/guestfs-actions.pod:4929
 #, no-wrap
 msgid ""
 " int\n"
@@ -15363,7 +15366,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:4929 ../fish/guestfish-actions.pod:3294
+#: ../src/guestfs-actions.pod:4935 ../fish/guestfish-actions.pod:3300
 msgid ""
 "This sets the partition name on partition numbered C<partnum> on device "
 "C<device>.  Note that partitions are numbered from 1."
@@ -15371,7 +15374,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:4932 ../fish/guestfish-actions.pod:3297
+#: ../src/guestfs-actions.pod:4938 ../fish/guestfish-actions.pod:3303
 msgid ""
 "The partition name can only be set on certain types of partition table.  "
 "This works on C<gpt> but not on C<mbr> partitions."
@@ -15379,13 +15382,13 @@ msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../src/guestfs-actions.pod:4939
+#: ../src/guestfs-actions.pod:4945
 msgid "guestfs_part_to_dev"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../src/guestfs-actions.pod:4941
+#: ../src/guestfs-actions.pod:4947
 #, no-wrap
 msgid ""
 " char *\n"
@@ -15396,7 +15399,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:4945 ../fish/guestfish-actions.pod:3304
+#: ../src/guestfs-actions.pod:4951 ../fish/guestfish-actions.pod:3310
 msgid ""
 "This function takes a partition name (eg. \"/dev/sdb1\") and removes the "
 "partition number, returning the device name (eg. \"/dev/sdb\")."
@@ -15404,7 +15407,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:4949
+#: ../src/guestfs-actions.pod:4955
 msgid ""
 "The named partition must exist, for example as a string returned from "
 "C<guestfs_list_partitions>."
@@ -15412,13 +15415,13 @@ msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../src/guestfs-actions.pod:4957
+#: ../src/guestfs-actions.pod:4963
 msgid "guestfs_ping_daemon"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../src/guestfs-actions.pod:4959
+#: ../src/guestfs-actions.pod:4965
 #, no-wrap
 msgid ""
 " int\n"
@@ -15428,7 +15431,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:4962 ../fish/guestfish-actions.pod:3315
+#: ../src/guestfs-actions.pod:4968 ../fish/guestfish-actions.pod:3321
 msgid ""
 "This is a test probe into the guestfs daemon running inside the qemu "
 "subprocess.  Calling this function checks that the daemon responds to the "
@@ -15438,13 +15441,13 @@ msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../src/guestfs-actions.pod:4971
+#: ../src/guestfs-actions.pod:4977
 msgid "guestfs_pread"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../src/guestfs-actions.pod:4973
+#: ../src/guestfs-actions.pod:4979
 #, no-wrap
 msgid ""
 " char *\n"
@@ -15458,7 +15461,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:4980 ../fish/guestfish-actions.pod:3324
+#: ../src/guestfs-actions.pod:4986 ../fish/guestfish-actions.pod:3330
 msgid ""
 "This command lets you read part of a file.  It reads C<count> bytes of the "
 "file, starting at C<offset>, from file C<path>."
@@ -15466,8 +15469,8 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:4983 ../src/guestfs-actions.pod:5009
-#: ../fish/guestfish-actions.pod:3327 ../fish/guestfish-actions.pod:3342
+#: ../src/guestfs-actions.pod:4989 ../src/guestfs-actions.pod:5015
+#: ../fish/guestfish-actions.pod:3333 ../fish/guestfish-actions.pod:3348
 msgid ""
 "This may read fewer bytes than requested.  For further details see the "
 "L<pread(2)> system call."
@@ -15475,19 +15478,19 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:4986
+#: ../src/guestfs-actions.pod:4992
 msgid "See also C<guestfs_pwrite>, C<guestfs_pread_device>."
 msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../src/guestfs-actions.pod:4997
+#: ../src/guestfs-actions.pod:5003
 msgid "guestfs_pread_device"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../src/guestfs-actions.pod:4999
+#: ../src/guestfs-actions.pod:5005
 #, no-wrap
 msgid ""
 " char *\n"
@@ -15501,7 +15504,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:5006 ../fish/guestfish-actions.pod:3339
+#: ../src/guestfs-actions.pod:5012 ../fish/guestfish-actions.pod:3345
 msgid ""
 "This command lets you read part of a file.  It reads C<count> bytes of "
 "C<device>, starting at C<offset>."
@@ -15509,25 +15512,25 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:5012
+#: ../src/guestfs-actions.pod:5018
 msgid "See also C<guestfs_pread>."
 msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:5021
+#: ../src/guestfs-actions.pod:5027
 msgid "(Added in 1.5.21)"
 msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../src/guestfs-actions.pod:5023
+#: ../src/guestfs-actions.pod:5029
 msgid "guestfs_pvcreate"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../src/guestfs-actions.pod:5025
+#: ../src/guestfs-actions.pod:5031
 #, no-wrap
 msgid ""
 " int\n"
@@ -15538,7 +15541,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:5029 ../fish/guestfish-actions.pod:3354
+#: ../src/guestfs-actions.pod:5035 ../fish/guestfish-actions.pod:3360
 msgid ""
 "This creates an LVM physical volume on the named C<device>, where C<device> "
 "should usually be a partition name such as C</dev/sda1>."
@@ -15546,13 +15549,13 @@ msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../src/guestfs-actions.pod:5037
+#: ../src/guestfs-actions.pod:5043
 msgid "guestfs_pvremove"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../src/guestfs-actions.pod:5039
+#: ../src/guestfs-actions.pod:5045
 #, no-wrap
 msgid ""
 " int\n"
@@ -15563,7 +15566,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:5043 ../fish/guestfish-actions.pod:3362
+#: ../src/guestfs-actions.pod:5049 ../fish/guestfish-actions.pod:3368
 msgid ""
 "This wipes a physical volume C<device> so that LVM will no longer recognise "
 "it."
@@ -15571,7 +15574,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:5046 ../fish/guestfish-actions.pod:3365
+#: ../src/guestfs-actions.pod:5052 ../fish/guestfish-actions.pod:3371
 msgid ""
 "The implementation uses the C<pvremove> command which refuses to wipe "
 "physical volumes that contain any volume groups, so you have to remove those "
@@ -15580,13 +15583,13 @@ msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../src/guestfs-actions.pod:5054
+#: ../src/guestfs-actions.pod:5060
 msgid "guestfs_pvresize"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../src/guestfs-actions.pod:5056
+#: ../src/guestfs-actions.pod:5062
 #, no-wrap
 msgid ""
 " int\n"
@@ -15597,7 +15600,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:5060 ../fish/guestfish-actions.pod:3373
+#: ../src/guestfs-actions.pod:5066 ../fish/guestfish-actions.pod:3379
 msgid ""
 "This resizes (expands or shrinks) an existing LVM physical volume to match "
 "the new size of the underlying device."
@@ -15605,13 +15608,13 @@ msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../src/guestfs-actions.pod:5067
+#: ../src/guestfs-actions.pod:5073
 msgid "guestfs_pvresize_size"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../src/guestfs-actions.pod:5069
+#: ../src/guestfs-actions.pod:5075
 #, no-wrap
 msgid ""
 " int\n"
@@ -15623,7 +15626,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:5074
+#: ../src/guestfs-actions.pod:5080
 msgid ""
 "This command is the same as C<guestfs_pvresize> except that it allows you to "
 "specify the new size (in bytes) explicitly."
@@ -15631,13 +15634,13 @@ msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../src/guestfs-actions.pod:5081
+#: ../src/guestfs-actions.pod:5087
 msgid "guestfs_pvs"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../src/guestfs-actions.pod:5083
+#: ../src/guestfs-actions.pod:5089
 #, no-wrap
 msgid ""
 " char **\n"
@@ -15647,7 +15650,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:5086 ../fish/guestfish-actions.pod:3387
+#: ../src/guestfs-actions.pod:5092 ../fish/guestfish-actions.pod:3393
 msgid ""
 "List all the physical volumes detected.  This is the equivalent of the L<pvs"
 "(8)> command."
@@ -15655,7 +15658,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:5089 ../fish/guestfish-actions.pod:3390
+#: ../src/guestfs-actions.pod:5095 ../fish/guestfish-actions.pod:3396
 msgid ""
 "This returns a list of just the device names that contain PVs (eg. C</dev/"
 "sda2>)."
@@ -15663,19 +15666,19 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:5092
+#: ../src/guestfs-actions.pod:5098
 msgid "See also C<guestfs_pvs_full>."
 msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../src/guestfs-actions.pod:5100
+#: ../src/guestfs-actions.pod:5106
 msgid "guestfs_pvs_full"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../src/guestfs-actions.pod:5102
+#: ../src/guestfs-actions.pod:5108
 #, no-wrap
 msgid ""
 " struct guestfs_lvm_pv_list *\n"
@@ -15685,7 +15688,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:5105 ../fish/guestfish-actions.pod:3399
+#: ../src/guestfs-actions.pod:5111 ../fish/guestfish-actions.pod:3405
 msgid ""
 "List all the physical volumes detected.  This is the equivalent of the L<pvs"
 "(8)> command.  The \"full\" version includes all fields."
@@ -15693,7 +15696,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:5108
+#: ../src/guestfs-actions.pod:5114
 msgid ""
 "This function returns a C<struct guestfs_lvm_pv_list *>, or NULL if there "
 "was an error.  I<The caller must call C<guestfs_free_lvm_pv_list> after use>."
@@ -15701,13 +15704,13 @@ msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../src/guestfs-actions.pod:5114
+#: ../src/guestfs-actions.pod:5120
 msgid "guestfs_pvuuid"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../src/guestfs-actions.pod:5116
+#: ../src/guestfs-actions.pod:5122
 #, no-wrap
 msgid ""
 " char *\n"
@@ -15718,19 +15721,19 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:5120 ../fish/guestfish-actions.pod:3406
+#: ../src/guestfs-actions.pod:5126 ../fish/guestfish-actions.pod:3412
 msgid "This command returns the UUID of the LVM PV C<device>."
 msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../src/guestfs-actions.pod:5127
+#: ../src/guestfs-actions.pod:5133
 msgid "guestfs_pwrite"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../src/guestfs-actions.pod:5129
+#: ../src/guestfs-actions.pod:5135
 #, no-wrap
 msgid ""
 " int\n"
@@ -15744,7 +15747,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:5136 ../fish/guestfish-actions.pod:3412
+#: ../src/guestfs-actions.pod:5142 ../fish/guestfish-actions.pod:3418
 msgid ""
 "This command writes to part of a file.  It writes the data buffer C<content> "
 "to the file C<path> starting at offset C<offset>."
@@ -15752,7 +15755,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:5139 ../fish/guestfish-actions.pod:3415
+#: ../src/guestfs-actions.pod:5145 ../fish/guestfish-actions.pod:3421
 msgid ""
 "This command implements the L<pwrite(2)> system call, and like that system "
 "call it may not write the full data requested.  The return value is the "
@@ -15763,19 +15766,19 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:5145
+#: ../src/guestfs-actions.pod:5151
 msgid "See also C<guestfs_pread>, C<guestfs_pwrite_device>."
 msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../src/guestfs-actions.pod:5154
+#: ../src/guestfs-actions.pod:5160
 msgid "guestfs_pwrite_device"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../src/guestfs-actions.pod:5156
+#: ../src/guestfs-actions.pod:5162
 #, no-wrap
 msgid ""
 " int\n"
@@ -15789,7 +15792,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:5163 ../fish/guestfish-actions.pod:3430
+#: ../src/guestfs-actions.pod:5169 ../fish/guestfish-actions.pod:3436
 msgid ""
 "This command writes to part of a device.  It writes the data buffer "
 "C<content> to C<device> starting at offset C<offset>."
@@ -15797,7 +15800,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:5166 ../fish/guestfish-actions.pod:3433
+#: ../src/guestfs-actions.pod:5172 ../fish/guestfish-actions.pod:3439
 msgid ""
 "This command implements the L<pwrite(2)> system call, and like that system "
 "call it may not write the full data requested (although short writes to disk "
@@ -15806,25 +15809,25 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:5171
+#: ../src/guestfs-actions.pod:5177
 msgid "See also C<guestfs_pwrite>."
 msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:5178
+#: ../src/guestfs-actions.pod:5184
 msgid "(Added in 1.5.20)"
 msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../src/guestfs-actions.pod:5180
+#: ../src/guestfs-actions.pod:5186
 msgid "guestfs_read_file"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../src/guestfs-actions.pod:5182
+#: ../src/guestfs-actions.pod:5188
 #, no-wrap
 msgid ""
 " char *\n"
@@ -15836,13 +15839,13 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:5187 ../fish/guestfish-actions.pod:3447
+#: ../src/guestfs-actions.pod:5193 ../fish/guestfish-actions.pod:3453
 msgid "This calls returns the contents of the file C<path> as a buffer."
 msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:5190
+#: ../src/guestfs-actions.pod:5196
 msgid ""
 "Unlike C<guestfs_cat>, this function can correctly handle files that contain "
 "embedded ASCII NUL characters.  However unlike C<guestfs_download>, this "
@@ -15851,19 +15854,19 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:5202
+#: ../src/guestfs-actions.pod:5208
 msgid "(Added in 1.0.63)"
 msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../src/guestfs-actions.pod:5204
+#: ../src/guestfs-actions.pod:5210
 msgid "guestfs_read_lines"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../src/guestfs-actions.pod:5206
+#: ../src/guestfs-actions.pod:5212
 #, no-wrap
 msgid ""
 " char **\n"
@@ -15874,7 +15877,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:5212 ../fish/guestfish-actions.pod:3464
+#: ../src/guestfs-actions.pod:5218 ../fish/guestfish-actions.pod:3470
 msgid ""
 "The file contents are returned as a list of lines.  Trailing C<LF> and "
 "C<CRLF> character sequences are I<not> returned."
@@ -15882,7 +15885,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:5215
+#: ../src/guestfs-actions.pod:5221
 msgid ""
 "Note that this function cannot correctly handle binary files (specifically, "
 "files containing C<\\0> character which is treated as end of line).  For "
@@ -15892,13 +15895,13 @@ msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../src/guestfs-actions.pod:5226
+#: ../src/guestfs-actions.pod:5232
 msgid "guestfs_readdir"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../src/guestfs-actions.pod:5228
+#: ../src/guestfs-actions.pod:5234
 #, no-wrap
 msgid ""
 " struct guestfs_dirent_list *\n"
@@ -15909,13 +15912,13 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:5232 ../fish/guestfish-actions.pod:3476
+#: ../src/guestfs-actions.pod:5238 ../fish/guestfish-actions.pod:3482
 msgid "This returns the list of directory entries in directory C<dir>."
 msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:5234 ../fish/guestfish-actions.pod:3478
+#: ../src/guestfs-actions.pod:5240 ../fish/guestfish-actions.pod:3484
 msgid ""
 "All entries in the directory are returned, including C<.> and C<..>.  The "
 "entries are I<not> sorted, but returned in the same order as the underlying "
@@ -15924,7 +15927,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:5238 ../fish/guestfish-actions.pod:3482
+#: ../src/guestfs-actions.pod:5244 ../fish/guestfish-actions.pod:3488
 msgid ""
 "Also this call returns basic file type information about each file.  The "
 "C<ftyp> field will contain one of the following characters:"
@@ -15932,116 +15935,116 @@ msgstr ""
 
 # type: =item
 #. type: =item
-#: ../src/guestfs-actions.pod:5243 ../fish/guestfish-actions.pod:3487
+#: ../src/guestfs-actions.pod:5249 ../fish/guestfish-actions.pod:3493
 msgid "'b'"
 msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:5245 ../fish/guestfish-actions.pod:3489
+#: ../src/guestfs-actions.pod:5251 ../fish/guestfish-actions.pod:3495
 msgid "Block special"
 msgstr ""
 
 # type: =item
 #. type: =item
-#: ../src/guestfs-actions.pod:5247 ../fish/guestfish-actions.pod:3491
+#: ../src/guestfs-actions.pod:5253 ../fish/guestfish-actions.pod:3497
 msgid "'c'"
 msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:5249 ../fish/guestfish-actions.pod:3493
+#: ../src/guestfs-actions.pod:5255 ../fish/guestfish-actions.pod:3499
 msgid "Char special"
 msgstr ""
 
 # type: =item
 #. type: =item
-#: ../src/guestfs-actions.pod:5251 ../fish/guestfish-actions.pod:3495
+#: ../src/guestfs-actions.pod:5257 ../fish/guestfish-actions.pod:3501
 msgid "'d'"
 msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:5253 ../fish/guestfish-actions.pod:3497
+#: ../src/guestfs-actions.pod:5259 ../fish/guestfish-actions.pod:3503
 msgid "Directory"
 msgstr ""
 
 # type: =item
 #. type: =item
-#: ../src/guestfs-actions.pod:5255 ../fish/guestfish-actions.pod:3499
+#: ../src/guestfs-actions.pod:5261 ../fish/guestfish-actions.pod:3505
 msgid "'f'"
 msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:5257 ../fish/guestfish-actions.pod:3501
+#: ../src/guestfs-actions.pod:5263 ../fish/guestfish-actions.pod:3507
 msgid "FIFO (named pipe)"
 msgstr ""
 
 # type: =item
 #. type: =item
-#: ../src/guestfs-actions.pod:5259 ../fish/guestfish-actions.pod:3503
+#: ../src/guestfs-actions.pod:5265 ../fish/guestfish-actions.pod:3509
 msgid "'l'"
 msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:5261 ../fish/guestfish-actions.pod:3505
+#: ../src/guestfs-actions.pod:5267 ../fish/guestfish-actions.pod:3511
 msgid "Symbolic link"
 msgstr ""
 
 # type: =item
 #. type: =item
-#: ../src/guestfs-actions.pod:5263 ../fish/guestfish-actions.pod:3507
+#: ../src/guestfs-actions.pod:5269 ../fish/guestfish-actions.pod:3513
 msgid "'r'"
 msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:5265 ../fish/guestfish-actions.pod:3509
+#: ../src/guestfs-actions.pod:5271 ../fish/guestfish-actions.pod:3515
 msgid "Regular file"
 msgstr ""
 
 # type: =item
 #. type: =item
-#: ../src/guestfs-actions.pod:5267 ../fish/guestfish-actions.pod:3511
+#: ../src/guestfs-actions.pod:5273 ../fish/guestfish-actions.pod:3517
 msgid "'s'"
 msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:5269 ../fish/guestfish-actions.pod:3513
+#: ../src/guestfs-actions.pod:5275 ../fish/guestfish-actions.pod:3519
 msgid "Socket"
 msgstr ""
 
 # type: =item
 #. type: =item
-#: ../src/guestfs-actions.pod:5271 ../fish/guestfish-actions.pod:3515
+#: ../src/guestfs-actions.pod:5277 ../fish/guestfish-actions.pod:3521
 msgid "'u'"
 msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:5273 ../fish/guestfish-actions.pod:3517
+#: ../src/guestfs-actions.pod:5279 ../fish/guestfish-actions.pod:3523
 msgid "Unknown file type"
 msgstr ""
 
 # type: =item
 #. type: =item
-#: ../src/guestfs-actions.pod:5275 ../fish/guestfish-actions.pod:3519
+#: ../src/guestfs-actions.pod:5281 ../fish/guestfish-actions.pod:3525
 msgid "'?'"
 msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:5277 ../fish/guestfish-actions.pod:3521
+#: ../src/guestfs-actions.pod:5283 ../fish/guestfish-actions.pod:3527
 msgid ""
 "The L<readdir(3)> call returned a C<d_type> field with an unexpected value"
 msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:5282
+#: ../src/guestfs-actions.pod:5288
 msgid ""
 "This function is primarily intended for use by programs.  To get a simple "
 "list of names, use C<guestfs_ls>.  To get a printable directory for human "
@@ -16050,7 +16053,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:5286
+#: ../src/guestfs-actions.pod:5292
 msgid ""
 "This function returns a C<struct guestfs_dirent_list *>, or NULL if there "
 "was an error.  I<The caller must call C<guestfs_free_dirent_list> after use>."
@@ -16058,13 +16061,13 @@ msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../src/guestfs-actions.pod:5292
+#: ../src/guestfs-actions.pod:5298
 msgid "guestfs_readlink"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../src/guestfs-actions.pod:5294
+#: ../src/guestfs-actions.pod:5300
 #, no-wrap
 msgid ""
 " char *\n"
@@ -16075,19 +16078,19 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:5298 ../fish/guestfish-actions.pod:3534
+#: ../src/guestfs-actions.pod:5304 ../fish/guestfish-actions.pod:3540
 msgid "This command reads the target of a symbolic link."
 msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../src/guestfs-actions.pod:5305
+#: ../src/guestfs-actions.pod:5311
 msgid "guestfs_readlinklist"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../src/guestfs-actions.pod:5307
+#: ../src/guestfs-actions.pod:5313
 #, no-wrap
 msgid ""
 " char **\n"
@@ -16099,7 +16102,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:5312 ../fish/guestfish-actions.pod:3540
+#: ../src/guestfs-actions.pod:5318 ../fish/guestfish-actions.pod:3546
 msgid ""
 "This call allows you to do a C<readlink> operation on multiple files, where "
 "all files are in the directory C<path>.  C<names> is the list of files from "
@@ -16108,7 +16111,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:5316 ../fish/guestfish-actions.pod:3544
+#: ../src/guestfs-actions.pod:5322 ../fish/guestfish-actions.pod:3550
 msgid ""
 "On return you get a list of strings, with a one-to-one correspondence to the "
 "C<names> list.  Each string is the value of the symbolic link."
@@ -16116,7 +16119,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:5320 ../fish/guestfish-actions.pod:3548
+#: ../src/guestfs-actions.pod:5326 ../fish/guestfish-actions.pod:3554
 msgid ""
 "If the C<readlink(2)> operation fails on any name, then the corresponding "
 "result string is the empty string C<\"\">.  However the whole operation is "
@@ -16127,7 +16130,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:5327 ../fish/guestfish-actions.pod:3555
+#: ../src/guestfs-actions.pod:5333 ../fish/guestfish-actions.pod:3561
 msgid ""
 "This call is intended for programs that want to efficiently list a directory "
 "contents without making many round-trips.  Very long directory listings "
@@ -16137,13 +16140,13 @@ msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../src/guestfs-actions.pod:5340
+#: ../src/guestfs-actions.pod:5346
 msgid "guestfs_realpath"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../src/guestfs-actions.pod:5342
+#: ../src/guestfs-actions.pod:5348
 #, no-wrap
 msgid ""
 " char *\n"
@@ -16154,7 +16157,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:5346 ../fish/guestfish-actions.pod:3566
+#: ../src/guestfs-actions.pod:5352 ../fish/guestfish-actions.pod:3572
 msgid ""
 "Return the canonicalized absolute pathname of C<path>.  The returned path "
 "has no C<.>, C<..> or symbolic link path elements."
@@ -16162,13 +16165,13 @@ msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../src/guestfs-actions.pod:5354
+#: ../src/guestfs-actions.pod:5360
 msgid "guestfs_removexattr"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../src/guestfs-actions.pod:5356
+#: ../src/guestfs-actions.pod:5362
 #, no-wrap
 msgid ""
 " int\n"
@@ -16180,26 +16183,26 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:5361 ../fish/guestfish-actions.pod:3573
+#: ../src/guestfs-actions.pod:5367 ../fish/guestfish-actions.pod:3579
 msgid ""
 "This call removes the extended attribute named C<xattr> of the file C<path>."
 msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:5364
+#: ../src/guestfs-actions.pod:5370
 msgid "See also: C<guestfs_lremovexattr>, L<attr(5)>."
 msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../src/guestfs-actions.pod:5370
+#: ../src/guestfs-actions.pod:5376
 msgid "guestfs_resize2fs"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../src/guestfs-actions.pod:5372
+#: ../src/guestfs-actions.pod:5378
 #, no-wrap
 msgid ""
 " int\n"
@@ -16210,7 +16213,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:5376 ../fish/guestfish-actions.pod:3582
+#: ../src/guestfs-actions.pod:5382 ../fish/guestfish-actions.pod:3588
 msgid ""
 "This resizes an ext2, ext3 or ext4 filesystem to match the size of the "
 "underlying device."
@@ -16218,7 +16221,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:5379
+#: ../src/guestfs-actions.pod:5385
 msgid ""
 "I<Note:> It is sometimes required that you run C<guestfs_e2fsck_f> on the "
 "C<device> before calling this command.  For unknown reasons C<resize2fs> "
@@ -16228,13 +16231,13 @@ msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../src/guestfs-actions.pod:5389
+#: ../src/guestfs-actions.pod:5395
 msgid "guestfs_resize2fs_size"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../src/guestfs-actions.pod:5391
+#: ../src/guestfs-actions.pod:5397
 #, no-wrap
 msgid ""
 " int\n"
@@ -16246,7 +16249,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:5396
+#: ../src/guestfs-actions.pod:5402
 msgid ""
 "This command is the same as C<guestfs_resize2fs> except that it allows you "
 "to specify the new size (in bytes) explicitly."
@@ -16254,13 +16257,13 @@ msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../src/guestfs-actions.pod:5403
+#: ../src/guestfs-actions.pod:5409
 msgid "guestfs_rm"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../src/guestfs-actions.pod:5405
+#: ../src/guestfs-actions.pod:5411
 #, no-wrap
 msgid ""
 " int\n"
@@ -16271,19 +16274,19 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:5409 ../fish/guestfish-actions.pod:3602
+#: ../src/guestfs-actions.pod:5415 ../fish/guestfish-actions.pod:3608
 msgid "Remove the single file C<path>."
 msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../src/guestfs-actions.pod:5415
+#: ../src/guestfs-actions.pod:5421
 msgid "guestfs_rm_rf"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../src/guestfs-actions.pod:5417
+#: ../src/guestfs-actions.pod:5423
 #, no-wrap
 msgid ""
 " int\n"
@@ -16294,7 +16297,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:5421 ../fish/guestfish-actions.pod:3608
+#: ../src/guestfs-actions.pod:5427 ../fish/guestfish-actions.pod:3614
 msgid ""
 "Remove the file or directory C<path>, recursively removing the contents if "
 "its a directory.  This is like the C<rm -rf> shell command."
@@ -16302,13 +16305,13 @@ msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../src/guestfs-actions.pod:5429
+#: ../src/guestfs-actions.pod:5435
 msgid "guestfs_rmdir"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../src/guestfs-actions.pod:5431
+#: ../src/guestfs-actions.pod:5437
 #, no-wrap
 msgid ""
 " int\n"
@@ -16319,19 +16322,19 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:5435 ../fish/guestfish-actions.pod:3616
+#: ../src/guestfs-actions.pod:5441 ../fish/guestfish-actions.pod:3622
 msgid "Remove the single directory C<path>."
 msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../src/guestfs-actions.pod:5441
+#: ../src/guestfs-actions.pod:5447
 msgid "guestfs_rmmountpoint"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../src/guestfs-actions.pod:5443
+#: ../src/guestfs-actions.pod:5449
 #, no-wrap
 msgid ""
 " int\n"
@@ -16342,7 +16345,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:5447
+#: ../src/guestfs-actions.pod:5453
 msgid ""
 "This calls removes a mountpoint that was previously created with "
 "C<guestfs_mkmountpoint>.  See C<guestfs_mkmountpoint> for full details."
@@ -16350,13 +16353,13 @@ msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../src/guestfs-actions.pod:5455
+#: ../src/guestfs-actions.pod:5461
 msgid "guestfs_scrub_device"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../src/guestfs-actions.pod:5457
+#: ../src/guestfs-actions.pod:5463
 #, no-wrap
 msgid ""
 " int\n"
@@ -16367,7 +16370,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:5461 ../fish/guestfish-actions.pod:3630
+#: ../src/guestfs-actions.pod:5467 ../fish/guestfish-actions.pod:3636
 msgid ""
 "This command writes patterns over C<device> to make data retrieval more "
 "difficult."
@@ -16375,9 +16378,9 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:5464 ../src/guestfs-actions.pod:5485
-#: ../src/guestfs-actions.pod:5504 ../fish/guestfish-actions.pod:3633
-#: ../fish/guestfish-actions.pod:3648 ../fish/guestfish-actions.pod:3661
+#: ../src/guestfs-actions.pod:5470 ../src/guestfs-actions.pod:5491
+#: ../src/guestfs-actions.pod:5510 ../fish/guestfish-actions.pod:3639
+#: ../fish/guestfish-actions.pod:3654 ../fish/guestfish-actions.pod:3667
 msgid ""
 "It is an interface to the L<scrub(1)> program.  See that manual page for "
 "more details."
@@ -16385,20 +16388,20 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:5472 ../src/guestfs-actions.pod:5490
-#: ../src/guestfs-actions.pod:5509
+#: ../src/guestfs-actions.pod:5478 ../src/guestfs-actions.pod:5496
+#: ../src/guestfs-actions.pod:5515
 msgid "(Added in 1.0.52)"
 msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../src/guestfs-actions.pod:5474
+#: ../src/guestfs-actions.pod:5480
 msgid "guestfs_scrub_file"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../src/guestfs-actions.pod:5476
+#: ../src/guestfs-actions.pod:5482
 #, no-wrap
 msgid ""
 " int\n"
@@ -16409,7 +16412,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:5480 ../fish/guestfish-actions.pod:3643
+#: ../src/guestfs-actions.pod:5486 ../fish/guestfish-actions.pod:3649
 msgid ""
 "This command writes patterns over a file to make data retrieval more "
 "difficult."
@@ -16417,19 +16420,19 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:5483 ../fish/guestfish-actions.pod:3646
+#: ../src/guestfs-actions.pod:5489 ../fish/guestfish-actions.pod:3652
 msgid "The file is I<removed> after scrubbing."
 msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../src/guestfs-actions.pod:5492
+#: ../src/guestfs-actions.pod:5498
 msgid "guestfs_scrub_freespace"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../src/guestfs-actions.pod:5494
+#: ../src/guestfs-actions.pod:5500
 #, no-wrap
 msgid ""
 " int\n"
@@ -16440,7 +16443,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:5498
+#: ../src/guestfs-actions.pod:5504
 msgid ""
 "This command creates the directory C<dir> and then fills it with files until "
 "the filesystem is full, and scrubs the files as for C<guestfs_scrub_file>, "
@@ -16450,13 +16453,13 @@ msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../src/guestfs-actions.pod:5511
+#: ../src/guestfs-actions.pod:5517
 msgid "guestfs_set_append"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../src/guestfs-actions.pod:5513
+#: ../src/guestfs-actions.pod:5519
 #, no-wrap
 msgid ""
 " int\n"
@@ -16467,7 +16470,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:5517 ../fish/guestfish-actions.pod:3670
+#: ../src/guestfs-actions.pod:5523 ../fish/guestfish-actions.pod:3676
 msgid ""
 "This function is used to add additional options to the guest kernel command "
 "line."
@@ -16475,7 +16478,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:5520 ../fish/guestfish-actions.pod:3673
+#: ../src/guestfs-actions.pod:5526 ../fish/guestfish-actions.pod:3679
 msgid ""
 "The default is C<NULL> unless overridden by setting C<LIBGUESTFS_APPEND> "
 "environment variable."
@@ -16483,7 +16486,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:5523 ../fish/guestfish-actions.pod:3676
+#: ../src/guestfs-actions.pod:5529 ../fish/guestfish-actions.pod:3682
 msgid ""
 "Setting C<append> to C<NULL> means I<no> additional options are passed "
 "(libguestfs always adds a few of its own)."
@@ -16491,13 +16494,13 @@ msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../src/guestfs-actions.pod:5530
+#: ../src/guestfs-actions.pod:5536
 msgid "guestfs_set_autosync"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../src/guestfs-actions.pod:5532
+#: ../src/guestfs-actions.pod:5538
 #, no-wrap
 msgid ""
 " int\n"
@@ -16508,7 +16511,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:5536
+#: ../src/guestfs-actions.pod:5542
 msgid ""
 "If C<autosync> is true, this enables autosync.  Libguestfs will make a best "
 "effort attempt to run C<guestfs_umount_all> followed by C<guestfs_sync> when "
@@ -16517,7 +16520,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:5541 ../fish/guestfish-actions.pod:3690
+#: ../src/guestfs-actions.pod:5547 ../fish/guestfish-actions.pod:3696
 msgid ""
 "This is enabled by default (since libguestfs 1.5.24, previously it was "
 "disabled by default)."
@@ -16525,13 +16528,13 @@ msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../src/guestfs-actions.pod:5548
+#: ../src/guestfs-actions.pod:5554
 msgid "guestfs_set_direct"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../src/guestfs-actions.pod:5550
+#: ../src/guestfs-actions.pod:5556
 #, no-wrap
 msgid ""
 " int\n"
@@ -16542,7 +16545,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:5554 ../fish/guestfish-actions.pod:3699
+#: ../src/guestfs-actions.pod:5560 ../fish/guestfish-actions.pod:3705
 msgid ""
 "If the direct appliance mode flag is enabled, then stdin and stdout are "
 "passed directly through to the appliance once it is launched."
@@ -16550,7 +16553,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:5558
+#: ../src/guestfs-actions.pod:5564
 msgid ""
 "One consequence of this is that log messages aren't caught by the library "
 "and handled by C<guestfs_set_log_message_callback>, but go straight to "
@@ -16559,25 +16562,25 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:5562 ../fish/guestfish-actions.pod:3707
+#: ../src/guestfs-actions.pod:5568 ../fish/guestfish-actions.pod:3713
 msgid "You probably don't want to use this unless you know what you are doing."
 msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:5565 ../fish/guestfish-actions.pod:3710
+#: ../src/guestfs-actions.pod:5571 ../fish/guestfish-actions.pod:3716
 msgid "The default is disabled."
 msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../src/guestfs-actions.pod:5571
+#: ../src/guestfs-actions.pod:5577
 msgid "guestfs_set_e2label"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../src/guestfs-actions.pod:5573
+#: ../src/guestfs-actions.pod:5579
 #, no-wrap
 msgid ""
 " int\n"
@@ -16589,7 +16592,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:5578 ../fish/guestfish-actions.pod:3716
+#: ../src/guestfs-actions.pod:5584 ../fish/guestfish-actions.pod:3722
 msgid ""
 "This sets the ext2/3/4 filesystem label of the filesystem on C<device> to "
 "C<label>.  Filesystem labels are limited to 16 characters."
@@ -16597,7 +16600,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:5582
+#: ../src/guestfs-actions.pod:5588
 msgid ""
 "You can use either C<guestfs_tune2fs_l> or C<guestfs_get_e2label> to return "
 "the existing label on a filesystem."
@@ -16605,13 +16608,13 @@ msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../src/guestfs-actions.pod:5589
+#: ../src/guestfs-actions.pod:5595
 msgid "guestfs_set_e2uuid"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../src/guestfs-actions.pod:5591
+#: ../src/guestfs-actions.pod:5597
 #, no-wrap
 msgid ""
 " int\n"
@@ -16623,7 +16626,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:5596 ../fish/guestfish-actions.pod:3727
+#: ../src/guestfs-actions.pod:5602 ../fish/guestfish-actions.pod:3733
 msgid ""
 "This sets the ext2/3/4 filesystem UUID of the filesystem on C<device> to "
 "C<uuid>.  The format of the UUID and alternatives such as C<clear>, "
@@ -16632,7 +16635,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:5601
+#: ../src/guestfs-actions.pod:5607
 msgid ""
 "You can use either C<guestfs_tune2fs_l> or C<guestfs_get_e2uuid> to return "
 "the existing UUID of a filesystem."
@@ -16640,13 +16643,13 @@ msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../src/guestfs-actions.pod:5608
+#: ../src/guestfs-actions.pod:5614
 msgid "guestfs_set_memsize"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../src/guestfs-actions.pod:5610
+#: ../src/guestfs-actions.pod:5616
 #, no-wrap
 msgid ""
 " int\n"
@@ -16657,7 +16660,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:5614
+#: ../src/guestfs-actions.pod:5620
 msgid ""
 "This sets the memory size in megabytes allocated to the qemu subprocess.  "
 "This only has any effect if called before C<guestfs_launch>."
@@ -16665,7 +16668,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:5618 ../fish/guestfish-actions.pod:3745
+#: ../src/guestfs-actions.pod:5624 ../fish/guestfish-actions.pod:3751
 msgid ""
 "You can also change this by setting the environment variable "
 "C<LIBGUESTFS_MEMSIZE> before the handle is created."
@@ -16673,13 +16676,13 @@ msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../src/guestfs-actions.pod:5629
+#: ../src/guestfs-actions.pod:5635
 msgid "guestfs_set_network"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../src/guestfs-actions.pod:5631
+#: ../src/guestfs-actions.pod:5637
 #, no-wrap
 msgid ""
 " int\n"
@@ -16690,7 +16693,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:5635 ../fish/guestfish-actions.pod:3758
+#: ../src/guestfs-actions.pod:5641 ../fish/guestfish-actions.pod:3764
 msgid ""
 "If C<network> is true, then the network is enabled in the libguestfs "
 "appliance.  The default is false."
@@ -16698,7 +16701,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:5638 ../fish/guestfish-actions.pod:3761
+#: ../src/guestfs-actions.pod:5644 ../fish/guestfish-actions.pod:3767
 msgid ""
 "This affects whether commands are able to access the network (see L<guestfs"
 "(3)/RUNNING COMMANDS>)."
@@ -16706,7 +16709,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:5641
+#: ../src/guestfs-actions.pod:5647
 msgid ""
 "You must call this before calling C<guestfs_launch>, otherwise it has no "
 "effect."
@@ -16714,13 +16717,13 @@ msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../src/guestfs-actions.pod:5648
+#: ../src/guestfs-actions.pod:5654
 msgid "guestfs_set_path"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../src/guestfs-actions.pod:5650
+#: ../src/guestfs-actions.pod:5656
 #, no-wrap
 msgid ""
 " int\n"
@@ -16731,13 +16734,13 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:5654 ../fish/guestfish-actions.pod:3773
+#: ../src/guestfs-actions.pod:5660 ../fish/guestfish-actions.pod:3779
 msgid "Set the path that libguestfs searches for kernel and initrd.img."
 msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:5656 ../fish/guestfish-actions.pod:3775
+#: ../src/guestfs-actions.pod:5662 ../fish/guestfish-actions.pod:3781
 msgid ""
 "The default is C<$libdir/guestfs> unless overridden by setting "
 "C<LIBGUESTFS_PATH> environment variable."
@@ -16745,19 +16748,19 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:5659 ../fish/guestfish-actions.pod:3778
+#: ../src/guestfs-actions.pod:5665 ../fish/guestfish-actions.pod:3784
 msgid "Setting C<path> to C<NULL> restores the default path."
 msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../src/guestfs-actions.pod:5665
+#: ../src/guestfs-actions.pod:5671
 msgid "guestfs_set_qemu"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../src/guestfs-actions.pod:5667
+#: ../src/guestfs-actions.pod:5673
 #, no-wrap
 msgid ""
 " int\n"
@@ -16768,20 +16771,20 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:5671 ../fish/guestfish-actions.pod:3786
+#: ../src/guestfs-actions.pod:5677 ../fish/guestfish-actions.pod:3792
 msgid "Set the qemu binary that we will use."
 msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:5673 ../fish/guestfish-actions.pod:3788
+#: ../src/guestfs-actions.pod:5679 ../fish/guestfish-actions.pod:3794
 msgid ""
 "The default is chosen when the library was compiled by the configure script."
 msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:5676 ../fish/guestfish-actions.pod:3791
+#: ../src/guestfs-actions.pod:5682 ../fish/guestfish-actions.pod:3797
 msgid ""
 "You can also override this by setting the C<LIBGUESTFS_QEMU> environment "
 "variable."
@@ -16789,13 +16792,13 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:5679 ../fish/guestfish-actions.pod:3794
+#: ../src/guestfs-actions.pod:5685 ../fish/guestfish-actions.pod:3800
 msgid "Setting C<qemu> to C<NULL> restores the default qemu binary."
 msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:5681 ../fish/guestfish-actions.pod:3796
+#: ../src/guestfs-actions.pod:5687 ../fish/guestfish-actions.pod:3802
 msgid ""
 "Note that you should call this function as early as possible after creating "
 "the handle.  This is because some pre-launch operations depend on testing "
@@ -16807,13 +16810,13 @@ msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../src/guestfs-actions.pod:5693
+#: ../src/guestfs-actions.pod:5699
 msgid "guestfs_set_recovery_proc"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../src/guestfs-actions.pod:5695
+#: ../src/guestfs-actions.pod:5701
 #, no-wrap
 msgid ""
 " int\n"
@@ -16824,7 +16827,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:5699
+#: ../src/guestfs-actions.pod:5705
 msgid ""
 "If this is called with the parameter C<false> then C<guestfs_launch> does "
 "not create a recovery process.  The purpose of the recovery process is to "
@@ -16834,7 +16837,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:5704
+#: ../src/guestfs-actions.pod:5710
 msgid ""
 "This only has any effect if called before C<guestfs_launch>, and the default "
 "is true."
@@ -16842,7 +16845,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:5707 ../fish/guestfish-actions.pod:3818
+#: ../src/guestfs-actions.pod:5713 ../fish/guestfish-actions.pod:3824
 msgid ""
 "About the only time when you would want to disable this is if the main "
 "process will fork itself into the background (\"daemonize\" itself).  In "
@@ -16852,13 +16855,13 @@ msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../src/guestfs-actions.pod:5717
+#: ../src/guestfs-actions.pod:5723
 msgid "guestfs_set_selinux"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../src/guestfs-actions.pod:5719
+#: ../src/guestfs-actions.pod:5725
 #, no-wrap
 msgid ""
 " int\n"
@@ -16869,7 +16872,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:5723 ../fish/guestfish-actions.pod:3830
+#: ../src/guestfs-actions.pod:5729 ../fish/guestfish-actions.pod:3836
 msgid ""
 "This sets the selinux flag that is passed to the appliance at boot time.  "
 "The default is C<selinux=0> (disabled)."
@@ -16877,7 +16880,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:5726 ../fish/guestfish-actions.pod:3833
+#: ../src/guestfs-actions.pod:5732 ../fish/guestfish-actions.pod:3839
 msgid ""
 "Note that if SELinux is enabled, it is always in Permissive mode "
 "(C<enforcing=0>)."
@@ -16885,13 +16888,13 @@ msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../src/guestfs-actions.pod:5736
+#: ../src/guestfs-actions.pod:5742
 msgid "guestfs_set_trace"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../src/guestfs-actions.pod:5738
+#: ../src/guestfs-actions.pod:5744
 #, no-wrap
 msgid ""
 " int\n"
@@ -16902,7 +16905,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:5742 ../fish/guestfish-actions.pod:3845
+#: ../src/guestfs-actions.pod:5748 ../fish/guestfish-actions.pod:3851
 msgid ""
 "If the command trace flag is set to 1, then commands are printed on stderr "
 "before they are executed in a format which is very similar to the one used "
@@ -16913,7 +16916,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:5749 ../fish/guestfish-actions.pod:3852
+#: ../src/guestfs-actions.pod:5755 ../fish/guestfish-actions.pod:3858
 msgid ""
 "If you want to trace C API calls into libguestfs (and other libraries) then "
 "possibly a better way is to use the external ltrace(1) command."
@@ -16921,7 +16924,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:5753 ../fish/guestfish-actions.pod:3856
+#: ../src/guestfs-actions.pod:5759 ../fish/guestfish-actions.pod:3862
 msgid ""
 "Command traces are disabled unless the environment variable "
 "C<LIBGUESTFS_TRACE> is defined and set to C<1>."
@@ -16929,13 +16932,13 @@ msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../src/guestfs-actions.pod:5760
+#: ../src/guestfs-actions.pod:5766
 msgid "guestfs_set_verbose"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../src/guestfs-actions.pod:5762
+#: ../src/guestfs-actions.pod:5768
 #, no-wrap
 msgid ""
 " int\n"
@@ -16946,13 +16949,13 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:5766 ../fish/guestfish-actions.pod:3865
+#: ../src/guestfs-actions.pod:5772 ../fish/guestfish-actions.pod:3871
 msgid "If C<verbose> is true, this turns on verbose messages (to C<stderr>)."
 msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:5768 ../fish/guestfish-actions.pod:3867
+#: ../src/guestfs-actions.pod:5774 ../fish/guestfish-actions.pod:3873
 msgid ""
 "Verbose messages are disabled unless the environment variable "
 "C<LIBGUESTFS_DEBUG> is defined and set to C<1>."
@@ -16960,13 +16963,13 @@ msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../src/guestfs-actions.pod:5775
+#: ../src/guestfs-actions.pod:5781
 msgid "guestfs_setcon"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../src/guestfs-actions.pod:5777
+#: ../src/guestfs-actions.pod:5783
 #, no-wrap
 msgid ""
 " int\n"
@@ -16977,7 +16980,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:5781 ../fish/guestfish-actions.pod:3874
+#: ../src/guestfs-actions.pod:5787 ../fish/guestfish-actions.pod:3880
 msgid ""
 "This sets the SELinux security context of the daemon to the string "
 "C<context>."
@@ -16985,19 +16988,19 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:5784 ../fish/guestfish-actions.pod:3877
+#: ../src/guestfs-actions.pod:5790 ../fish/guestfish-actions.pod:3883
 msgid "See the documentation about SELINUX in L<guestfs(3)>."
 msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../src/guestfs-actions.pod:5790
+#: ../src/guestfs-actions.pod:5796
 msgid "guestfs_setxattr"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../src/guestfs-actions.pod:5792
+#: ../src/guestfs-actions.pod:5798
 #, no-wrap
 msgid ""
 " int\n"
@@ -17011,7 +17014,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:5799 ../fish/guestfish-actions.pod:3883
+#: ../src/guestfs-actions.pod:5805 ../fish/guestfish-actions.pod:3889
 msgid ""
 "This call sets the extended attribute named C<xattr> of the file C<path> to "
 "the value C<val> (of length C<vallen>).  The value is arbitrary 8 bit data."
@@ -17019,19 +17022,19 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:5803
+#: ../src/guestfs-actions.pod:5809
 msgid "See also: C<guestfs_lsetxattr>, L<attr(5)>."
 msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../src/guestfs-actions.pod:5809
+#: ../src/guestfs-actions.pod:5815
 msgid "guestfs_sfdisk"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../src/guestfs-actions.pod:5811
+#: ../src/guestfs-actions.pod:5817
 #, no-wrap
 msgid ""
 " int\n"
@@ -17046,7 +17049,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:5819 ../fish/guestfish-actions.pod:3893
+#: ../src/guestfs-actions.pod:5825 ../fish/guestfish-actions.pod:3899
 msgid ""
 "This is a direct interface to the L<sfdisk(8)> program for creating "
 "partitions on block devices."
@@ -17054,13 +17057,13 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:5822 ../fish/guestfish-actions.pod:3896
+#: ../src/guestfs-actions.pod:5828 ../fish/guestfish-actions.pod:3902
 msgid "C<device> should be a block device, for example C</dev/sda>."
 msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:5824 ../fish/guestfish-actions.pod:3898
+#: ../src/guestfs-actions.pod:5830 ../fish/guestfish-actions.pod:3904
 msgid ""
 "C<cyls>, C<heads> and C<sectors> are the number of cylinders, heads and "
 "sectors on the device, which are passed directly to sfdisk as the I<-C>, I<-"
@@ -17072,7 +17075,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:5832 ../fish/guestfish-actions.pod:3906
+#: ../src/guestfs-actions.pod:5838 ../fish/guestfish-actions.pod:3912
 msgid ""
 "C<lines> is a list of lines that we feed to C<sfdisk>.  For more information "
 "refer to the L<sfdisk(8)> manpage."
@@ -17080,7 +17083,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:5835 ../fish/guestfish-actions.pod:3909
+#: ../src/guestfs-actions.pod:5841 ../fish/guestfish-actions.pod:3915
 msgid ""
 "To create a single partition occupying the whole disk, you would pass "
 "C<lines> as a single element list, when the single element being the string "
@@ -17089,20 +17092,20 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:5839
+#: ../src/guestfs-actions.pod:5845
 msgid ""
 "See also: C<guestfs_sfdisk_l>, C<guestfs_sfdisk_N>, C<guestfs_part_init>"
 msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../src/guestfs-actions.pod:5849
+#: ../src/guestfs-actions.pod:5855
 msgid "guestfs_sfdiskM"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../src/guestfs-actions.pod:5851
+#: ../src/guestfs-actions.pod:5857
 #, no-wrap
 msgid ""
 " int\n"
@@ -17114,7 +17117,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:5856
+#: ../src/guestfs-actions.pod:5862
 msgid ""
 "This is a simplified interface to the C<guestfs_sfdisk> command, where "
 "partition sizes are specified in megabytes only (rounded to the nearest "
@@ -17124,7 +17127,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:5862
+#: ../src/guestfs-actions.pod:5868
 msgid ""
 "See also: C<guestfs_sfdisk>, the L<sfdisk(8)> manpage and "
 "C<guestfs_part_disk>"
@@ -17132,13 +17135,13 @@ msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../src/guestfs-actions.pod:5872
+#: ../src/guestfs-actions.pod:5878
 msgid "guestfs_sfdisk_N"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../src/guestfs-actions.pod:5874
+#: ../src/guestfs-actions.pod:5880
 #, no-wrap
 msgid ""
 " int\n"
@@ -17154,7 +17157,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:5883 ../fish/guestfish-actions.pod:3939
+#: ../src/guestfs-actions.pod:5889 ../fish/guestfish-actions.pod:3945
 msgid ""
 "This runs L<sfdisk(8)> option to modify just the single partition C<n> "
 "(note: C<n> counts from 1)."
@@ -17162,7 +17165,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:5886
+#: ../src/guestfs-actions.pod:5892
 msgid ""
 "For other parameters, see C<guestfs_sfdisk>.  You should usually pass C<0> "
 "for the cyls/heads/sectors parameters."
@@ -17170,19 +17173,19 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:5889
+#: ../src/guestfs-actions.pod:5895
 msgid "See also: C<guestfs_part_add>"
 msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../src/guestfs-actions.pod:5898
+#: ../src/guestfs-actions.pod:5904
 msgid "guestfs_sfdisk_disk_geometry"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../src/guestfs-actions.pod:5900
+#: ../src/guestfs-actions.pod:5906
 #, no-wrap
 msgid ""
 " char *\n"
@@ -17193,7 +17196,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:5904
+#: ../src/guestfs-actions.pod:5910
 msgid ""
 "This displays the disk geometry of C<device> read from the partition table.  "
 "Especially in the case where the underlying block device has been resized, "
@@ -17203,20 +17206,20 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:5909 ../src/guestfs-actions.pod:5925
-#: ../fish/guestfish-actions.pod:3959 ../fish/guestfish-actions.pod:3968
+#: ../src/guestfs-actions.pod:5915 ../src/guestfs-actions.pod:5931
+#: ../fish/guestfish-actions.pod:3965 ../fish/guestfish-actions.pod:3974
 msgid "The result is in human-readable format, and not designed to be parsed."
 msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../src/guestfs-actions.pod:5917
+#: ../src/guestfs-actions.pod:5923
 msgid "guestfs_sfdisk_kernel_geometry"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../src/guestfs-actions.pod:5919
+#: ../src/guestfs-actions.pod:5925
 #, no-wrap
 msgid ""
 " char *\n"
@@ -17227,19 +17230,19 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:5923 ../fish/guestfish-actions.pod:3966
+#: ../src/guestfs-actions.pod:5929 ../fish/guestfish-actions.pod:3972
 msgid "This displays the kernel's idea of the geometry of C<device>."
 msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../src/guestfs-actions.pod:5933
+#: ../src/guestfs-actions.pod:5939
 msgid "guestfs_sfdisk_l"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../src/guestfs-actions.pod:5935
+#: ../src/guestfs-actions.pod:5941
 #, no-wrap
 msgid ""
 " char *\n"
@@ -17250,7 +17253,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:5939 ../fish/guestfish-actions.pod:3975
+#: ../src/guestfs-actions.pod:5945 ../fish/guestfish-actions.pod:3981
 msgid ""
 "This displays the partition table on C<device>, in the human-readable output "
 "of the L<sfdisk(8)> command.  It is not intended to be parsed."
@@ -17258,19 +17261,19 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:5943
+#: ../src/guestfs-actions.pod:5949
 msgid "See also: C<guestfs_part_list>"
 msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../src/guestfs-actions.pod:5950
+#: ../src/guestfs-actions.pod:5956
 msgid "guestfs_sh"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../src/guestfs-actions.pod:5952
+#: ../src/guestfs-actions.pod:5958
 #, no-wrap
 msgid ""
 " char *\n"
@@ -17281,7 +17284,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:5956 ../fish/guestfish-actions.pod:3985
+#: ../src/guestfs-actions.pod:5962 ../fish/guestfish-actions.pod:3991
 msgid ""
 "This call runs a command from the guest filesystem via the guest's C</bin/"
 "sh>."
@@ -17289,13 +17292,13 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:5959
+#: ../src/guestfs-actions.pod:5965
 msgid "This is like C<guestfs_command>, but passes the command to:"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../src/guestfs-actions.pod:5961 ../fish/guestfish-actions.pod:3990
+#: ../src/guestfs-actions.pod:5967 ../fish/guestfish-actions.pod:3996
 #, no-wrap
 msgid ""
 " /bin/sh -c \"command\"\n"
@@ -17304,7 +17307,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:5963 ../fish/guestfish-actions.pod:3992
+#: ../src/guestfs-actions.pod:5969 ../fish/guestfish-actions.pod:3998
 msgid ""
 "Depending on the guest's shell, this usually results in wildcards being "
 "expanded, shell expressions being interpolated and so on."
@@ -17312,19 +17315,19 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:5967
+#: ../src/guestfs-actions.pod:5973
 msgid "All the provisos about C<guestfs_command> apply to this call."
 msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../src/guestfs-actions.pod:5974
+#: ../src/guestfs-actions.pod:5980
 msgid "guestfs_sh_lines"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../src/guestfs-actions.pod:5976
+#: ../src/guestfs-actions.pod:5982
 #, no-wrap
 msgid ""
 " char **\n"
@@ -17335,7 +17338,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:5980
+#: ../src/guestfs-actions.pod:5986
 msgid ""
 "This is the same as C<guestfs_sh>, but splits the result into a list of "
 "lines."
@@ -17343,19 +17346,19 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:5983
+#: ../src/guestfs-actions.pod:5989
 msgid "See also: C<guestfs_command_lines>"
 msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../src/guestfs-actions.pod:5991
+#: ../src/guestfs-actions.pod:5997
 msgid "guestfs_sleep"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../src/guestfs-actions.pod:5993
+#: ../src/guestfs-actions.pod:5999
 #, no-wrap
 msgid ""
 " int\n"
@@ -17366,25 +17369,25 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:5997 ../fish/guestfish-actions.pod:4011
+#: ../src/guestfs-actions.pod:6003 ../fish/guestfish-actions.pod:4017
 msgid "Sleep for C<secs> seconds."
 msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:6001
+#: ../src/guestfs-actions.pod:6007
 msgid "(Added in 1.0.41)"
 msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../src/guestfs-actions.pod:6003 ../src/guestfs-structs.pod:109
+#: ../src/guestfs-actions.pod:6009 ../src/guestfs-structs.pod:109
 msgid "guestfs_stat"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../src/guestfs-actions.pod:6005
+#: ../src/guestfs-actions.pod:6011
 #, no-wrap
 msgid ""
 " struct guestfs_stat *\n"
@@ -17395,19 +17398,19 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:6011 ../fish/guestfish-actions.pod:4019
+#: ../src/guestfs-actions.pod:6017 ../fish/guestfish-actions.pod:4025
 msgid "This is the same as the C<stat(2)> system call."
 msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../src/guestfs-actions.pod:6019 ../src/guestfs-structs.pod:135
+#: ../src/guestfs-actions.pod:6025 ../src/guestfs-structs.pod:135
 msgid "guestfs_statvfs"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../src/guestfs-actions.pod:6021
+#: ../src/guestfs-actions.pod:6027
 #, no-wrap
 msgid ""
 " struct guestfs_statvfs *\n"
@@ -17418,7 +17421,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:6025 ../fish/guestfish-actions.pod:4025
+#: ../src/guestfs-actions.pod:6031 ../fish/guestfish-actions.pod:4031
 msgid ""
 "Returns file system statistics for any mounted file system.  C<path> should "
 "be a file or directory in the mounted file system (typically it is the mount "
@@ -17427,13 +17430,13 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:6029 ../fish/guestfish-actions.pod:4029
+#: ../src/guestfs-actions.pod:6035 ../fish/guestfish-actions.pod:4035
 msgid "This is the same as the C<statvfs(2)> system call."
 msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:6031
+#: ../src/guestfs-actions.pod:6037
 msgid ""
 "This function returns a C<struct guestfs_statvfs *>, or NULL if there was an "
 "error.  I<The caller must call C<guestfs_free_statvfs> after use>."
@@ -17441,13 +17444,13 @@ msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../src/guestfs-actions.pod:6037
+#: ../src/guestfs-actions.pod:6043
 msgid "guestfs_strings"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../src/guestfs-actions.pod:6039
+#: ../src/guestfs-actions.pod:6045
 #, no-wrap
 msgid ""
 " char **\n"
@@ -17458,7 +17461,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:6043 ../fish/guestfish-actions.pod:4035
+#: ../src/guestfs-actions.pod:6049 ../fish/guestfish-actions.pod:4041
 msgid ""
 "This runs the L<strings(1)> command on a file and returns the list of "
 "printable strings found."
@@ -17466,13 +17469,13 @@ msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../src/guestfs-actions.pod:6055
+#: ../src/guestfs-actions.pod:6061
 msgid "guestfs_strings_e"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../src/guestfs-actions.pod:6057
+#: ../src/guestfs-actions.pod:6063
 #, no-wrap
 msgid ""
 " char **\n"
@@ -17484,7 +17487,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:6062
+#: ../src/guestfs-actions.pod:6068
 msgid ""
 "This is like the C<guestfs_strings> command, but allows you to specify the "
 "encoding of strings that are looked for in the source file C<path>."
@@ -17492,19 +17495,19 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:6066 ../fish/guestfish-actions.pod:4049
+#: ../src/guestfs-actions.pod:6072 ../fish/guestfish-actions.pod:4055
 msgid "Allowed encodings are:"
 msgstr ""
 
 # type: =item
 #. type: =item
-#: ../src/guestfs-actions.pod:6070 ../fish/guestfish-actions.pod:4053
+#: ../src/guestfs-actions.pod:6076 ../fish/guestfish-actions.pod:4059
 msgid "s"
 msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:6072
+#: ../src/guestfs-actions.pod:6078
 msgid ""
 "Single 7-bit-byte characters like ASCII and the ASCII-compatible parts of "
 "ISO-8859-X (this is what C<guestfs_strings> uses)."
@@ -17512,37 +17515,37 @@ msgstr ""
 
 # type: =item
 #. type: =item
-#: ../src/guestfs-actions.pod:6075 ../fish/guestfish-actions.pod:4058
+#: ../src/guestfs-actions.pod:6081 ../fish/guestfish-actions.pod:4064
 msgid "S"
 msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:6077 ../fish/guestfish-actions.pod:4060
+#: ../src/guestfs-actions.pod:6083 ../fish/guestfish-actions.pod:4066
 msgid "Single 8-bit-byte characters."
 msgstr ""
 
 # type: =item
 #. type: =item
-#: ../src/guestfs-actions.pod:6079 ../fish/guestfish-actions.pod:4062
+#: ../src/guestfs-actions.pod:6085 ../fish/guestfish-actions.pod:4068
 msgid "b"
 msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:6081 ../fish/guestfish-actions.pod:4064
+#: ../src/guestfs-actions.pod:6087 ../fish/guestfish-actions.pod:4070
 msgid "16-bit big endian strings such as those encoded in UTF-16BE or UCS-2BE."
 msgstr ""
 
 # type: =item
 #. type: =item
-#: ../src/guestfs-actions.pod:6084 ../fish/guestfish-actions.pod:4067
+#: ../src/guestfs-actions.pod:6090 ../fish/guestfish-actions.pod:4073
 msgid "l (lower case letter L)"
 msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:6086 ../fish/guestfish-actions.pod:4069
+#: ../src/guestfs-actions.pod:6092 ../fish/guestfish-actions.pod:4075
 msgid ""
 "16-bit little endian such as UTF-16LE and UCS-2LE.  This is useful for "
 "examining binaries in Windows guests."
@@ -17550,43 +17553,43 @@ msgstr ""
 
 # type: =item
 #. type: =item
-#: ../src/guestfs-actions.pod:6089 ../fish/guestfish-actions.pod:4072
+#: ../src/guestfs-actions.pod:6095 ../fish/guestfish-actions.pod:4078
 msgid "B"
 msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:6091 ../fish/guestfish-actions.pod:4074
+#: ../src/guestfs-actions.pod:6097 ../fish/guestfish-actions.pod:4080
 msgid "32-bit big endian such as UCS-4BE."
 msgstr ""
 
 # type: =item
 #. type: =item
-#: ../src/guestfs-actions.pod:6093 ../fish/guestfish-actions.pod:4076
+#: ../src/guestfs-actions.pod:6099 ../fish/guestfish-actions.pod:4082
 msgid "L"
 msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:6095 ../fish/guestfish-actions.pod:4078
+#: ../src/guestfs-actions.pod:6101 ../fish/guestfish-actions.pod:4084
 msgid "32-bit little endian such as UCS-4LE."
 msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:6099 ../fish/guestfish-actions.pod:4082
+#: ../src/guestfs-actions.pod:6105 ../fish/guestfish-actions.pod:4088
 msgid "The returned strings are transcoded to UTF-8."
 msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../src/guestfs-actions.pod:6110
+#: ../src/guestfs-actions.pod:6116
 msgid "guestfs_swapoff_device"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../src/guestfs-actions.pod:6112
+#: ../src/guestfs-actions.pod:6118
 #, no-wrap
 msgid ""
 " int\n"
@@ -17597,7 +17600,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:6116
+#: ../src/guestfs-actions.pod:6122
 msgid ""
 "This command disables the libguestfs appliance swap device or partition "
 "named C<device>.  See C<guestfs_swapon_device>."
@@ -17605,13 +17608,13 @@ msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../src/guestfs-actions.pod:6124
+#: ../src/guestfs-actions.pod:6130
 msgid "guestfs_swapoff_file"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../src/guestfs-actions.pod:6126
+#: ../src/guestfs-actions.pod:6132
 #, no-wrap
 msgid ""
 " int\n"
@@ -17622,19 +17625,19 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:6130 ../fish/guestfish-actions.pod:4099
+#: ../src/guestfs-actions.pod:6136 ../fish/guestfish-actions.pod:4105
 msgid "This command disables the libguestfs appliance swap on file."
 msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../src/guestfs-actions.pod:6136
+#: ../src/guestfs-actions.pod:6142
 msgid "guestfs_swapoff_label"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../src/guestfs-actions.pod:6138
+#: ../src/guestfs-actions.pod:6144
 #, no-wrap
 msgid ""
 " int\n"
@@ -17645,7 +17648,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:6142 ../fish/guestfish-actions.pod:4105
+#: ../src/guestfs-actions.pod:6148 ../fish/guestfish-actions.pod:4111
 msgid ""
 "This command disables the libguestfs appliance swap on labeled swap "
 "partition."
@@ -17653,13 +17656,13 @@ msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../src/guestfs-actions.pod:6149
+#: ../src/guestfs-actions.pod:6155
 msgid "guestfs_swapoff_uuid"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../src/guestfs-actions.pod:6151
+#: ../src/guestfs-actions.pod:6157
 #, no-wrap
 msgid ""
 " int\n"
@@ -17670,7 +17673,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:6155 ../fish/guestfish-actions.pod:4112
+#: ../src/guestfs-actions.pod:6161 ../fish/guestfish-actions.pod:4118
 msgid ""
 "This command disables the libguestfs appliance swap partition with the given "
 "UUID."
@@ -17678,13 +17681,13 @@ msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../src/guestfs-actions.pod:6162
+#: ../src/guestfs-actions.pod:6168
 msgid "guestfs_swapon_device"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../src/guestfs-actions.pod:6164
+#: ../src/guestfs-actions.pod:6170
 #, no-wrap
 msgid ""
 " int\n"
@@ -17695,7 +17698,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:6168
+#: ../src/guestfs-actions.pod:6174
 msgid ""
 "This command enables the libguestfs appliance to use the swap device or "
 "partition named C<device>.  The increased memory is made available for all "
@@ -17704,7 +17707,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:6173 ../fish/guestfish-actions.pod:4124
+#: ../src/guestfs-actions.pod:6179 ../fish/guestfish-actions.pod:4130
 msgid ""
 "Note that you should not swap to existing guest swap partitions unless you "
 "know what you are doing.  They may contain hibernation information, or other "
@@ -17715,13 +17718,13 @@ msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../src/guestfs-actions.pod:6184
+#: ../src/guestfs-actions.pod:6190
 msgid "guestfs_swapon_file"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../src/guestfs-actions.pod:6186
+#: ../src/guestfs-actions.pod:6192
 #, no-wrap
 msgid ""
 " int\n"
@@ -17732,7 +17735,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:6190
+#: ../src/guestfs-actions.pod:6196
 msgid ""
 "This command enables swap to a file.  See C<guestfs_swapon_device> for other "
 "notes."
@@ -17740,13 +17743,13 @@ msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../src/guestfs-actions.pod:6197
+#: ../src/guestfs-actions.pod:6203
 msgid "guestfs_swapon_label"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../src/guestfs-actions.pod:6199
+#: ../src/guestfs-actions.pod:6205
 #, no-wrap
 msgid ""
 " int\n"
@@ -17757,7 +17760,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:6203
+#: ../src/guestfs-actions.pod:6209
 msgid ""
 "This command enables swap to a labeled swap partition.  See "
 "C<guestfs_swapon_device> for other notes."
@@ -17765,13 +17768,13 @@ msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../src/guestfs-actions.pod:6210
+#: ../src/guestfs-actions.pod:6216
 msgid "guestfs_swapon_uuid"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../src/guestfs-actions.pod:6212
+#: ../src/guestfs-actions.pod:6218
 #, no-wrap
 msgid ""
 " int\n"
@@ -17782,7 +17785,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:6216
+#: ../src/guestfs-actions.pod:6222
 msgid ""
 "This command enables swap to a swap partition with the given UUID.  See "
 "C<guestfs_swapon_device> for other notes."
@@ -17790,13 +17793,13 @@ msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../src/guestfs-actions.pod:6223
+#: ../src/guestfs-actions.pod:6229
 msgid "guestfs_sync"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../src/guestfs-actions.pod:6225
+#: ../src/guestfs-actions.pod:6231
 #, no-wrap
 msgid ""
 " int\n"
@@ -17806,7 +17809,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:6228 ../fish/guestfish-actions.pod:4156
+#: ../src/guestfs-actions.pod:6234 ../fish/guestfish-actions.pod:4162
 msgid ""
 "This syncs the disk, so that any writes are flushed through to the "
 "underlying disk image."
@@ -17814,7 +17817,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:6231 ../fish/guestfish-actions.pod:4159
+#: ../src/guestfs-actions.pod:6237 ../fish/guestfish-actions.pod:4165
 msgid ""
 "You should always call this if you have modified a disk image, before "
 "closing the handle."
@@ -17822,13 +17825,13 @@ msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../src/guestfs-actions.pod:6238
+#: ../src/guestfs-actions.pod:6244
 msgid "guestfs_tail"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../src/guestfs-actions.pod:6240
+#: ../src/guestfs-actions.pod:6246
 #, no-wrap
 msgid ""
 " char **\n"
@@ -17839,20 +17842,20 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:6244 ../fish/guestfish-actions.pod:4166
+#: ../src/guestfs-actions.pod:6250 ../fish/guestfish-actions.pod:4172
 msgid ""
 "This command returns up to the last 10 lines of a file as a list of strings."
 msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../src/guestfs-actions.pod:6256
+#: ../src/guestfs-actions.pod:6262
 msgid "guestfs_tail_n"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../src/guestfs-actions.pod:6258
+#: ../src/guestfs-actions.pod:6264
 #, no-wrap
 msgid ""
 " char **\n"
@@ -17864,7 +17867,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:6263 ../fish/guestfish-actions.pod:4176
+#: ../src/guestfs-actions.pod:6269 ../fish/guestfish-actions.pod:4182
 msgid ""
 "If the parameter C<nrlines> is a positive number, this returns the last "
 "C<nrlines> lines of the file C<path>."
@@ -17872,7 +17875,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:6266 ../fish/guestfish-actions.pod:4179
+#: ../src/guestfs-actions.pod:6272 ../fish/guestfish-actions.pod:4185
 msgid ""
 "If the parameter C<nrlines> is a negative number, this returns lines from "
 "the file C<path>, starting with the C<-nrlines>th line."
@@ -17880,13 +17883,13 @@ msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../src/guestfs-actions.pod:6280
+#: ../src/guestfs-actions.pod:6286
 msgid "guestfs_tar_in"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../src/guestfs-actions.pod:6282
+#: ../src/guestfs-actions.pod:6288
 #, no-wrap
 msgid ""
 " int\n"
@@ -17898,7 +17901,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:6287 ../fish/guestfish-actions.pod:4191
+#: ../src/guestfs-actions.pod:6293 ../fish/guestfish-actions.pod:4197
 msgid ""
 "This command uploads and unpacks local file C<tarfile> (an I<uncompressed> "
 "tar file) into C<directory>."
@@ -17906,27 +17909,27 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:6290
+#: ../src/guestfs-actions.pod:6296
 msgid ""
 "To upload a compressed tarball, use C<guestfs_tgz_in> or C<guestfs_txz_in>."
 msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:6295 ../src/guestfs-actions.pod:6312
-#: ../src/guestfs-actions.pod:6328 ../src/guestfs-actions.pod:6344
+#: ../src/guestfs-actions.pod:6301 ../src/guestfs-actions.pod:6318
+#: ../src/guestfs-actions.pod:6334 ../src/guestfs-actions.pod:6350
 msgid "(Added in 1.0.3)"
 msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../src/guestfs-actions.pod:6297
+#: ../src/guestfs-actions.pod:6303
 msgid "guestfs_tar_out"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../src/guestfs-actions.pod:6299
+#: ../src/guestfs-actions.pod:6305
 #, no-wrap
 msgid ""
 " int\n"
@@ -17938,7 +17941,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:6304 ../fish/guestfish-actions.pod:4203
+#: ../src/guestfs-actions.pod:6310 ../fish/guestfish-actions.pod:4209
 msgid ""
 "This command packs the contents of C<directory> and downloads it to local "
 "file C<tarfile>."
@@ -17946,7 +17949,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:6307
+#: ../src/guestfs-actions.pod:6313
 msgid ""
 "To download a compressed tarball, use C<guestfs_tgz_out> or "
 "C<guestfs_txz_out>."
@@ -17954,13 +17957,13 @@ msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../src/guestfs-actions.pod:6314
+#: ../src/guestfs-actions.pod:6320
 msgid "guestfs_tgz_in"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../src/guestfs-actions.pod:6316
+#: ../src/guestfs-actions.pod:6322
 #, no-wrap
 msgid ""
 " int\n"
@@ -17972,7 +17975,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:6321 ../fish/guestfish-actions.pod:4215
+#: ../src/guestfs-actions.pod:6327 ../fish/guestfish-actions.pod:4221
 msgid ""
 "This command uploads and unpacks local file C<tarball> (a I<gzip compressed> "
 "tar file) into C<directory>."
@@ -17980,19 +17983,19 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:6324
+#: ../src/guestfs-actions.pod:6330
 msgid "To upload an uncompressed tarball, use C<guestfs_tar_in>."
 msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../src/guestfs-actions.pod:6330
+#: ../src/guestfs-actions.pod:6336
 msgid "guestfs_tgz_out"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../src/guestfs-actions.pod:6332
+#: ../src/guestfs-actions.pod:6338
 #, no-wrap
 msgid ""
 " int\n"
@@ -18004,7 +18007,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:6337 ../fish/guestfish-actions.pod:4226
+#: ../src/guestfs-actions.pod:6343 ../fish/guestfish-actions.pod:4232
 msgid ""
 "This command packs the contents of C<directory> and downloads it to local "
 "file C<tarball>."
@@ -18012,19 +18015,19 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:6340
+#: ../src/guestfs-actions.pod:6346
 msgid "To download an uncompressed tarball, use C<guestfs_tar_out>."
 msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../src/guestfs-actions.pod:6346
+#: ../src/guestfs-actions.pod:6352
 msgid "guestfs_touch"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../src/guestfs-actions.pod:6348
+#: ../src/guestfs-actions.pod:6354
 #, no-wrap
 msgid ""
 " int\n"
@@ -18035,7 +18038,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:6352 ../fish/guestfish-actions.pod:4237
+#: ../src/guestfs-actions.pod:6358 ../fish/guestfish-actions.pod:4243
 msgid ""
 "Touch acts like the L<touch(1)> command.  It can be used to update the "
 "timestamps on a file, or, if the file does not exist, to create a new zero-"
@@ -18044,7 +18047,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:6356 ../fish/guestfish-actions.pod:4241
+#: ../src/guestfs-actions.pod:6362 ../fish/guestfish-actions.pod:4247
 msgid ""
 "This command only works on regular files, and will fail on other file types "
 "such as directories, symbolic links, block special etc."
@@ -18052,13 +18055,13 @@ msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../src/guestfs-actions.pod:6363
+#: ../src/guestfs-actions.pod:6369
 msgid "guestfs_truncate"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../src/guestfs-actions.pod:6365
+#: ../src/guestfs-actions.pod:6371
 #, no-wrap
 msgid ""
 " int\n"
@@ -18069,7 +18072,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:6369 ../fish/guestfish-actions.pod:4248
+#: ../src/guestfs-actions.pod:6375 ../fish/guestfish-actions.pod:4254
 msgid ""
 "This command truncates C<path> to a zero-length file.  The file must exist "
 "already."
@@ -18077,13 +18080,13 @@ msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../src/guestfs-actions.pod:6376
+#: ../src/guestfs-actions.pod:6382
 msgid "guestfs_truncate_size"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../src/guestfs-actions.pod:6378
+#: ../src/guestfs-actions.pod:6384
 #, no-wrap
 msgid ""
 " int\n"
@@ -18095,7 +18098,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:6383 ../fish/guestfish-actions.pod:4255
+#: ../src/guestfs-actions.pod:6389 ../fish/guestfish-actions.pod:4261
 msgid ""
 "This command truncates C<path> to size C<size> bytes.  The file must exist "
 "already."
@@ -18103,7 +18106,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:6386
+#: ../src/guestfs-actions.pod:6392
 msgid ""
 "If the current file size is less than C<size> then the file is extended to "
 "the required size with zero bytes.  This creates a sparse file (ie. disk "
@@ -18113,13 +18116,13 @@ msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../src/guestfs-actions.pod:6396
+#: ../src/guestfs-actions.pod:6402
 msgid "guestfs_tune2fs_l"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../src/guestfs-actions.pod:6398
+#: ../src/guestfs-actions.pod:6404
 #, no-wrap
 msgid ""
 " char **\n"
@@ -18130,7 +18133,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:6402 ../fish/guestfish-actions.pod:4268
+#: ../src/guestfs-actions.pod:6408 ../fish/guestfish-actions.pod:4274
 msgid ""
 "This returns the contents of the ext2, ext3 or ext4 filesystem superblock on "
 "C<device>."
@@ -18138,7 +18141,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:6405 ../fish/guestfish-actions.pod:4271
+#: ../src/guestfs-actions.pod:6411 ../fish/guestfish-actions.pod:4277
 msgid ""
 "It is the same as running C<tune2fs -l device>.  See L<tune2fs(8)> manpage "
 "for more details.  The list of fields returned isn't clearly defined, and "
@@ -18148,13 +18151,13 @@ msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../src/guestfs-actions.pod:6418
+#: ../src/guestfs-actions.pod:6424
 msgid "guestfs_txz_in"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../src/guestfs-actions.pod:6420
+#: ../src/guestfs-actions.pod:6426
 #, no-wrap
 msgid ""
 " int\n"
@@ -18166,7 +18169,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:6425 ../fish/guestfish-actions.pod:4280
+#: ../src/guestfs-actions.pod:6431 ../fish/guestfish-actions.pod:4286
 msgid ""
 "This command uploads and unpacks local file C<tarball> (an I<xz compressed> "
 "tar file) into C<directory>."
@@ -18174,13 +18177,13 @@ msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../src/guestfs-actions.pod:6432
+#: ../src/guestfs-actions.pod:6438
 msgid "guestfs_txz_out"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../src/guestfs-actions.pod:6434
+#: ../src/guestfs-actions.pod:6440
 #, no-wrap
 msgid ""
 " int\n"
@@ -18192,7 +18195,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:6439 ../fish/guestfish-actions.pod:4289
+#: ../src/guestfs-actions.pod:6445 ../fish/guestfish-actions.pod:4295
 msgid ""
 "This command packs the contents of C<directory> and downloads it to local "
 "file C<tarball> (as an xz compressed tar archive)."
@@ -18200,13 +18203,13 @@ msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../src/guestfs-actions.pod:6446
+#: ../src/guestfs-actions.pod:6452
 msgid "guestfs_umask"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../src/guestfs-actions.pod:6448
+#: ../src/guestfs-actions.pod:6454
 #, no-wrap
 msgid ""
 " int\n"
@@ -18217,7 +18220,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:6452 ../fish/guestfish-actions.pod:4298
+#: ../src/guestfs-actions.pod:6458 ../fish/guestfish-actions.pod:4304
 msgid ""
 "This function sets the mask used for creating new files and device nodes to "
 "C<mask & 0777>."
@@ -18225,7 +18228,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:6455 ../fish/guestfish-actions.pod:4301
+#: ../src/guestfs-actions.pod:6461 ../fish/guestfish-actions.pod:4307
 msgid ""
 "Typical umask values would be C<022> which creates new files with "
 "permissions like \"-rw-r--r--\" or \"-rwxr-xr-x\", and C<002> which creates "
@@ -18234,7 +18237,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:6460 ../fish/guestfish-actions.pod:4306
+#: ../src/guestfs-actions.pod:6466 ../fish/guestfish-actions.pod:4312
 msgid ""
 "The default umask is C<022>.  This is important because it means that "
 "directories and device nodes will be created with C<0644> or C<0755> mode "
@@ -18243,7 +18246,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:6464
+#: ../src/guestfs-actions.pod:6470
 msgid ""
 "See also C<guestfs_get_umask>, L<umask(2)>, C<guestfs_mknod>, "
 "C<guestfs_mkdir>."
@@ -18251,19 +18254,19 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:6467 ../fish/guestfish-actions.pod:4313
+#: ../src/guestfs-actions.pod:6473 ../fish/guestfish-actions.pod:4319
 msgid "This call returns the previous umask."
 msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../src/guestfs-actions.pod:6473
+#: ../src/guestfs-actions.pod:6479
 msgid "guestfs_umount"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../src/guestfs-actions.pod:6475
+#: ../src/guestfs-actions.pod:6481
 #, no-wrap
 msgid ""
 " int\n"
@@ -18274,7 +18277,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:6479 ../fish/guestfish-actions.pod:4321
+#: ../src/guestfs-actions.pod:6485 ../fish/guestfish-actions.pod:4327
 msgid ""
 "This unmounts the given filesystem.  The filesystem may be specified either "
 "by its mountpoint (path) or the device which contains the filesystem."
@@ -18282,13 +18285,13 @@ msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../src/guestfs-actions.pod:6487
+#: ../src/guestfs-actions.pod:6493
 msgid "guestfs_umount_all"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../src/guestfs-actions.pod:6489
+#: ../src/guestfs-actions.pod:6495
 #, no-wrap
 msgid ""
 " int\n"
@@ -18298,25 +18301,25 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:6492 ../fish/guestfish-actions.pod:4331
+#: ../src/guestfs-actions.pod:6498 ../fish/guestfish-actions.pod:4337
 msgid "This unmounts all mounted filesystems."
 msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:6494 ../fish/guestfish-actions.pod:4333
+#: ../src/guestfs-actions.pod:6500 ../fish/guestfish-actions.pod:4339
 msgid "Some internal mounts are not unmounted by this call."
 msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../src/guestfs-actions.pod:6500
+#: ../src/guestfs-actions.pod:6506
 msgid "guestfs_upload"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../src/guestfs-actions.pod:6502
+#: ../src/guestfs-actions.pod:6508
 #, no-wrap
 msgid ""
 " int\n"
@@ -18328,26 +18331,26 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:6507 ../src/guestfs-actions.pod:6531
-#: ../fish/guestfish-actions.pod:4339 ../fish/guestfish-actions.pod:4352
+#: ../src/guestfs-actions.pod:6513 ../src/guestfs-actions.pod:6537
+#: ../fish/guestfish-actions.pod:4345 ../fish/guestfish-actions.pod:4358
 msgid "Upload local file C<filename> to C<remotefilename> on the filesystem."
 msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:6512
+#: ../src/guestfs-actions.pod:6518
 msgid "See also C<guestfs_download>."
 msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../src/guestfs-actions.pod:6523
+#: ../src/guestfs-actions.pod:6529
 msgid "guestfs_upload_offset"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../src/guestfs-actions.pod:6525
+#: ../src/guestfs-actions.pod:6531
 #, no-wrap
 msgid ""
 " int\n"
@@ -18360,7 +18363,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:6534 ../fish/guestfish-actions.pod:4355
+#: ../src/guestfs-actions.pod:6540 ../fish/guestfish-actions.pod:4361
 msgid ""
 "C<remotefilename> is overwritten starting at the byte C<offset> specified.  "
 "The intention is to overwrite parts of existing files or devices, although "
@@ -18371,7 +18374,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:6541
+#: ../src/guestfs-actions.pod:6547
 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 "
@@ -18380,19 +18383,19 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:6546
+#: ../src/guestfs-actions.pod:6552
 msgid "See also C<guestfs_upload>, C<guestfs_pwrite>."
 msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../src/guestfs-actions.pod:6557
+#: ../src/guestfs-actions.pod:6563
 msgid "guestfs_utimens"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../src/guestfs-actions.pod:6559
+#: ../src/guestfs-actions.pod:6565
 #, no-wrap
 msgid ""
 " int\n"
@@ -18407,13 +18410,13 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:6567 ../fish/guestfish-actions.pod:4375
+#: ../src/guestfs-actions.pod:6573 ../fish/guestfish-actions.pod:4381
 msgid "This command sets the timestamps of a file with nanosecond precision."
 msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:6570 ../fish/guestfish-actions.pod:4378
+#: ../src/guestfs-actions.pod:6576 ../fish/guestfish-actions.pod:4384
 msgid ""
 "C<atsecs, atnsecs> are the last access time (atime) in secs and nanoseconds "
 "from the epoch."
@@ -18421,7 +18424,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:6573 ../fish/guestfish-actions.pod:4381
+#: ../src/guestfs-actions.pod:6579 ../fish/guestfish-actions.pod:4387
 msgid ""
 "C<mtsecs, mtnsecs> are the last modification time (mtime) in secs and "
 "nanoseconds from the epoch."
@@ -18429,7 +18432,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:6576 ../fish/guestfish-actions.pod:4384
+#: ../src/guestfs-actions.pod:6582 ../fish/guestfish-actions.pod:4390
 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 "
@@ -18438,7 +18441,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:6580 ../fish/guestfish-actions.pod:4388
+#: ../src/guestfs-actions.pod:6586 ../fish/guestfish-actions.pod:4394
 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 "
@@ -18447,13 +18450,13 @@ msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../src/guestfs-actions.pod:6588 ../src/guestfs-structs.pod:175
+#: ../src/guestfs-actions.pod:6594 ../src/guestfs-structs.pod:175
 msgid "guestfs_version"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../src/guestfs-actions.pod:6590
+#: ../src/guestfs-actions.pod:6596
 #, no-wrap
 msgid ""
 " struct guestfs_version *\n"
@@ -18463,14 +18466,14 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:6593 ../fish/guestfish-actions.pod:4396
+#: ../src/guestfs-actions.pod:6599 ../fish/guestfish-actions.pod:4402
 msgid ""
 "Return the libguestfs version number that the program is linked against."
 msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:6596 ../fish/guestfish-actions.pod:4399
+#: ../src/guestfs-actions.pod:6602 ../fish/guestfish-actions.pod:4405
 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 "
@@ -18480,7 +18483,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:6601 ../fish/guestfish-actions.pod:4404
+#: ../src/guestfs-actions.pod:6607 ../fish/guestfish-actions.pod:4410
 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 "
@@ -18490,7 +18493,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:6607 ../fish/guestfish-actions.pod:4410
+#: ../src/guestfs-actions.pod:6613 ../fish/guestfish-actions.pod:4416
 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 "
@@ -18500,20 +18503,20 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:6613 ../fish/guestfish-actions.pod:4416
+#: ../src/guestfs-actions.pod:6619 ../fish/guestfish-actions.pod:4422
 msgid ""
 "To construct the original version string: C<$major.$minor.$release$extra>"
 msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:6616 ../fish/guestfish-actions.pod:4419
+#: ../src/guestfs-actions.pod:6622 ../fish/guestfish-actions.pod:4425
 msgid "See also: L<guestfs(3)/LIBGUESTFS VERSION NUMBERS>."
 msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:6618
+#: ../src/guestfs-actions.pod:6624
 msgid ""
 "I<Note:> Don't use this call to test for availability of features.  In "
 "enterprise distributions we backport features from later versions into "
@@ -18523,7 +18526,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:6624
+#: ../src/guestfs-actions.pod:6630
 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>."
@@ -18531,19 +18534,19 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:6628
+#: ../src/guestfs-actions.pod:6634
 msgid "(Added in 1.0.58)"
 msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../src/guestfs-actions.pod:6630
+#: ../src/guestfs-actions.pod:6636
 msgid "guestfs_vfs_label"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../src/guestfs-actions.pod:6632
+#: ../src/guestfs-actions.pod:6638
 #, no-wrap
 msgid ""
 " char *\n"
@@ -18554,37 +18557,37 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:6636 ../fish/guestfish-actions.pod:4431
+#: ../src/guestfs-actions.pod:6642 ../fish/guestfish-actions.pod:4437
 msgid "This returns the filesystem label of the filesystem on C<device>."
 msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:6639 ../fish/guestfish-actions.pod:4434
+#: ../src/guestfs-actions.pod:6645 ../fish/guestfish-actions.pod:4440
 msgid "If the filesystem is unlabeled, this returns the empty string."
 msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:6641
+#: ../src/guestfs-actions.pod:6647
 msgid "To find a filesystem from the label, use C<guestfs_findfs_label>."
 msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:6646 ../src/guestfs-actions.pod:6683
+#: ../src/guestfs-actions.pod:6652 ../src/guestfs-actions.pod:6689
 msgid "(Added in 1.3.18)"
 msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../src/guestfs-actions.pod:6648
+#: ../src/guestfs-actions.pod:6654
 msgid "guestfs_vfs_type"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../src/guestfs-actions.pod:6650
+#: ../src/guestfs-actions.pod:6656
 #, no-wrap
 msgid ""
 " char *\n"
@@ -18595,7 +18598,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:6654 ../fish/guestfish-actions.pod:4442
+#: ../src/guestfs-actions.pod:6660 ../fish/guestfish-actions.pod:4448
 msgid ""
 "This command gets the filesystem type corresponding to the filesystem on "
 "C<device>."
@@ -18603,7 +18606,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:6657 ../fish/guestfish-actions.pod:4445
+#: ../src/guestfs-actions.pod:6663 ../fish/guestfish-actions.pod:4451
 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 "
@@ -18612,13 +18615,13 @@ msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../src/guestfs-actions.pod:6667
+#: ../src/guestfs-actions.pod:6673
 msgid "guestfs_vfs_uuid"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../src/guestfs-actions.pod:6669
+#: ../src/guestfs-actions.pod:6675
 #, no-wrap
 msgid ""
 " char *\n"
@@ -18629,31 +18632,31 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:6673 ../fish/guestfish-actions.pod:4454
+#: ../src/guestfs-actions.pod:6679 ../fish/guestfish-actions.pod:4460
 msgid "This returns the filesystem UUID of the filesystem on C<device>."
 msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:6676 ../fish/guestfish-actions.pod:4457
+#: ../src/guestfs-actions.pod:6682 ../fish/guestfish-actions.pod:4463
 msgid "If the filesystem does not have a UUID, this returns the empty string."
 msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:6678
+#: ../src/guestfs-actions.pod:6684
 msgid "To find a filesystem from the UUID, use C<guestfs_findfs_uuid>."
 msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../src/guestfs-actions.pod:6685
+#: ../src/guestfs-actions.pod:6691
 msgid "guestfs_vg_activate"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../src/guestfs-actions.pod:6687
+#: ../src/guestfs-actions.pod:6693
 #, no-wrap
 msgid ""
 " int\n"
@@ -18665,7 +18668,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:6692 ../fish/guestfish-actions.pod:4465
+#: ../src/guestfs-actions.pod:6698 ../fish/guestfish-actions.pod:4471
 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 "
@@ -18675,13 +18678,13 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:6698 ../fish/guestfish-actions.pod:4471
+#: ../src/guestfs-actions.pod:6704 ../fish/guestfish-actions.pod:4477
 msgid "This command is the same as running C<vgchange -a y|n volgroups...>"
 msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:6700 ../fish/guestfish-actions.pod:4473
+#: ../src/guestfs-actions.pod:6706 ../fish/guestfish-actions.pod:4479
 msgid ""
 "Note that if C<volgroups> is an empty list then B<all> volume groups are "
 "activated or deactivated."
@@ -18689,13 +18692,13 @@ msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../src/guestfs-actions.pod:6707
+#: ../src/guestfs-actions.pod:6713
 msgid "guestfs_vg_activate_all"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../src/guestfs-actions.pod:6709
+#: ../src/guestfs-actions.pod:6715
 #, no-wrap
 msgid ""
 " int\n"
@@ -18706,7 +18709,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:6713 ../fish/guestfish-actions.pod:4480
+#: ../src/guestfs-actions.pod:6719 ../fish/guestfish-actions.pod:4486
 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 "
@@ -18716,19 +18719,19 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:6719 ../fish/guestfish-actions.pod:4486
+#: ../src/guestfs-actions.pod:6725 ../fish/guestfish-actions.pod:4492
 msgid "This command is the same as running C<vgchange -a y|n>"
 msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../src/guestfs-actions.pod:6725
+#: ../src/guestfs-actions.pod:6731
 msgid "guestfs_vgcreate"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../src/guestfs-actions.pod:6727
+#: ../src/guestfs-actions.pod:6733
 #, no-wrap
 msgid ""
 " int\n"
@@ -18740,7 +18743,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:6732 ../fish/guestfish-actions.pod:4492
+#: ../src/guestfs-actions.pod:6738 ../fish/guestfish-actions.pod:4498
 msgid ""
 "This creates an LVM volume group called C<volgroup> from the non-empty list "
 "of physical volumes C<physvols>."
@@ -18748,13 +18751,13 @@ msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../src/guestfs-actions.pod:6739
+#: ../src/guestfs-actions.pod:6745
 msgid "guestfs_vglvuuids"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../src/guestfs-actions.pod:6741
+#: ../src/guestfs-actions.pod:6747
 #, no-wrap
 msgid ""
 " char **\n"
@@ -18765,7 +18768,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:6745 ../fish/guestfish-actions.pod:4499
+#: ../src/guestfs-actions.pod:6751 ../fish/guestfish-actions.pod:4505
 msgid ""
 "Given a VG called C<vgname>, this returns the UUIDs of all the logical "
 "volumes created in this volume group."
@@ -18773,7 +18776,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:6748
+#: ../src/guestfs-actions.pod:6754
 msgid ""
 "You can use this along with C<guestfs_lvs> and C<guestfs_lvuuid> calls to "
 "associate logical volumes and volume groups."
@@ -18781,19 +18784,19 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:6751
+#: ../src/guestfs-actions.pod:6757
 msgid "See also C<guestfs_vgpvuuids>."
 msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../src/guestfs-actions.pod:6759
+#: ../src/guestfs-actions.pod:6765
 msgid "guestfs_vgpvuuids"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../src/guestfs-actions.pod:6761
+#: ../src/guestfs-actions.pod:6767
 #, no-wrap
 msgid ""
 " char **\n"
@@ -18804,7 +18807,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:6765 ../fish/guestfish-actions.pod:4511
+#: ../src/guestfs-actions.pod:6771 ../fish/guestfish-actions.pod:4517
 msgid ""
 "Given a VG called C<vgname>, this returns the UUIDs of all the physical "
 "volumes that this volume group resides on."
@@ -18812,7 +18815,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:6768
+#: ../src/guestfs-actions.pod:6774
 msgid ""
 "You can use this along with C<guestfs_pvs> and C<guestfs_pvuuid> calls to "
 "associate physical volumes and volume groups."
@@ -18820,19 +18823,19 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:6771
+#: ../src/guestfs-actions.pod:6777
 msgid "See also C<guestfs_vglvuuids>."
 msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../src/guestfs-actions.pod:6779
+#: ../src/guestfs-actions.pod:6785
 msgid "guestfs_vgremove"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../src/guestfs-actions.pod:6781
+#: ../src/guestfs-actions.pod:6787
 #, no-wrap
 msgid ""
 " int\n"
@@ -18843,26 +18846,26 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:6785 ../fish/guestfish-actions.pod:4523
+#: ../src/guestfs-actions.pod:6791 ../fish/guestfish-actions.pod:4529
 msgid "Remove an LVM volume group C<vgname>, (for example C<VG>)."
 msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:6787 ../fish/guestfish-actions.pod:4525
+#: ../src/guestfs-actions.pod:6793 ../fish/guestfish-actions.pod:4531
 msgid ""
 "This also forcibly removes all logical volumes in the volume group (if any)."
 msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../src/guestfs-actions.pod:6794
+#: ../src/guestfs-actions.pod:6800
 msgid "guestfs_vgrename"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../src/guestfs-actions.pod:6796
+#: ../src/guestfs-actions.pod:6802
 #, no-wrap
 msgid ""
 " int\n"
@@ -18874,19 +18877,19 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:6801 ../fish/guestfish-actions.pod:4532
+#: ../src/guestfs-actions.pod:6807 ../fish/guestfish-actions.pod:4538
 msgid "Rename a volume group C<volgroup> with the new name C<newvolgroup>."
 msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../src/guestfs-actions.pod:6807
+#: ../src/guestfs-actions.pod:6813
 msgid "guestfs_vgs"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../src/guestfs-actions.pod:6809
+#: ../src/guestfs-actions.pod:6815
 #, no-wrap
 msgid ""
 " char **\n"
@@ -18896,7 +18899,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:6812 ../fish/guestfish-actions.pod:4538
+#: ../src/guestfs-actions.pod:6818 ../fish/guestfish-actions.pod:4544
 msgid ""
 "List all the volumes groups detected.  This is the equivalent of the L<vgs(8)"
 "> command."
@@ -18904,7 +18907,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:6815 ../fish/guestfish-actions.pod:4541
+#: ../src/guestfs-actions.pod:6821 ../fish/guestfish-actions.pod:4547
 msgid ""
 "This returns a list of just the volume group names that were detected (eg. "
 "C<VolGroup00>)."
@@ -18912,19 +18915,19 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:6818
+#: ../src/guestfs-actions.pod:6824
 msgid "See also C<guestfs_vgs_full>."
 msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../src/guestfs-actions.pod:6826
+#: ../src/guestfs-actions.pod:6832
 msgid "guestfs_vgs_full"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../src/guestfs-actions.pod:6828
+#: ../src/guestfs-actions.pod:6834
 #, no-wrap
 msgid ""
 " struct guestfs_lvm_vg_list *\n"
@@ -18934,7 +18937,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:6831 ../fish/guestfish-actions.pod:4550
+#: ../src/guestfs-actions.pod:6837 ../fish/guestfish-actions.pod:4556
 msgid ""
 "List all the volumes groups detected.  This is the equivalent of the L<vgs(8)"
 "> command.  The \"full\" version includes all fields."
@@ -18942,7 +18945,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:6834
+#: ../src/guestfs-actions.pod:6840
 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>."
@@ -18950,13 +18953,13 @@ msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../src/guestfs-actions.pod:6840
+#: ../src/guestfs-actions.pod:6846
 msgid "guestfs_vgscan"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../src/guestfs-actions.pod:6842
+#: ../src/guestfs-actions.pod:6848
 #, no-wrap
 msgid ""
 " int\n"
@@ -18966,7 +18969,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:6845 ../fish/guestfish-actions.pod:4557
+#: ../src/guestfs-actions.pod:6851 ../fish/guestfish-actions.pod:4563
 msgid ""
 "This rescans all block devices and rebuilds the list of LVM physical "
 "volumes, volume groups and logical volumes."
@@ -18974,13 +18977,13 @@ msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../src/guestfs-actions.pod:6852
+#: ../src/guestfs-actions.pod:6858
 msgid "guestfs_vguuid"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../src/guestfs-actions.pod:6854
+#: ../src/guestfs-actions.pod:6860
 #, no-wrap
 msgid ""
 " char *\n"
@@ -18991,19 +18994,19 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:6858 ../fish/guestfish-actions.pod:4564
+#: ../src/guestfs-actions.pod:6864 ../fish/guestfish-actions.pod:4570
 msgid "This command returns the UUID of the LVM VG named C<vgname>."
 msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../src/guestfs-actions.pod:6865
+#: ../src/guestfs-actions.pod:6871
 msgid "guestfs_wait_ready"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../src/guestfs-actions.pod:6867
+#: ../src/guestfs-actions.pod:6873
 #, no-wrap
 msgid ""
 " int\n"
@@ -19013,13 +19016,13 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:6870
+#: ../src/guestfs-actions.pod:6876
 msgid "This function is a no op."
 msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:6872
+#: ../src/guestfs-actions.pod:6878
 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 "
@@ -19028,7 +19031,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:6877
+#: ../src/guestfs-actions.pod:6883
 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."
@@ -19036,13 +19039,13 @@ msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../src/guestfs-actions.pod:6885
+#: ../src/guestfs-actions.pod:6891
 msgid "guestfs_wc_c"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../src/guestfs-actions.pod:6887
+#: ../src/guestfs-actions.pod:6893
 #, no-wrap
 msgid ""
 " int\n"
@@ -19053,7 +19056,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:6891 ../fish/guestfish-actions.pod:4570
+#: ../src/guestfs-actions.pod:6897 ../fish/guestfish-actions.pod:4576
 msgid ""
 "This command counts the characters in a file, using the C<wc -c> external "
 "command."
@@ -19061,13 +19064,13 @@ msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../src/guestfs-actions.pod:6898
+#: ../src/guestfs-actions.pod:6904
 msgid "guestfs_wc_l"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../src/guestfs-actions.pod:6900
+#: ../src/guestfs-actions.pod:6906
 #, no-wrap
 msgid ""
 " int\n"
@@ -19078,20 +19081,20 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:6904 ../fish/guestfish-actions.pod:4577
+#: ../src/guestfs-actions.pod:6910 ../fish/guestfish-actions.pod:4583
 msgid ""
 "This command counts the lines in a file, using the C<wc -l> external command."
 msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../src/guestfs-actions.pod:6911
+#: ../src/guestfs-actions.pod:6917
 msgid "guestfs_wc_w"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../src/guestfs-actions.pod:6913
+#: ../src/guestfs-actions.pod:6919
 #, no-wrap
 msgid ""
 " int\n"
@@ -19102,20 +19105,20 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:6917 ../fish/guestfish-actions.pod:4584
+#: ../src/guestfs-actions.pod:6923 ../fish/guestfish-actions.pod:4590
 msgid ""
 "This command counts the words in a file, using the C<wc -w> external command."
 msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../src/guestfs-actions.pod:6924
+#: ../src/guestfs-actions.pod:6930
 msgid "guestfs_write"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../src/guestfs-actions.pod:6926
+#: ../src/guestfs-actions.pod:6932
 #, no-wrap
 msgid ""
 " int\n"
@@ -19128,7 +19131,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:6932 ../fish/guestfish-actions.pod:4591
+#: ../src/guestfs-actions.pod:6938 ../fish/guestfish-actions.pod:4597
 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)."
@@ -19136,13 +19139,13 @@ msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../src/guestfs-actions.pod:6942
+#: ../src/guestfs-actions.pod:6948
 msgid "guestfs_write_file"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../src/guestfs-actions.pod:6944
+#: ../src/guestfs-actions.pod:6950
 #, no-wrap
 msgid ""
 " int\n"
@@ -19155,7 +19158,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:6950 ../fish/guestfish-actions.pod:4601
+#: ../src/guestfs-actions.pod:6956 ../fish/guestfish-actions.pod:4607
 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>."
@@ -19163,7 +19166,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:6954 ../fish/guestfish-actions.pod:4605
+#: ../src/guestfs-actions.pod:6960 ../fish/guestfish-actions.pod:4611
 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)."
@@ -19171,7 +19174,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:6958 ../fish/guestfish-actions.pod:4609
+#: ../src/guestfs-actions.pod:6964 ../fish/guestfish-actions.pod:4615
 msgid ""
 "I<NB.> Owing to a bug, writing content containing ASCII NUL characters does "
 "I<not> work, even if the length is specified."
@@ -19179,20 +19182,20 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:6966 ../fish/guestfish-actions.pod:4615
+#: ../src/guestfs-actions.pod:6972 ../fish/guestfish-actions.pod:4621
 msgid ""
 "This function is deprecated.  In new code, use the C<write> call instead."
 msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../src/guestfs-actions.pod:6975
+#: ../src/guestfs-actions.pod:6981
 msgid "guestfs_zegrep"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../src/guestfs-actions.pod:6977
+#: ../src/guestfs-actions.pod:6983
 #, no-wrap
 msgid ""
 " char **\n"
@@ -19204,20 +19207,20 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:6982 ../fish/guestfish-actions.pod:4626
+#: ../src/guestfs-actions.pod:6988 ../fish/guestfish-actions.pod:4632
 msgid ""
 "This calls the external C<zegrep> program and returns the matching lines."
 msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../src/guestfs-actions.pod:6994
+#: ../src/guestfs-actions.pod:7000
 msgid "guestfs_zegrepi"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../src/guestfs-actions.pod:6996
+#: ../src/guestfs-actions.pod:7002
 #, no-wrap
 msgid ""
 " char **\n"
@@ -19229,20 +19232,20 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:7001 ../fish/guestfish-actions.pod:4636
+#: ../src/guestfs-actions.pod:7007 ../fish/guestfish-actions.pod:4642
 msgid ""
 "This calls the external C<zegrep -i> program and returns the matching lines."
 msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../src/guestfs-actions.pod:7013
+#: ../src/guestfs-actions.pod:7019
 msgid "guestfs_zero"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../src/guestfs-actions.pod:7015
+#: ../src/guestfs-actions.pod:7021
 #, no-wrap
 msgid ""
 " int\n"
@@ -19253,13 +19256,13 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:7019 ../fish/guestfish-actions.pod:4646
+#: ../src/guestfs-actions.pod:7025 ../fish/guestfish-actions.pod:4652
 msgid "This command writes zeroes over the first few blocks of C<device>."
 msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:7021 ../fish/guestfish-actions.pod:4648
+#: ../src/guestfs-actions.pod:7027 ../fish/guestfish-actions.pod:4654
 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 "
@@ -19268,19 +19271,19 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:7025
+#: ../src/guestfs-actions.pod:7031
 msgid "See also: C<guestfs_zero_device>, C<guestfs_scrub_device>."
 msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../src/guestfs-actions.pod:7036
+#: ../src/guestfs-actions.pod:7042
 msgid "guestfs_zero_device"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../src/guestfs-actions.pod:7038
+#: ../src/guestfs-actions.pod:7044
 #, no-wrap
 msgid ""
 " int\n"
@@ -19291,7 +19294,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:7042
+#: ../src/guestfs-actions.pod:7048
 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."
@@ -19299,19 +19302,19 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:7056
+#: ../src/guestfs-actions.pod:7062
 msgid "(Added in 1.3.1)"
 msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../src/guestfs-actions.pod:7058
+#: ../src/guestfs-actions.pod:7064
 msgid "guestfs_zerofree"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../src/guestfs-actions.pod:7060
+#: ../src/guestfs-actions.pod:7066
 #, no-wrap
 msgid ""
 " int\n"
@@ -19322,7 +19325,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:7064 ../fish/guestfish-actions.pod:4669
+#: ../src/guestfs-actions.pod:7070 ../fish/guestfish-actions.pod:4675
 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 "
@@ -19331,13 +19334,13 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:7069 ../fish/guestfish-actions.pod:4674
+#: ../src/guestfs-actions.pod:7075 ../fish/guestfish-actions.pod:4680
 msgid "You should B<not> run this program if the filesystem is mounted."
 msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:7072 ../fish/guestfish-actions.pod:4677
+#: ../src/guestfs-actions.pod:7078 ../fish/guestfish-actions.pod:4683
 msgid ""
 "It is possible that using this program can damage the filesystem or data on "
 "the filesystem."
@@ -19345,13 +19348,13 @@ msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../src/guestfs-actions.pod:7079
+#: ../src/guestfs-actions.pod:7085
 msgid "guestfs_zfgrep"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../src/guestfs-actions.pod:7081
+#: ../src/guestfs-actions.pod:7087
 #, no-wrap
 msgid ""
 " char **\n"
@@ -19363,20 +19366,20 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:7086 ../fish/guestfish-actions.pod:4684
+#: ../src/guestfs-actions.pod:7092 ../fish/guestfish-actions.pod:4690
 msgid ""
 "This calls the external C<zfgrep> program and returns the matching lines."
 msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../src/guestfs-actions.pod:7098
+#: ../src/guestfs-actions.pod:7104
 msgid "guestfs_zfgrepi"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../src/guestfs-actions.pod:7100
+#: ../src/guestfs-actions.pod:7106
 #, no-wrap
 msgid ""
 " char **\n"
@@ -19388,20 +19391,20 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:7105 ../fish/guestfish-actions.pod:4694
+#: ../src/guestfs-actions.pod:7111 ../fish/guestfish-actions.pod:4700
 msgid ""
 "This calls the external C<zfgrep -i> program and returns the matching lines."
 msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../src/guestfs-actions.pod:7117
+#: ../src/guestfs-actions.pod:7123
 msgid "guestfs_zfile"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../src/guestfs-actions.pod:7119
+#: ../src/guestfs-actions.pod:7125
 #, no-wrap
 msgid ""
 " char *\n"
@@ -19413,20 +19416,20 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:7124 ../fish/guestfish-actions.pod:4704
+#: ../src/guestfs-actions.pod:7130 ../fish/guestfish-actions.pod:4710
 msgid ""
 "This command runs C<file> after first decompressing C<path> using C<method>."
 msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:7127 ../fish/guestfish-actions.pod:4707
+#: ../src/guestfs-actions.pod:7133 ../fish/guestfish-actions.pod:4713
 msgid "C<method> must be one of C<gzip>, C<compress> or C<bzip2>."
 msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:7129
+#: ../src/guestfs-actions.pod:7135
 msgid ""
 "Since 1.0.63, use C<guestfs_file> instead which can now process compressed "
 "files."
@@ -19434,20 +19437,20 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:7135 ../fish/guestfish-actions.pod:4712
+#: ../src/guestfs-actions.pod:7141 ../fish/guestfish-actions.pod:4718
 msgid ""
 "This function is deprecated.  In new code, use the C<file> call instead."
 msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../src/guestfs-actions.pod:7144
+#: ../src/guestfs-actions.pod:7150
 msgid "guestfs_zgrep"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../src/guestfs-actions.pod:7146
+#: ../src/guestfs-actions.pod:7152
 #, no-wrap
 msgid ""
 " char **\n"
@@ -19459,20 +19462,20 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:7151 ../fish/guestfish-actions.pod:4723
+#: ../src/guestfs-actions.pod:7157 ../fish/guestfish-actions.pod:4729
 msgid ""
 "This calls the external C<zgrep> program and returns the matching lines."
 msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../src/guestfs-actions.pod:7163
+#: ../src/guestfs-actions.pod:7169
 msgid "guestfs_zgrepi"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../src/guestfs-actions.pod:7165
+#: ../src/guestfs-actions.pod:7171
 #, no-wrap
 msgid ""
 " char **\n"
@@ -19484,7 +19487,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../src/guestfs-actions.pod:7170 ../fish/guestfish-actions.pod:4733
+#: ../src/guestfs-actions.pod:7176 ../fish/guestfish-actions.pod:4739
 msgid ""
 "This calls the external C<zgrep -i> program and returns the matching lines."
 msgstr ""
@@ -20355,7 +20358,7 @@ msgstr ""
 # type: =head1
 #. type: =head1
 #: ../fish/guestfish.pod:41 ../fish/guestfish.pod:897
-#: ../fuse/guestmount.pod:39 ../tools/virt-edit.pl:58
+#: ../fuse/guestmount.pod:39 ../tools/virt-edit.pl:63
 #: ../tools/virt-resize.pl:64 ../tools/virt-tar.pl:45
 msgid "EXAMPLES"
 msgstr ""
@@ -20649,7 +20652,7 @@ msgstr ""
 # type: =head1
 #. type: =head1
 #: ../fish/guestfish.pod:148 ../test-tool/libguestfs-test-tool.pod:37
-#: ../fuse/guestmount.pod:73 ../tools/virt-edit.pl:72
+#: ../fuse/guestmount.pod:73 ../tools/virt-edit.pl:77
 #: ../tools/virt-win-reg.pl:96 ../tools/virt-resize.pl:254
 #: ../tools/virt-list-filesystems.pl:53 ../tools/virt-tar.pl:98
 #: ../tools/virt-make-fs.pl:153 ../tools/virt-list-partitions.pl:54
@@ -20659,7 +20662,7 @@ msgstr ""
 # type: =item
 #. type: =item
 #: ../fish/guestfish.pod:152 ../fuse/guestmount.pod:131
-#: ../tools/virt-edit.pl:80 ../tools/virt-win-reg.pl:104
+#: ../tools/virt-edit.pl:85 ../tools/virt-win-reg.pl:104
 #: ../tools/virt-resize.pl:262 ../tools/virt-list-filesystems.pl:61
 #: ../tools/virt-tar.pl:106 ../tools/virt-make-fs.pl:161
 #: ../tools/virt-list-partitions.pl:62
@@ -20734,13 +20737,12 @@ msgid ""
 "particular format use the I<--format=..> option."
 msgstr ""
 
-# type: textblock
 #. type: textblock
 #: ../fish/guestfish.pod:177
 msgid ""
 "Using this flag is mostly equivalent to using the C<add> command, with "
 "C<readonly:true> if the I<--ro> flag was given, and with C<format:...> if "
-"the I<--format:...> flag was given."
+"the I<--format=...> flag was given."
 msgstr ""
 
 # type: =item
@@ -21296,7 +21298,7 @@ msgstr ""
 
 # type: =item
 #. type: =item
-#: ../fish/guestfish.pod:383 ../tools/virt-edit.pl:88
+#: ../fish/guestfish.pod:383 ../tools/virt-edit.pl:93
 #: ../tools/virt-win-reg.pl:112 ../tools/virt-resize.pl:270
 #: ../tools/virt-list-filesystems.pl:69 ../tools/virt-tar.pl:114
 #: ../tools/virt-make-fs.pl:169 ../tools/virt-list-partitions.pl:70
@@ -23038,10 +23040,10 @@ msgstr ""
 # type: textblock
 #. type: textblock
 #: ../fish/guestfish.pod:1117 ../test-tool/libguestfs-test-tool.pod:124
-#: ../fuse/guestmount.pod:253 ../tools/virt-edit.pl:370
+#: ../fuse/guestmount.pod:253 ../tools/virt-edit.pl:415
 #: ../tools/virt-win-reg.pl:606 ../tools/virt-resize.pl:1512
 #: ../tools/virt-list-filesystems.pl:210 ../tools/virt-tar.pl:300
-#: ../tools/virt-make-fs.pl:567 ../tools/virt-list-partitions.pl:277
+#: ../tools/virt-make-fs.pl:572 ../tools/virt-list-partitions.pl:277
 msgid ""
 "This program is free software; you can redistribute it and/or modify it "
 "under the terms of the GNU General Public License as published by the Free "
@@ -23052,10 +23054,10 @@ msgstr ""
 # type: textblock
 #. type: textblock
 #: ../fish/guestfish.pod:1122 ../test-tool/libguestfs-test-tool.pod:129
-#: ../fuse/guestmount.pod:258 ../tools/virt-edit.pl:375
+#: ../fuse/guestmount.pod:258 ../tools/virt-edit.pl:420
 #: ../tools/virt-win-reg.pl:611 ../tools/virt-resize.pl:1517
 #: ../tools/virt-list-filesystems.pl:215 ../tools/virt-tar.pl:305
-#: ../tools/virt-make-fs.pl:572 ../tools/virt-list-partitions.pl:282
+#: ../tools/virt-make-fs.pl:577 ../tools/virt-list-partitions.pl:282
 msgid ""
 "This program is distributed in the hope that it will be useful, but WITHOUT "
 "ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or "
@@ -23066,10 +23068,10 @@ msgstr ""
 # type: textblock
 #. type: textblock
 #: ../fish/guestfish.pod:1127 ../test-tool/libguestfs-test-tool.pod:134
-#: ../fuse/guestmount.pod:263 ../tools/virt-edit.pl:380
+#: ../fuse/guestmount.pod:263 ../tools/virt-edit.pl:425
 #: ../tools/virt-win-reg.pl:616 ../tools/virt-resize.pl:1522
 #: ../tools/virt-list-filesystems.pl:220 ../tools/virt-tar.pl:310
-#: ../tools/virt-make-fs.pl:577 ../tools/virt-list-partitions.pl:287
+#: ../tools/virt-make-fs.pl:582 ../tools/virt-list-partitions.pl:287
 msgid ""
 "You should have received a copy of the GNU General Public License along with "
 "this program; if not, write to the Free Software Foundation, Inc., 675 Mass "
@@ -23151,7 +23153,7 @@ msgstr ""
 # type: textblock
 #. type: textblock
 #: ../fish/guestfish-actions.pod:67 ../fish/guestfish-actions.pod:131
-#: ../fish/guestfish-actions.pod:2842
+#: ../fish/guestfish-actions.pod:2848
 msgid ""
 "This command has one or more optional arguments.  See L</OPTIONAL ARGUMENTS>."
 msgstr ""
@@ -23666,10 +23668,10 @@ msgstr ""
 #: ../fish/guestfish-actions.pod:423 ../fish/guestfish-actions.pod:432
 #: ../fish/guestfish-actions.pod:656 ../fish/guestfish-actions.pod:825
 #: ../fish/guestfish-actions.pod:844 ../fish/guestfish-actions.pod:1221
-#: ../fish/guestfish-actions.pod:4197 ../fish/guestfish-actions.pod:4209
-#: ../fish/guestfish-actions.pod:4220 ../fish/guestfish-actions.pod:4231
-#: ../fish/guestfish-actions.pod:4283 ../fish/guestfish-actions.pod:4292
-#: ../fish/guestfish-actions.pod:4346 ../fish/guestfish-actions.pod:4369
+#: ../fish/guestfish-actions.pod:4203 ../fish/guestfish-actions.pod:4215
+#: ../fish/guestfish-actions.pod:4226 ../fish/guestfish-actions.pod:4237
+#: ../fish/guestfish-actions.pod:4289 ../fish/guestfish-actions.pod:4298
+#: ../fish/guestfish-actions.pod:4352 ../fish/guestfish-actions.pod:4375
 msgid "Use C<-> instead of a filename to read/write from stdin/stdout."
 msgstr ""
 
@@ -25013,7 +25015,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../fish/guestfish-actions.pod:1434 ../fish/guestfish-actions.pod:2261
+#: ../fish/guestfish-actions.pod:1434 ../fish/guestfish-actions.pod:2265
 msgid ""
 "Normally it is better to get all extended attributes from a file in one go "
 "by calling L</getxattrs>.  However some Linux filesystem implementations are "
@@ -25354,10 +25356,10 @@ msgstr ""
 #: ../fish/guestfish-actions.pod:1675 ../fish/guestfish-actions.pod:1691
 #: ../fish/guestfish-actions.pod:1765 ../fish/guestfish-actions.pod:1783
 #: ../fish/guestfish-actions.pod:1798 ../fish/guestfish-actions.pod:1819
-#: ../fish/guestfish-actions.pod:1834 ../fish/guestfish-actions.pod:1857
-#: ../fish/guestfish-actions.pod:1879 ../fish/guestfish-actions.pod:1903
-#: ../fish/guestfish-actions.pod:1933 ../fish/guestfish-actions.pod:1968
-#: ../fish/guestfish-actions.pod:1984
+#: ../fish/guestfish-actions.pod:1834 ../fish/guestfish-actions.pod:1861
+#: ../fish/guestfish-actions.pod:1883 ../fish/guestfish-actions.pod:1907
+#: ../fish/guestfish-actions.pod:1937 ../fish/guestfish-actions.pod:1972
+#: ../fish/guestfish-actions.pod:1988
 msgid ""
 "This function should only be called with a root device string as returned by "
 "L</inspect-os>."
@@ -25479,7 +25481,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../fish/guestfish-actions.pod:1850
+#: ../fish/guestfish-actions.pod:1854
 msgid ""
 "Please read L<guestfs(3)/INSPECTION> for more details.  See also L</inspect-"
 "get-filesystems>."
@@ -25487,13 +25489,13 @@ msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../fish/guestfish-actions.pod:1853
+#: ../fish/guestfish-actions.pod:1857
 msgid "inspect-get-package-format"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../fish/guestfish-actions.pod:1855
+#: ../fish/guestfish-actions.pod:1859
 #, no-wrap
 msgid ""
 " inspect-get-package-format root\n"
@@ -25502,7 +25504,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../fish/guestfish-actions.pod:1860
+#: ../fish/guestfish-actions.pod:1864
 msgid ""
 "This function and L</inspect-get-package-management> return the package "
 "format and package management tool used by the inspected operating system.  "
@@ -25512,13 +25514,13 @@ msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../fish/guestfish-actions.pod:1875
+#: ../fish/guestfish-actions.pod:1879
 msgid "inspect-get-package-management"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../fish/guestfish-actions.pod:1877
+#: ../fish/guestfish-actions.pod:1881
 #, no-wrap
 msgid ""
 " inspect-get-package-management root\n"
@@ -25527,7 +25529,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../fish/guestfish-actions.pod:1882
+#: ../fish/guestfish-actions.pod:1886
 msgid ""
 "L</inspect-get-package-format> and this function return the package format "
 "and package management tool used by the inspected operating system.  For "
@@ -25537,13 +25539,13 @@ msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../fish/guestfish-actions.pod:1899
+#: ../fish/guestfish-actions.pod:1903
 msgid "inspect-get-product-name"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../fish/guestfish-actions.pod:1901
+#: ../fish/guestfish-actions.pod:1905
 #, no-wrap
 msgid ""
 " inspect-get-product-name root\n"
@@ -25552,13 +25554,13 @@ msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../fish/guestfish-actions.pod:1916
+#: ../fish/guestfish-actions.pod:1920
 msgid "inspect-get-roots"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../fish/guestfish-actions.pod:1918
+#: ../fish/guestfish-actions.pod:1922
 #, no-wrap
 msgid ""
 " inspect-get-roots\n"
@@ -25567,7 +25569,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../fish/guestfish-actions.pod:1920
+#: ../fish/guestfish-actions.pod:1924
 msgid ""
 "This function is a convenient way to get the list of root devices, as "
 "returned from a previous call to L</inspect-os>, but without redoing the "
@@ -25576,7 +25578,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../fish/guestfish-actions.pod:1924
+#: ../fish/guestfish-actions.pod:1928
 msgid ""
 "This returns an empty list if either no root devices were found or the "
 "caller has not called L</inspect-os>."
@@ -25584,13 +25586,13 @@ msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../fish/guestfish-actions.pod:1929
+#: ../fish/guestfish-actions.pod:1933
 msgid "inspect-get-type"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../fish/guestfish-actions.pod:1931
+#: ../fish/guestfish-actions.pod:1935
 #, no-wrap
 msgid ""
 " inspect-get-type root\n"
@@ -25599,13 +25601,13 @@ msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../fish/guestfish-actions.pod:1964
+#: ../fish/guestfish-actions.pod:1968
 msgid "inspect-get-windows-systemroot"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../fish/guestfish-actions.pod:1966
+#: ../fish/guestfish-actions.pod:1970
 #, no-wrap
 msgid ""
 " inspect-get-windows-systemroot root\n"
@@ -25614,13 +25616,13 @@ msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../fish/guestfish-actions.pod:1980
+#: ../fish/guestfish-actions.pod:1984
 msgid "inspect-list-applications"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../fish/guestfish-actions.pod:1982
+#: ../fish/guestfish-actions.pod:1986
 #, no-wrap
 msgid ""
 " inspect-list-applications root\n"
@@ -25629,7 +25631,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../fish/guestfish-actions.pod:1989
+#: ../fish/guestfish-actions.pod:1993
 msgid ""
 "I<Note:> This call works differently from other parts of the inspection "
 "API.  You have to call L</inspect-os>, then L</inspect-get-mountpoints>, "
@@ -25642,13 +25644,13 @@ msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../fish/guestfish-actions.pod:2079
+#: ../fish/guestfish-actions.pod:2083
 msgid "inspect-os"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../fish/guestfish-actions.pod:2081
+#: ../fish/guestfish-actions.pod:2085
 #, no-wrap
 msgid ""
 " inspect-os\n"
@@ -25657,7 +25659,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../fish/guestfish-actions.pod:2096
+#: ../fish/guestfish-actions.pod:2100
 msgid ""
 "You can pass the root string(s) returned to other L</inspect-get-*> "
 "functions in order to query further information about each operating system, "
@@ -25666,7 +25668,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../fish/guestfish-actions.pod:2101
+#: ../fish/guestfish-actions.pod:2105
 msgid ""
 "This function uses other libguestfs features such as L</mount-ro> and L</"
 "umount-all> in order to mount and unmount filesystems and look at the "
@@ -25676,20 +25678,20 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../fish/guestfish-actions.pod:2113 ../fish/guestfish-actions.pod:2289
-#: ../fish/guestfish-actions.pod:2335
+#: ../fish/guestfish-actions.pod:2117 ../fish/guestfish-actions.pod:2293
+#: ../fish/guestfish-actions.pod:2339
 msgid "See also L</list-filesystems>."
 msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../fish/guestfish-actions.pod:2115
+#: ../fish/guestfish-actions.pod:2119
 msgid "is-blockdev"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../fish/guestfish-actions.pod:2117
+#: ../fish/guestfish-actions.pod:2121
 #, no-wrap
 msgid ""
 " is-blockdev path\n"
@@ -25698,22 +25700,22 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../fish/guestfish-actions.pod:2122 ../fish/guestfish-actions.pod:2140
-#: ../fish/guestfish-actions.pod:2159 ../fish/guestfish-actions.pod:2168
-#: ../fish/guestfish-actions.pod:2178 ../fish/guestfish-actions.pod:2212
-#: ../fish/guestfish-actions.pod:2221
+#: ../fish/guestfish-actions.pod:2126 ../fish/guestfish-actions.pod:2144
+#: ../fish/guestfish-actions.pod:2163 ../fish/guestfish-actions.pod:2172
+#: ../fish/guestfish-actions.pod:2182 ../fish/guestfish-actions.pod:2216
+#: ../fish/guestfish-actions.pod:2225
 msgid "See also L</stat>."
 msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../fish/guestfish-actions.pod:2124
+#: ../fish/guestfish-actions.pod:2128
 msgid "is-busy"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../fish/guestfish-actions.pod:2126
+#: ../fish/guestfish-actions.pod:2130
 #, no-wrap
 msgid ""
 " is-busy\n"
@@ -25722,13 +25724,13 @@ msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../fish/guestfish-actions.pod:2133
+#: ../fish/guestfish-actions.pod:2137
 msgid "is-chardev"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../fish/guestfish-actions.pod:2135
+#: ../fish/guestfish-actions.pod:2139
 #, no-wrap
 msgid ""
 " is-chardev path\n"
@@ -25737,13 +25739,13 @@ msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../fish/guestfish-actions.pod:2142
+#: ../fish/guestfish-actions.pod:2146
 msgid "is-config"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../fish/guestfish-actions.pod:2144
+#: ../fish/guestfish-actions.pod:2148
 #, no-wrap
 msgid ""
 " is-config\n"
@@ -25752,13 +25754,13 @@ msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../fish/guestfish-actions.pod:2151
+#: ../fish/guestfish-actions.pod:2155
 msgid "is-dir"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../fish/guestfish-actions.pod:2153
+#: ../fish/guestfish-actions.pod:2157
 #, no-wrap
 msgid ""
 " is-dir path\n"
@@ -25767,13 +25769,13 @@ msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../fish/guestfish-actions.pod:2161
+#: ../fish/guestfish-actions.pod:2165
 msgid "is-fifo"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../fish/guestfish-actions.pod:2163
+#: ../fish/guestfish-actions.pod:2167
 #, no-wrap
 msgid ""
 " is-fifo path\n"
@@ -25782,13 +25784,13 @@ msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../fish/guestfish-actions.pod:2170
+#: ../fish/guestfish-actions.pod:2174
 msgid "is-file"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../fish/guestfish-actions.pod:2172
+#: ../fish/guestfish-actions.pod:2176
 #, no-wrap
 msgid ""
 " is-file path\n"
@@ -25797,13 +25799,13 @@ msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../fish/guestfish-actions.pod:2180
+#: ../fish/guestfish-actions.pod:2184
 msgid "is-launching"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../fish/guestfish-actions.pod:2182
+#: ../fish/guestfish-actions.pod:2186
 #, no-wrap
 msgid ""
 " is-launching\n"
@@ -25812,13 +25814,13 @@ msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../fish/guestfish-actions.pod:2189
+#: ../fish/guestfish-actions.pod:2193
 msgid "is-lv"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../fish/guestfish-actions.pod:2191
+#: ../fish/guestfish-actions.pod:2195
 #, no-wrap
 msgid ""
 " is-lv device\n"
@@ -25827,13 +25829,13 @@ msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../fish/guestfish-actions.pod:2196
+#: ../fish/guestfish-actions.pod:2200
 msgid "is-ready"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../fish/guestfish-actions.pod:2198
+#: ../fish/guestfish-actions.pod:2202
 #, no-wrap
 msgid ""
 " is-ready\n"
@@ -25842,13 +25844,13 @@ msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../fish/guestfish-actions.pod:2205
+#: ../fish/guestfish-actions.pod:2209
 msgid "is-socket"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../fish/guestfish-actions.pod:2207
+#: ../fish/guestfish-actions.pod:2211
 #, no-wrap
 msgid ""
 " is-socket path\n"
@@ -25857,13 +25859,13 @@ msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../fish/guestfish-actions.pod:2214
+#: ../fish/guestfish-actions.pod:2218
 msgid "is-symlink"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../fish/guestfish-actions.pod:2216
+#: ../fish/guestfish-actions.pod:2220
 #, no-wrap
 msgid ""
 " is-symlink path\n"
@@ -25872,13 +25874,13 @@ msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../fish/guestfish-actions.pod:2223
+#: ../fish/guestfish-actions.pod:2227
 msgid "kill-subprocess"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../fish/guestfish-actions.pod:2225
+#: ../fish/guestfish-actions.pod:2229
 #, no-wrap
 msgid ""
 " kill-subprocess\n"
@@ -25887,19 +25889,19 @@ msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../fish/guestfish-actions.pod:2229
+#: ../fish/guestfish-actions.pod:2233
 msgid "launch"
 msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../fish/guestfish-actions.pod:2231
+#: ../fish/guestfish-actions.pod:2235
 msgid "run"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../fish/guestfish-actions.pod:2233
+#: ../fish/guestfish-actions.pod:2237
 #, no-wrap
 msgid ""
 " launch\n"
@@ -25908,13 +25910,13 @@ msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../fish/guestfish-actions.pod:2241
+#: ../fish/guestfish-actions.pod:2245
 msgid "lchown"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../fish/guestfish-actions.pod:2243
+#: ../fish/guestfish-actions.pod:2247
 #, no-wrap
 msgid ""
 " lchown owner group path\n"
@@ -25923,7 +25925,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../fish/guestfish-actions.pod:2245
+#: ../fish/guestfish-actions.pod:2249
 msgid ""
 "Change the file owner to C<owner> and group to C<group>.  This is like L</"
 "chown> but if C<path> is a symlink then the link itself is changed, not the "
@@ -25932,13 +25934,13 @@ msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../fish/guestfish-actions.pod:2253
+#: ../fish/guestfish-actions.pod:2257
 msgid "lgetxattr"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../fish/guestfish-actions.pod:2255
+#: ../fish/guestfish-actions.pod:2259
 #, no-wrap
 msgid ""
 " lgetxattr path name\n"
@@ -25947,19 +25949,19 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../fish/guestfish-actions.pod:2271
+#: ../fish/guestfish-actions.pod:2275
 msgid "See also: L</lgetxattrs>, L</getxattr>, L<attr(5)>."
 msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../fish/guestfish-actions.pod:2273
+#: ../fish/guestfish-actions.pod:2277
 msgid "lgetxattrs"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../fish/guestfish-actions.pod:2275
+#: ../fish/guestfish-actions.pod:2279
 #, no-wrap
 msgid ""
 " lgetxattrs path\n"
@@ -25968,7 +25970,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../fish/guestfish-actions.pod:2277
+#: ../fish/guestfish-actions.pod:2281
 msgid ""
 "This is the same as L</getxattrs>, but if C<path> is a symbolic link, then "
 "it returns the extended attributes of the link itself."
@@ -25976,13 +25978,13 @@ msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../fish/guestfish-actions.pod:2281
+#: ../fish/guestfish-actions.pod:2285
 msgid "list-devices"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../fish/guestfish-actions.pod:2283
+#: ../fish/guestfish-actions.pod:2287
 #, no-wrap
 msgid ""
 " list-devices\n"
@@ -25991,13 +25993,13 @@ msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../fish/guestfish-actions.pod:2291
+#: ../fish/guestfish-actions.pod:2295
 msgid "list-filesystems"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../fish/guestfish-actions.pod:2293
+#: ../fish/guestfish-actions.pod:2297
 #, no-wrap
 msgid ""
 " list-filesystems\n"
@@ -26006,7 +26008,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../fish/guestfish-actions.pod:2312
+#: ../fish/guestfish-actions.pod:2316
 msgid ""
 "This command runs other libguestfs commands, which might include L</mount> "
 "and L</umount>, and therefore you should use this soon after launch and only "
@@ -26015,7 +26017,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../fish/guestfish-actions.pod:2316
+#: ../fish/guestfish-actions.pod:2320
 msgid ""
 "Not all of the filesystems returned will be mountable.  In particular, swap "
 "partitions are returned in the list.  Also this command does not check that "
@@ -26026,13 +26028,13 @@ msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../fish/guestfish-actions.pod:2324
+#: ../fish/guestfish-actions.pod:2328
 msgid "list-partitions"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../fish/guestfish-actions.pod:2326
+#: ../fish/guestfish-actions.pod:2330
 #, no-wrap
 msgid ""
 " list-partitions\n"
@@ -26041,7 +26043,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../fish/guestfish-actions.pod:2332
+#: ../fish/guestfish-actions.pod:2336
 msgid ""
 "This does not return logical volumes.  For that you will need to call L</"
 "lvs>."
@@ -26049,13 +26051,13 @@ msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../fish/guestfish-actions.pod:2337
+#: ../fish/guestfish-actions.pod:2341
 msgid "ll"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../fish/guestfish-actions.pod:2339
+#: ../fish/guestfish-actions.pod:2343
 #, no-wrap
 msgid ""
 " ll directory\n"
@@ -26064,13 +26066,13 @@ msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../fish/guestfish-actions.pod:2347
+#: ../fish/guestfish-actions.pod:2351
 msgid "ln"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../fish/guestfish-actions.pod:2349
+#: ../fish/guestfish-actions.pod:2353
 #, no-wrap
 msgid ""
 " ln target linkname\n"
@@ -26079,13 +26081,13 @@ msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../fish/guestfish-actions.pod:2353
+#: ../fish/guestfish-actions.pod:2357
 msgid "ln-f"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../fish/guestfish-actions.pod:2355
+#: ../fish/guestfish-actions.pod:2359
 #, no-wrap
 msgid ""
 " ln-f target linkname\n"
@@ -26094,13 +26096,13 @@ msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../fish/guestfish-actions.pod:2360
+#: ../fish/guestfish-actions.pod:2364
 msgid "ln-s"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../fish/guestfish-actions.pod:2362
+#: ../fish/guestfish-actions.pod:2366
 #, no-wrap
 msgid ""
 " ln-s target linkname\n"
@@ -26109,13 +26111,13 @@ msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../fish/guestfish-actions.pod:2366
+#: ../fish/guestfish-actions.pod:2370
 msgid "ln-sf"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../fish/guestfish-actions.pod:2368
+#: ../fish/guestfish-actions.pod:2372
 #, no-wrap
 msgid ""
 " ln-sf target linkname\n"
@@ -26124,13 +26126,13 @@ msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../fish/guestfish-actions.pod:2373
+#: ../fish/guestfish-actions.pod:2377
 msgid "lremovexattr"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../fish/guestfish-actions.pod:2375
+#: ../fish/guestfish-actions.pod:2379
 #, no-wrap
 msgid ""
 " lremovexattr xattr path\n"
@@ -26139,7 +26141,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../fish/guestfish-actions.pod:2377
+#: ../fish/guestfish-actions.pod:2381
 msgid ""
 "This is the same as L</removexattr>, but if C<path> is a symbolic link, then "
 "it removes an extended attribute of the link itself."
@@ -26147,13 +26149,13 @@ msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../fish/guestfish-actions.pod:2381
+#: ../fish/guestfish-actions.pod:2385
 msgid "ls"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../fish/guestfish-actions.pod:2383
+#: ../fish/guestfish-actions.pod:2387
 #, no-wrap
 msgid ""
 " ls directory\n"
@@ -26162,7 +26164,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../fish/guestfish-actions.pod:2389
+#: ../fish/guestfish-actions.pod:2393
 msgid ""
 "This command is mostly useful for interactive sessions.  Programs should "
 "probably use L</readdir> instead."
@@ -26170,13 +26172,13 @@ msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../fish/guestfish-actions.pod:2392
+#: ../fish/guestfish-actions.pod:2396
 msgid "lsetxattr"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../fish/guestfish-actions.pod:2394
+#: ../fish/guestfish-actions.pod:2398
 #, no-wrap
 msgid ""
 " lsetxattr xattr val vallen path\n"
@@ -26185,7 +26187,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../fish/guestfish-actions.pod:2396
+#: ../fish/guestfish-actions.pod:2400
 msgid ""
 "This is the same as L</setxattr>, but if C<path> is a symbolic link, then it "
 "sets an extended attribute of the link itself."
@@ -26193,13 +26195,13 @@ msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../fish/guestfish-actions.pod:2400
+#: ../fish/guestfish-actions.pod:2404
 msgid "lstat"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../fish/guestfish-actions.pod:2402
+#: ../fish/guestfish-actions.pod:2406
 #, no-wrap
 msgid ""
 " lstat path\n"
@@ -26208,7 +26210,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../fish/guestfish-actions.pod:2406
+#: ../fish/guestfish-actions.pod:2410
 msgid ""
 "This is the same as L</stat> except that if C<path> is a symbolic link, then "
 "the link is stat-ed, not the file it refers to."
@@ -26216,13 +26218,13 @@ msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../fish/guestfish-actions.pod:2412
+#: ../fish/guestfish-actions.pod:2416
 msgid "lstatlist"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../fish/guestfish-actions.pod:2414
+#: ../fish/guestfish-actions.pod:2418
 #, no-wrap
 msgid ""
 " lstatlist path 'names ...'\n"
@@ -26231,7 +26233,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../fish/guestfish-actions.pod:2416
+#: ../fish/guestfish-actions.pod:2420
 msgid ""
 "This call allows you to perform the L</lstat> operation on multiple files, "
 "where all files are in the directory C<path>.  C<names> is the list of files "
@@ -26240,7 +26242,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../fish/guestfish-actions.pod:2425
+#: ../fish/guestfish-actions.pod:2429
 msgid ""
 "This call is intended for programs that want to efficiently list a directory "
 "contents without making many round-trips.  See also L</lxattrlist> for a "
@@ -26252,13 +26254,13 @@ msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../fish/guestfish-actions.pod:2433
+#: ../fish/guestfish-actions.pod:2437
 msgid "luks-add-key"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../fish/guestfish-actions.pod:2435
+#: ../fish/guestfish-actions.pod:2439
 #, no-wrap
 msgid ""
 " luks-add-key device keyslot\n"
@@ -26267,7 +26269,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../fish/guestfish-actions.pod:2442
+#: ../fish/guestfish-actions.pod:2446
 msgid ""
 "Note that if C<keyslot> already contains a key, then this command will "
 "fail.  You have to use L</luks-kill-slot> first to remove that key."
@@ -26275,9 +26277,9 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../fish/guestfish-actions.pod:2446 ../fish/guestfish-actions.pod:2468
-#: ../fish/guestfish-actions.pod:2481 ../fish/guestfish-actions.pod:2495
-#: ../fish/guestfish-actions.pod:2518 ../fish/guestfish-actions.pod:2528
+#: ../fish/guestfish-actions.pod:2450 ../fish/guestfish-actions.pod:2472
+#: ../fish/guestfish-actions.pod:2485 ../fish/guestfish-actions.pod:2499
+#: ../fish/guestfish-actions.pod:2522 ../fish/guestfish-actions.pod:2532
 msgid ""
 "This command has one or more key or passphrase parameters.  Guestfish will "
 "prompt for these separately."
@@ -26285,13 +26287,13 @@ msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../fish/guestfish-actions.pod:2449
+#: ../fish/guestfish-actions.pod:2453
 msgid "luks-close"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../fish/guestfish-actions.pod:2451
+#: ../fish/guestfish-actions.pod:2455
 #, no-wrap
 msgid ""
 " luks-close device\n"
@@ -26300,7 +26302,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../fish/guestfish-actions.pod:2453
+#: ../fish/guestfish-actions.pod:2457
 msgid ""
 "This closes a LUKS device that was created earlier by L</luks-open> or L</"
 "luks-open-ro>.  The C<device> parameter must be the name of the LUKS mapping "
@@ -26310,13 +26312,13 @@ msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../fish/guestfish-actions.pod:2459
+#: ../fish/guestfish-actions.pod:2463
 msgid "luks-format"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../fish/guestfish-actions.pod:2461
+#: ../fish/guestfish-actions.pod:2465
 #, no-wrap
 msgid ""
 " luks-format device keyslot\n"
@@ -26325,13 +26327,13 @@ msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../fish/guestfish-actions.pod:2474
+#: ../fish/guestfish-actions.pod:2478
 msgid "luks-format-cipher"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../fish/guestfish-actions.pod:2476
+#: ../fish/guestfish-actions.pod:2480
 #, no-wrap
 msgid ""
 " luks-format-cipher device keyslot cipher\n"
@@ -26340,7 +26342,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../fish/guestfish-actions.pod:2478
+#: ../fish/guestfish-actions.pod:2482
 msgid ""
 "This command is the same as L</luks-format> but it also allows you to set "
 "the C<cipher> used."
@@ -26348,13 +26350,13 @@ msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../fish/guestfish-actions.pod:2487
+#: ../fish/guestfish-actions.pod:2491
 msgid "luks-kill-slot"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../fish/guestfish-actions.pod:2489
+#: ../fish/guestfish-actions.pod:2493
 #, no-wrap
 msgid ""
 " luks-kill-slot device keyslot\n"
@@ -26363,13 +26365,13 @@ msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../fish/guestfish-actions.pod:2498
+#: ../fish/guestfish-actions.pod:2502
 msgid "luks-open"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../fish/guestfish-actions.pod:2500
+#: ../fish/guestfish-actions.pod:2504
 #, no-wrap
 msgid ""
 " luks-open device mapname\n"
@@ -26378,7 +26380,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../fish/guestfish-actions.pod:2514
+#: ../fish/guestfish-actions.pod:2518
 msgid ""
 "If this block device contains LVM volume groups, then calling L</vgscan> "
 "followed by L</vg-activate-all> will make them visible."
@@ -26386,13 +26388,13 @@ msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../fish/guestfish-actions.pod:2521
+#: ../fish/guestfish-actions.pod:2525
 msgid "luks-open-ro"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../fish/guestfish-actions.pod:2523
+#: ../fish/guestfish-actions.pod:2527
 #, no-wrap
 msgid ""
 " luks-open-ro device mapname\n"
@@ -26401,20 +26403,20 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../fish/guestfish-actions.pod:2525
+#: ../fish/guestfish-actions.pod:2529
 msgid ""
 "This is the same as L</luks-open> except that a read-only mapping is created."
 msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../fish/guestfish-actions.pod:2531
+#: ../fish/guestfish-actions.pod:2535
 msgid "lvcreate"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../fish/guestfish-actions.pod:2533
+#: ../fish/guestfish-actions.pod:2537
 #, no-wrap
 msgid ""
 " lvcreate logvol volgroup mbytes\n"
@@ -26423,13 +26425,13 @@ msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../fish/guestfish-actions.pod:2538
+#: ../fish/guestfish-actions.pod:2542
 msgid "lvm-canonical-lv-name"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../fish/guestfish-actions.pod:2540
+#: ../fish/guestfish-actions.pod:2544
 #, no-wrap
 msgid ""
 " lvm-canonical-lv-name lvname\n"
@@ -26438,19 +26440,19 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../fish/guestfish-actions.pod:2549
+#: ../fish/guestfish-actions.pod:2553
 msgid "See also L</is-lv>."
 msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../fish/guestfish-actions.pod:2551
+#: ../fish/guestfish-actions.pod:2555
 msgid "lvm-clear-filter"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../fish/guestfish-actions.pod:2553
+#: ../fish/guestfish-actions.pod:2557
 #, no-wrap
 msgid ""
 " lvm-clear-filter\n"
@@ -26459,7 +26461,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../fish/guestfish-actions.pod:2555
+#: ../fish/guestfish-actions.pod:2559
 msgid ""
 "This undoes the effect of L</lvm-set-filter>.  LVM will be able to see every "
 "block device."
@@ -26467,13 +26469,13 @@ msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../fish/guestfish-actions.pod:2561
+#: ../fish/guestfish-actions.pod:2565
 msgid "lvm-remove-all"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../fish/guestfish-actions.pod:2563
+#: ../fish/guestfish-actions.pod:2567
 #, no-wrap
 msgid ""
 " lvm-remove-all\n"
@@ -26482,13 +26484,13 @@ msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../fish/guestfish-actions.pod:2571
+#: ../fish/guestfish-actions.pod:2575
 msgid "lvm-set-filter"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../fish/guestfish-actions.pod:2573
+#: ../fish/guestfish-actions.pod:2577
 #, no-wrap
 msgid ""
 " lvm-set-filter 'devices ...'\n"
@@ -26497,13 +26499,13 @@ msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../fish/guestfish-actions.pod:2598
+#: ../fish/guestfish-actions.pod:2602
 msgid "lvremove"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../fish/guestfish-actions.pod:2600
+#: ../fish/guestfish-actions.pod:2604
 #, no-wrap
 msgid ""
 " lvremove device\n"
@@ -26512,13 +26514,13 @@ msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../fish/guestfish-actions.pod:2608
+#: ../fish/guestfish-actions.pod:2612
 msgid "lvrename"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../fish/guestfish-actions.pod:2610
+#: ../fish/guestfish-actions.pod:2614
 #, no-wrap
 msgid ""
 " lvrename logvol newlogvol\n"
@@ -26527,13 +26529,13 @@ msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../fish/guestfish-actions.pod:2614
+#: ../fish/guestfish-actions.pod:2618
 msgid "lvresize"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../fish/guestfish-actions.pod:2616
+#: ../fish/guestfish-actions.pod:2620
 #, no-wrap
 msgid ""
 " lvresize device mbytes\n"
@@ -26542,13 +26544,13 @@ msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../fish/guestfish-actions.pod:2622
+#: ../fish/guestfish-actions.pod:2626
 msgid "lvresize-free"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../fish/guestfish-actions.pod:2624
+#: ../fish/guestfish-actions.pod:2628
 #, no-wrap
 msgid ""
 " lvresize-free lv percent\n"
@@ -26557,13 +26559,13 @@ msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../fish/guestfish-actions.pod:2632
+#: ../fish/guestfish-actions.pod:2636
 msgid "lvs"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../fish/guestfish-actions.pod:2634
+#: ../fish/guestfish-actions.pod:2638
 #, no-wrap
 msgid ""
 " lvs\n"
@@ -26572,19 +26574,19 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../fish/guestfish-actions.pod:2642
+#: ../fish/guestfish-actions.pod:2646
 msgid "See also L</lvs-full>, L</list-filesystems>."
 msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../fish/guestfish-actions.pod:2644
+#: ../fish/guestfish-actions.pod:2648
 msgid "lvs-full"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../fish/guestfish-actions.pod:2646
+#: ../fish/guestfish-actions.pod:2650
 #, no-wrap
 msgid ""
 " lvs-full\n"
@@ -26593,13 +26595,13 @@ msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../fish/guestfish-actions.pod:2651
+#: ../fish/guestfish-actions.pod:2655
 msgid "lvuuid"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../fish/guestfish-actions.pod:2653
+#: ../fish/guestfish-actions.pod:2657
 #, no-wrap
 msgid ""
 " lvuuid device\n"
@@ -26608,13 +26610,13 @@ msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../fish/guestfish-actions.pod:2657
+#: ../fish/guestfish-actions.pod:2661
 msgid "lxattrlist"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../fish/guestfish-actions.pod:2659
+#: ../fish/guestfish-actions.pod:2663
 #, no-wrap
 msgid ""
 " lxattrlist path 'names ...'\n"
@@ -26623,7 +26625,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../fish/guestfish-actions.pod:2675
+#: ../fish/guestfish-actions.pod:2679
 msgid ""
 "This call is intended for programs that want to efficiently list a directory "
 "contents without making many round-trips.  See also L</lstatlist> for a "
@@ -26635,13 +26637,13 @@ msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../fish/guestfish-actions.pod:2683
+#: ../fish/guestfish-actions.pod:2687
 msgid "mkdir"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../fish/guestfish-actions.pod:2685
+#: ../fish/guestfish-actions.pod:2689
 #, no-wrap
 msgid ""
 " mkdir path\n"
@@ -26650,13 +26652,13 @@ msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../fish/guestfish-actions.pod:2689
+#: ../fish/guestfish-actions.pod:2693
 msgid "mkdir-mode"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../fish/guestfish-actions.pod:2691
+#: ../fish/guestfish-actions.pod:2695
 #, no-wrap
 msgid ""
 " mkdir-mode path mode\n"
@@ -26665,19 +26667,19 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../fish/guestfish-actions.pod:2700
+#: ../fish/guestfish-actions.pod:2704
 msgid "See also L</mkdir>, L</umask>"
 msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../fish/guestfish-actions.pod:2702
+#: ../fish/guestfish-actions.pod:2706
 msgid "mkdir-p"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../fish/guestfish-actions.pod:2704
+#: ../fish/guestfish-actions.pod:2708
 #, no-wrap
 msgid ""
 " mkdir-p path\n"
@@ -26686,13 +26688,13 @@ msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../fish/guestfish-actions.pod:2709
+#: ../fish/guestfish-actions.pod:2713
 msgid "mkdtemp"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../fish/guestfish-actions.pod:2711
+#: ../fish/guestfish-actions.pod:2715
 #, no-wrap
 msgid ""
 " mkdtemp template\n"
@@ -26701,13 +26703,13 @@ msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../fish/guestfish-actions.pod:2732
+#: ../fish/guestfish-actions.pod:2736
 msgid "mke2fs-J"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../fish/guestfish-actions.pod:2734
+#: ../fish/guestfish-actions.pod:2738
 #, no-wrap
 msgid ""
 " mke2fs-J fstype blocksize device journal\n"
@@ -26716,19 +26718,19 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../fish/guestfish-actions.pod:2742
+#: ../fish/guestfish-actions.pod:2746
 msgid "See also L</mke2journal>."
 msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../fish/guestfish-actions.pod:2744
+#: ../fish/guestfish-actions.pod:2748
 msgid "mke2fs-JL"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../fish/guestfish-actions.pod:2746
+#: ../fish/guestfish-actions.pod:2750
 #, no-wrap
 msgid ""
 " mke2fs-JL fstype blocksize device label\n"
@@ -26737,19 +26739,19 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../fish/guestfish-actions.pod:2751
+#: ../fish/guestfish-actions.pod:2755
 msgid "See also L</mke2journal-L>."
 msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../fish/guestfish-actions.pod:2753
+#: ../fish/guestfish-actions.pod:2757
 msgid "mke2fs-JU"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../fish/guestfish-actions.pod:2755
+#: ../fish/guestfish-actions.pod:2759
 #, no-wrap
 msgid ""
 " mke2fs-JU fstype blocksize device uuid\n"
@@ -26758,19 +26760,19 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../fish/guestfish-actions.pod:2760
+#: ../fish/guestfish-actions.pod:2764
 msgid "See also L</mke2journal-U>."
 msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../fish/guestfish-actions.pod:2762
+#: ../fish/guestfish-actions.pod:2766
 msgid "mke2journal"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../fish/guestfish-actions.pod:2764
+#: ../fish/guestfish-actions.pod:2768
 #, no-wrap
 msgid ""
 " mke2journal blocksize device\n"
@@ -26779,13 +26781,13 @@ msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../fish/guestfish-actions.pod:2771
+#: ../fish/guestfish-actions.pod:2775
 msgid "mke2journal-L"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../fish/guestfish-actions.pod:2773
+#: ../fish/guestfish-actions.pod:2777
 #, no-wrap
 msgid ""
 " mke2journal-L blocksize label device\n"
@@ -26794,13 +26796,13 @@ msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../fish/guestfish-actions.pod:2777
+#: ../fish/guestfish-actions.pod:2781
 msgid "mke2journal-U"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../fish/guestfish-actions.pod:2779
+#: ../fish/guestfish-actions.pod:2783
 #, no-wrap
 msgid ""
 " mke2journal-U blocksize uuid device\n"
@@ -26809,13 +26811,13 @@ msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../fish/guestfish-actions.pod:2783
+#: ../fish/guestfish-actions.pod:2787
 msgid "mkfifo"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../fish/guestfish-actions.pod:2785
+#: ../fish/guestfish-actions.pod:2789
 #, no-wrap
 msgid ""
 " mkfifo mode path\n"
@@ -26824,7 +26826,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../fish/guestfish-actions.pod:2787
+#: ../fish/guestfish-actions.pod:2791
 msgid ""
 "This call creates a FIFO (named pipe) called C<path> with mode C<mode>.  It "
 "is just a convenient wrapper around L</mknod>."
@@ -26832,13 +26834,13 @@ msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../fish/guestfish-actions.pod:2793
+#: ../fish/guestfish-actions.pod:2797
 msgid "mkfs"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../fish/guestfish-actions.pod:2795
+#: ../fish/guestfish-actions.pod:2799
 #, no-wrap
 msgid ""
 " mkfs fstype device\n"
@@ -26847,13 +26849,13 @@ msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../fish/guestfish-actions.pod:2801
+#: ../fish/guestfish-actions.pod:2805
 msgid "mkfs-b"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../fish/guestfish-actions.pod:2803
+#: ../fish/guestfish-actions.pod:2807
 #, no-wrap
 msgid ""
 " mkfs-b fstype blocksize device\n"
@@ -26862,7 +26864,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../fish/guestfish-actions.pod:2805
+#: ../fish/guestfish-actions.pod:2809
 msgid ""
 "This call is similar to L</mkfs>, but it allows you to control the block "
 "size of the resulting filesystem.  Supported block sizes depend on the "
@@ -26871,13 +26873,13 @@ msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../fish/guestfish-actions.pod:2820
+#: ../fish/guestfish-actions.pod:2824
 msgid "mkfs-opts"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../fish/guestfish-actions.pod:2822
+#: ../fish/guestfish-actions.pod:2826
 #, no-wrap
 msgid ""
 " mkfs-opts fstype device [blocksize:..]\n"
@@ -26886,13 +26888,13 @@ msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../fish/guestfish-actions.pod:2844
+#: ../fish/guestfish-actions.pod:2850
 msgid "mkmountpoint"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../fish/guestfish-actions.pod:2846
+#: ../fish/guestfish-actions.pod:2852
 #, no-wrap
 msgid ""
 " mkmountpoint exemptpath\n"
@@ -26901,7 +26903,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../fish/guestfish-actions.pod:2848
+#: ../fish/guestfish-actions.pod:2854
 msgid ""
 "L</mkmountpoint> and L</rmmountpoint> are specialized calls that can be used "
 "to create extra mountpoints before mounting the first filesystem."
@@ -26909,7 +26911,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../fish/guestfish-actions.pod:2872
+#: ../fish/guestfish-actions.pod:2878
 msgid ""
 "L</mkmountpoint> is not compatible with L</umount-all>.  You may get "
 "unexpected errors if you try to mix these calls.  It is safest to manually "
@@ -26918,7 +26920,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../fish/guestfish-actions.pod:2876
+#: ../fish/guestfish-actions.pod:2882
 msgid ""
 "L</umount-all> unmounts filesystems by sorting the paths longest first, so "
 "for this to work for manual mountpoints, you must ensure that the innermost "
@@ -26927,7 +26929,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../fish/guestfish-actions.pod:2883
+#: ../fish/guestfish-actions.pod:2889
 msgid ""
 "Autosync [see L</set-autosync>, this is set by default on handles] means "
 "that L</umount-all> is called when the handle is closed which can also "
@@ -26936,13 +26938,13 @@ msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../fish/guestfish-actions.pod:2887
+#: ../fish/guestfish-actions.pod:2893
 msgid "mknod"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../fish/guestfish-actions.pod:2889
+#: ../fish/guestfish-actions.pod:2895
 #, no-wrap
 msgid ""
 " mknod mode devmajor devminor path\n"
@@ -26951,7 +26953,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../fish/guestfish-actions.pod:2899
+#: ../fish/guestfish-actions.pod:2905
 msgid ""
 "Note that, just like L<mknod(2)>, the mode must be bitwise OR'd with "
 "S_IFBLK, S_IFCHR, S_IFIFO or S_IFSOCK (otherwise this call just creates a "
@@ -26963,13 +26965,13 @@ msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../fish/guestfish-actions.pod:2909
+#: ../fish/guestfish-actions.pod:2915
 msgid "mknod-b"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../fish/guestfish-actions.pod:2911
+#: ../fish/guestfish-actions.pod:2917
 #, no-wrap
 msgid ""
 " mknod-b mode devmajor devminor path\n"
@@ -26978,7 +26980,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../fish/guestfish-actions.pod:2913
+#: ../fish/guestfish-actions.pod:2919
 msgid ""
 "This call creates a block device node called C<path> with mode C<mode> and "
 "device major/minor C<devmajor> and C<devminor>.  It is just a convenient "
@@ -26987,13 +26989,13 @@ msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../fish/guestfish-actions.pod:2919
+#: ../fish/guestfish-actions.pod:2925
 msgid "mknod-c"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../fish/guestfish-actions.pod:2921
+#: ../fish/guestfish-actions.pod:2927
 #, no-wrap
 msgid ""
 " mknod-c mode devmajor devminor path\n"
@@ -27002,7 +27004,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../fish/guestfish-actions.pod:2923
+#: ../fish/guestfish-actions.pod:2929
 msgid ""
 "This call creates a char device node called C<path> with mode C<mode> and "
 "device major/minor C<devmajor> and C<devminor>.  It is just a convenient "
@@ -27011,13 +27013,13 @@ msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../fish/guestfish-actions.pod:2929
+#: ../fish/guestfish-actions.pod:2935
 msgid "mkswap"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../fish/guestfish-actions.pod:2931
+#: ../fish/guestfish-actions.pod:2937
 #, no-wrap
 msgid ""
 " mkswap device\n"
@@ -27026,13 +27028,13 @@ msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../fish/guestfish-actions.pod:2935
+#: ../fish/guestfish-actions.pod:2941
 msgid "mkswap-L"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../fish/guestfish-actions.pod:2937
+#: ../fish/guestfish-actions.pod:2943
 #, no-wrap
 msgid ""
 " mkswap-L label device\n"
@@ -27041,13 +27043,13 @@ msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../fish/guestfish-actions.pod:2945
+#: ../fish/guestfish-actions.pod:2951
 msgid "mkswap-U"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../fish/guestfish-actions.pod:2947
+#: ../fish/guestfish-actions.pod:2953
 #, no-wrap
 msgid ""
 " mkswap-U uuid device\n"
@@ -27056,13 +27058,13 @@ msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../fish/guestfish-actions.pod:2951
+#: ../fish/guestfish-actions.pod:2957
 msgid "mkswap-file"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../fish/guestfish-actions.pod:2953
+#: ../fish/guestfish-actions.pod:2959
 #, no-wrap
 msgid ""
 " mkswap-file path\n"
@@ -27071,7 +27073,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../fish/guestfish-actions.pod:2957
+#: ../fish/guestfish-actions.pod:2963
 msgid ""
 "This command just writes a swap file signature to an existing file.  To "
 "create the file itself, use something like L</fallocate>."
@@ -27079,13 +27081,13 @@ msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../fish/guestfish-actions.pod:2960
+#: ../fish/guestfish-actions.pod:2966
 msgid "modprobe"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../fish/guestfish-actions.pod:2962
+#: ../fish/guestfish-actions.pod:2968
 #, no-wrap
 msgid ""
 " modprobe modulename\n"
@@ -27094,13 +27096,13 @@ msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../fish/guestfish-actions.pod:2969
+#: ../fish/guestfish-actions.pod:2975
 msgid "mount"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../fish/guestfish-actions.pod:2971
+#: ../fish/guestfish-actions.pod:2977
 #, no-wrap
 msgid ""
 " mount device mountpoint\n"
@@ -27109,7 +27111,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../fish/guestfish-actions.pod:2987
+#: ../fish/guestfish-actions.pod:2993
 msgid ""
 "B<Important note:> When you use this call, the filesystem options C<sync> "
 "and C<noatime> are set implicitly.  This was originally done because we "
@@ -27122,13 +27124,13 @@ msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../fish/guestfish-actions.pod:2997
+#: ../fish/guestfish-actions.pod:3003
 msgid "mount-loop"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../fish/guestfish-actions.pod:2999
+#: ../fish/guestfish-actions.pod:3005
 #, no-wrap
 msgid ""
 " mount-loop file mountpoint\n"
@@ -27137,13 +27139,13 @@ msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../fish/guestfish-actions.pod:3005
+#: ../fish/guestfish-actions.pod:3011
 msgid "mount-options"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../fish/guestfish-actions.pod:3007
+#: ../fish/guestfish-actions.pod:3013
 #, no-wrap
 msgid ""
 " mount-options options device mountpoint\n"
@@ -27152,7 +27154,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../fish/guestfish-actions.pod:3009
+#: ../fish/guestfish-actions.pod:3015
 msgid ""
 "This is the same as the L</mount> command, but it allows you to set the "
 "mount options as for the L<mount(8)> I<-o> flag."
@@ -27160,13 +27162,13 @@ msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../fish/guestfish-actions.pod:3017
+#: ../fish/guestfish-actions.pod:3023
 msgid "mount-ro"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../fish/guestfish-actions.pod:3019
+#: ../fish/guestfish-actions.pod:3025
 #, no-wrap
 msgid ""
 " mount-ro device mountpoint\n"
@@ -27175,7 +27177,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../fish/guestfish-actions.pod:3021
+#: ../fish/guestfish-actions.pod:3027
 msgid ""
 "This is the same as the L</mount> command, but it mounts the filesystem with "
 "the read-only (I<-o ro>) flag."
@@ -27183,13 +27185,13 @@ msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../fish/guestfish-actions.pod:3024
+#: ../fish/guestfish-actions.pod:3030
 msgid "mount-vfs"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../fish/guestfish-actions.pod:3026
+#: ../fish/guestfish-actions.pod:3032
 #, no-wrap
 msgid ""
 " mount-vfs options vfstype device mountpoint\n"
@@ -27198,7 +27200,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../fish/guestfish-actions.pod:3028
+#: ../fish/guestfish-actions.pod:3034
 msgid ""
 "This is the same as the L</mount> command, but it allows you to set both the "
 "mount options and the vfstype as for the L<mount(8)> I<-o> and I<-t> flags."
@@ -27206,13 +27208,13 @@ msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../fish/guestfish-actions.pod:3032
+#: ../fish/guestfish-actions.pod:3038
 msgid "mountpoints"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../fish/guestfish-actions.pod:3034
+#: ../fish/guestfish-actions.pod:3040
 #, no-wrap
 msgid ""
 " mountpoints\n"
@@ -27221,7 +27223,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../fish/guestfish-actions.pod:3036
+#: ../fish/guestfish-actions.pod:3042
 msgid ""
 "This call is similar to L</mounts>.  That call returns a list of devices.  "
 "This one returns a hash table (map) of device name to directory where the "
@@ -27230,13 +27232,13 @@ msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../fish/guestfish-actions.pod:3040
+#: ../fish/guestfish-actions.pod:3046
 msgid "mounts"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../fish/guestfish-actions.pod:3042
+#: ../fish/guestfish-actions.pod:3048
 #, no-wrap
 msgid ""
 " mounts\n"
@@ -27245,19 +27247,19 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../fish/guestfish-actions.pod:3049
+#: ../fish/guestfish-actions.pod:3055
 msgid "See also: L</mountpoints>"
 msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../fish/guestfish-actions.pod:3051
+#: ../fish/guestfish-actions.pod:3057
 msgid "mv"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../fish/guestfish-actions.pod:3053
+#: ../fish/guestfish-actions.pod:3059
 #, no-wrap
 msgid ""
 " mv src dest\n"
@@ -27266,13 +27268,13 @@ msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../fish/guestfish-actions.pod:3058
+#: ../fish/guestfish-actions.pod:3064
 msgid "ntfs-3g-probe"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../fish/guestfish-actions.pod:3060
+#: ../fish/guestfish-actions.pod:3066
 #, no-wrap
 msgid ""
 " ntfs-3g-probe true|false device\n"
@@ -27281,13 +27283,13 @@ msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../fish/guestfish-actions.pod:3074
+#: ../fish/guestfish-actions.pod:3080
 msgid "ntfsresize"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../fish/guestfish-actions.pod:3076
+#: ../fish/guestfish-actions.pod:3082
 #, no-wrap
 msgid ""
 " ntfsresize device\n"
@@ -27296,13 +27298,13 @@ msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../fish/guestfish-actions.pod:3082
+#: ../fish/guestfish-actions.pod:3088
 msgid "ntfsresize-size"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../fish/guestfish-actions.pod:3084
+#: ../fish/guestfish-actions.pod:3090
 #, no-wrap
 msgid ""
 " ntfsresize-size device size\n"
@@ -27311,7 +27313,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../fish/guestfish-actions.pod:3086
+#: ../fish/guestfish-actions.pod:3092
 msgid ""
 "This command is the same as L</ntfsresize> except that it allows you to "
 "specify the new size (in bytes) explicitly."
@@ -27319,13 +27321,13 @@ msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../fish/guestfish-actions.pod:3089
+#: ../fish/guestfish-actions.pod:3095
 msgid "part-add"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../fish/guestfish-actions.pod:3091
+#: ../fish/guestfish-actions.pod:3097
 #, no-wrap
 msgid ""
 " part-add device prlogex startsect endsect\n"
@@ -27334,7 +27336,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../fish/guestfish-actions.pod:3093
+#: ../fish/guestfish-actions.pod:3099
 msgid ""
 "This command adds a partition to C<device>.  If there is no partition table "
 "on the device, call L</part-init> first."
@@ -27342,7 +27344,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../fish/guestfish-actions.pod:3105
+#: ../fish/guestfish-actions.pod:3111
 msgid ""
 "Creating a partition which covers the whole disk is not so easy.  Use L</"
 "part-disk> to do that."
@@ -27350,13 +27352,13 @@ msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../fish/guestfish-actions.pod:3108
+#: ../fish/guestfish-actions.pod:3114
 msgid "part-del"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../fish/guestfish-actions.pod:3110
+#: ../fish/guestfish-actions.pod:3116
 #, no-wrap
 msgid ""
 " part-del device partnum\n"
@@ -27365,13 +27367,13 @@ msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../fish/guestfish-actions.pod:3118
+#: ../fish/guestfish-actions.pod:3124
 msgid "part-disk"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../fish/guestfish-actions.pod:3120
+#: ../fish/guestfish-actions.pod:3126
 #, no-wrap
 msgid ""
 " part-disk device parttype\n"
@@ -27380,7 +27382,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../fish/guestfish-actions.pod:3122
+#: ../fish/guestfish-actions.pod:3128
 msgid ""
 "This command is simply a combination of L</part-init> followed by L</part-"
 "add> to create a single primary partition covering the whole disk."
@@ -27388,7 +27390,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../fish/guestfish-actions.pod:3126
+#: ../fish/guestfish-actions.pod:3132
 msgid ""
 "C<parttype> is the partition table type, usually C<mbr> or C<gpt>, but other "
 "possible values are described in L</part-init>."
@@ -27396,13 +27398,13 @@ msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../fish/guestfish-actions.pod:3132
+#: ../fish/guestfish-actions.pod:3138
 msgid "part-get-bootable"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../fish/guestfish-actions.pod:3134
+#: ../fish/guestfish-actions.pod:3140
 #, no-wrap
 msgid ""
 " part-get-bootable device partnum\n"
@@ -27411,19 +27413,19 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../fish/guestfish-actions.pod:3139
+#: ../fish/guestfish-actions.pod:3145
 msgid "See also L</part-set-bootable>."
 msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../fish/guestfish-actions.pod:3141
+#: ../fish/guestfish-actions.pod:3147
 msgid "part-get-mbr-id"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../fish/guestfish-actions.pod:3143
+#: ../fish/guestfish-actions.pod:3149
 #, no-wrap
 msgid ""
 " part-get-mbr-id device partnum\n"
@@ -27432,7 +27434,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../fish/guestfish-actions.pod:3148 ../fish/guestfish-actions.pod:3286
+#: ../fish/guestfish-actions.pod:3154 ../fish/guestfish-actions.pod:3292
 msgid ""
 "Note that only MBR (old DOS-style) partitions have type bytes.  You will get "
 "undefined results for other partition table types (see L</part-get-"
@@ -27441,13 +27443,13 @@ msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../fish/guestfish-actions.pod:3152
+#: ../fish/guestfish-actions.pod:3158
 msgid "part-get-parttype"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../fish/guestfish-actions.pod:3154
+#: ../fish/guestfish-actions.pod:3160
 #, no-wrap
 msgid ""
 " part-get-parttype device\n"
@@ -27456,7 +27458,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../fish/guestfish-actions.pod:3159
+#: ../fish/guestfish-actions.pod:3165
 msgid ""
 "Common return values include: C<msdos> (a DOS/Windows style MBR partition "
 "table), C<gpt> (a GPT/EFI-style partition table).  Other values are "
@@ -27465,13 +27467,13 @@ msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../fish/guestfish-actions.pod:3164
+#: ../fish/guestfish-actions.pod:3170
 msgid "part-init"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../fish/guestfish-actions.pod:3166
+#: ../fish/guestfish-actions.pod:3172
 #, no-wrap
 msgid ""
 " part-init device parttype\n"
@@ -27480,7 +27482,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../fish/guestfish-actions.pod:3172
+#: ../fish/guestfish-actions.pod:3178
 msgid ""
 "Initially there are no partitions.  Following this, you should call L</part-"
 "add> for each partition required."
@@ -27488,13 +27490,13 @@ msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../fish/guestfish-actions.pod:3235
+#: ../fish/guestfish-actions.pod:3241
 msgid "part-list"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../fish/guestfish-actions.pod:3237
+#: ../fish/guestfish-actions.pod:3243
 #, no-wrap
 msgid ""
 " part-list device\n"
@@ -27503,7 +27505,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../fish/guestfish-actions.pod:3252
+#: ../fish/guestfish-actions.pod:3258
 msgid ""
 "Start of the partition I<in bytes>.  To get sectors you have to divide by "
 "the device's sector size, see L</blockdev-getss>."
@@ -27511,13 +27513,13 @@ msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../fish/guestfish-actions.pod:3265
+#: ../fish/guestfish-actions.pod:3271
 msgid "part-set-bootable"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../fish/guestfish-actions.pod:3267
+#: ../fish/guestfish-actions.pod:3273
 #, no-wrap
 msgid ""
 " part-set-bootable device partnum true|false\n"
@@ -27526,13 +27528,13 @@ msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../fish/guestfish-actions.pod:3276
+#: ../fish/guestfish-actions.pod:3282
 msgid "part-set-mbr-id"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../fish/guestfish-actions.pod:3278
+#: ../fish/guestfish-actions.pod:3284
 #, no-wrap
 msgid ""
 " part-set-mbr-id device partnum idbyte\n"
@@ -27541,13 +27543,13 @@ msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../fish/guestfish-actions.pod:3290
+#: ../fish/guestfish-actions.pod:3296
 msgid "part-set-name"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../fish/guestfish-actions.pod:3292
+#: ../fish/guestfish-actions.pod:3298
 #, no-wrap
 msgid ""
 " part-set-name device partnum name\n"
@@ -27556,13 +27558,13 @@ msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../fish/guestfish-actions.pod:3300
+#: ../fish/guestfish-actions.pod:3306
 msgid "part-to-dev"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../fish/guestfish-actions.pod:3302
+#: ../fish/guestfish-actions.pod:3308
 #, no-wrap
 msgid ""
 " part-to-dev partition\n"
@@ -27571,7 +27573,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../fish/guestfish-actions.pod:3308
+#: ../fish/guestfish-actions.pod:3314
 msgid ""
 "The named partition must exist, for example as a string returned from L</"
 "list-partitions>."
@@ -27579,13 +27581,13 @@ msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../fish/guestfish-actions.pod:3311
+#: ../fish/guestfish-actions.pod:3317
 msgid "ping-daemon"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../fish/guestfish-actions.pod:3313
+#: ../fish/guestfish-actions.pod:3319
 #, no-wrap
 msgid ""
 " ping-daemon\n"
@@ -27594,13 +27596,13 @@ msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../fish/guestfish-actions.pod:3320
+#: ../fish/guestfish-actions.pod:3326
 msgid "pread"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../fish/guestfish-actions.pod:3322
+#: ../fish/guestfish-actions.pod:3328
 #, no-wrap
 msgid ""
 " pread path count offset\n"
@@ -27609,19 +27611,19 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../fish/guestfish-actions.pod:3330
+#: ../fish/guestfish-actions.pod:3336
 msgid "See also L</pwrite>, L</pread-device>."
 msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../fish/guestfish-actions.pod:3335
+#: ../fish/guestfish-actions.pod:3341
 msgid "pread-device"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../fish/guestfish-actions.pod:3337
+#: ../fish/guestfish-actions.pod:3343
 #, no-wrap
 msgid ""
 " pread-device device count offset\n"
@@ -27630,19 +27632,19 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../fish/guestfish-actions.pod:3345
+#: ../fish/guestfish-actions.pod:3351
 msgid "See also L</pread>."
 msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../fish/guestfish-actions.pod:3350
+#: ../fish/guestfish-actions.pod:3356
 msgid "pvcreate"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../fish/guestfish-actions.pod:3352
+#: ../fish/guestfish-actions.pod:3358
 #, no-wrap
 msgid ""
 " pvcreate device\n"
@@ -27651,13 +27653,13 @@ msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../fish/guestfish-actions.pod:3358
+#: ../fish/guestfish-actions.pod:3364
 msgid "pvremove"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../fish/guestfish-actions.pod:3360
+#: ../fish/guestfish-actions.pod:3366
 #, no-wrap
 msgid ""
 " pvremove device\n"
@@ -27666,13 +27668,13 @@ msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../fish/guestfish-actions.pod:3369
+#: ../fish/guestfish-actions.pod:3375
 msgid "pvresize"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../fish/guestfish-actions.pod:3371
+#: ../fish/guestfish-actions.pod:3377
 #, no-wrap
 msgid ""
 " pvresize device\n"
@@ -27681,13 +27683,13 @@ msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../fish/guestfish-actions.pod:3376
+#: ../fish/guestfish-actions.pod:3382
 msgid "pvresize-size"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../fish/guestfish-actions.pod:3378
+#: ../fish/guestfish-actions.pod:3384
 #, no-wrap
 msgid ""
 " pvresize-size device size\n"
@@ -27696,7 +27698,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../fish/guestfish-actions.pod:3380
+#: ../fish/guestfish-actions.pod:3386
 msgid ""
 "This command is the same as L</pvresize> except that it allows you to "
 "specify the new size (in bytes) explicitly."
@@ -27704,13 +27706,13 @@ msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../fish/guestfish-actions.pod:3383
+#: ../fish/guestfish-actions.pod:3389
 msgid "pvs"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../fish/guestfish-actions.pod:3385
+#: ../fish/guestfish-actions.pod:3391
 #, no-wrap
 msgid ""
 " pvs\n"
@@ -27719,19 +27721,19 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../fish/guestfish-actions.pod:3393
+#: ../fish/guestfish-actions.pod:3399
 msgid "See also L</pvs-full>."
 msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../fish/guestfish-actions.pod:3395
+#: ../fish/guestfish-actions.pod:3401
 msgid "pvs-full"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../fish/guestfish-actions.pod:3397
+#: ../fish/guestfish-actions.pod:3403
 #, no-wrap
 msgid ""
 " pvs-full\n"
@@ -27740,13 +27742,13 @@ msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../fish/guestfish-actions.pod:3402
+#: ../fish/guestfish-actions.pod:3408
 msgid "pvuuid"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../fish/guestfish-actions.pod:3404
+#: ../fish/guestfish-actions.pod:3410
 #, no-wrap
 msgid ""
 " pvuuid device\n"
@@ -27755,13 +27757,13 @@ msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../fish/guestfish-actions.pod:3408
+#: ../fish/guestfish-actions.pod:3414
 msgid "pwrite"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../fish/guestfish-actions.pod:3410
+#: ../fish/guestfish-actions.pod:3416
 #, no-wrap
 msgid ""
 " pwrite path content offset\n"
@@ -27770,19 +27772,19 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../fish/guestfish-actions.pod:3421
+#: ../fish/guestfish-actions.pod:3427
 msgid "See also L</pread>, L</pwrite-device>."
 msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../fish/guestfish-actions.pod:3426
+#: ../fish/guestfish-actions.pod:3432
 msgid "pwrite-device"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../fish/guestfish-actions.pod:3428
+#: ../fish/guestfish-actions.pod:3434
 #, no-wrap
 msgid ""
 " pwrite-device device content offset\n"
@@ -27791,19 +27793,19 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../fish/guestfish-actions.pod:3438
+#: ../fish/guestfish-actions.pod:3444
 msgid "See also L</pwrite>."
 msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../fish/guestfish-actions.pod:3443
+#: ../fish/guestfish-actions.pod:3449
 msgid "read-file"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../fish/guestfish-actions.pod:3445
+#: ../fish/guestfish-actions.pod:3451
 #, no-wrap
 msgid ""
 " read-file path\n"
@@ -27812,7 +27814,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../fish/guestfish-actions.pod:3450
+#: ../fish/guestfish-actions.pod:3456
 msgid ""
 "Unlike L</cat>, this function can correctly handle files that contain "
 "embedded ASCII NUL characters.  However unlike L</download>, this function "
@@ -27821,13 +27823,13 @@ msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../fish/guestfish-actions.pod:3458
+#: ../fish/guestfish-actions.pod:3464
 msgid "read-lines"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../fish/guestfish-actions.pod:3460
+#: ../fish/guestfish-actions.pod:3466
 #, no-wrap
 msgid ""
 " read-lines path\n"
@@ -27836,7 +27838,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../fish/guestfish-actions.pod:3467
+#: ../fish/guestfish-actions.pod:3473
 msgid ""
 "Note that this function cannot correctly handle binary files (specifically, "
 "files containing C<\\0> character which is treated as end of line).  For "
@@ -27846,13 +27848,13 @@ msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../fish/guestfish-actions.pod:3472
+#: ../fish/guestfish-actions.pod:3478
 msgid "readdir"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../fish/guestfish-actions.pod:3474
+#: ../fish/guestfish-actions.pod:3480
 #, no-wrap
 msgid ""
 " readdir dir\n"
@@ -27861,7 +27863,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../fish/guestfish-actions.pod:3526
+#: ../fish/guestfish-actions.pod:3532
 msgid ""
 "This function is primarily intended for use by programs.  To get a simple "
 "list of names, use L</ls>.  To get a printable directory for human "
@@ -27870,13 +27872,13 @@ msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../fish/guestfish-actions.pod:3530
+#: ../fish/guestfish-actions.pod:3536
 msgid "readlink"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../fish/guestfish-actions.pod:3532
+#: ../fish/guestfish-actions.pod:3538
 #, no-wrap
 msgid ""
 " readlink path\n"
@@ -27885,13 +27887,13 @@ msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../fish/guestfish-actions.pod:3536
+#: ../fish/guestfish-actions.pod:3542
 msgid "readlinklist"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../fish/guestfish-actions.pod:3538
+#: ../fish/guestfish-actions.pod:3544
 #, no-wrap
 msgid ""
 " readlinklist path 'names ...'\n"
@@ -27900,13 +27902,13 @@ msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../fish/guestfish-actions.pod:3562
+#: ../fish/guestfish-actions.pod:3568
 msgid "realpath"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../fish/guestfish-actions.pod:3564
+#: ../fish/guestfish-actions.pod:3570
 #, no-wrap
 msgid ""
 " realpath path\n"
@@ -27915,13 +27917,13 @@ msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../fish/guestfish-actions.pod:3569
+#: ../fish/guestfish-actions.pod:3575
 msgid "removexattr"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../fish/guestfish-actions.pod:3571
+#: ../fish/guestfish-actions.pod:3577
 #, no-wrap
 msgid ""
 " removexattr xattr path\n"
@@ -27930,19 +27932,19 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../fish/guestfish-actions.pod:3576
+#: ../fish/guestfish-actions.pod:3582
 msgid "See also: L</lremovexattr>, L<attr(5)>."
 msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../fish/guestfish-actions.pod:3578
+#: ../fish/guestfish-actions.pod:3584
 msgid "resize2fs"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../fish/guestfish-actions.pod:3580
+#: ../fish/guestfish-actions.pod:3586
 #, no-wrap
 msgid ""
 " resize2fs device\n"
@@ -27951,7 +27953,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../fish/guestfish-actions.pod:3585
+#: ../fish/guestfish-actions.pod:3591
 msgid ""
 "I<Note:> It is sometimes required that you run L</e2fsck-f> on the C<device> "
 "before calling this command.  For unknown reasons C<resize2fs> sometimes "
@@ -27961,13 +27963,13 @@ msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../fish/guestfish-actions.pod:3591
+#: ../fish/guestfish-actions.pod:3597
 msgid "resize2fs-size"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../fish/guestfish-actions.pod:3593
+#: ../fish/guestfish-actions.pod:3599
 #, no-wrap
 msgid ""
 " resize2fs-size device size\n"
@@ -27976,7 +27978,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../fish/guestfish-actions.pod:3595
+#: ../fish/guestfish-actions.pod:3601
 msgid ""
 "This command is the same as L</resize2fs> except that it allows you to "
 "specify the new size (in bytes) explicitly."
@@ -27984,13 +27986,13 @@ msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../fish/guestfish-actions.pod:3598
+#: ../fish/guestfish-actions.pod:3604
 msgid "rm"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../fish/guestfish-actions.pod:3600
+#: ../fish/guestfish-actions.pod:3606
 #, no-wrap
 msgid ""
 " rm path\n"
@@ -27999,13 +28001,13 @@ msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../fish/guestfish-actions.pod:3604
+#: ../fish/guestfish-actions.pod:3610
 msgid "rm-rf"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../fish/guestfish-actions.pod:3606
+#: ../fish/guestfish-actions.pod:3612
 #, no-wrap
 msgid ""
 " rm-rf path\n"
@@ -28014,13 +28016,13 @@ msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../fish/guestfish-actions.pod:3612
+#: ../fish/guestfish-actions.pod:3618
 msgid "rmdir"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../fish/guestfish-actions.pod:3614
+#: ../fish/guestfish-actions.pod:3620
 #, no-wrap
 msgid ""
 " rmdir path\n"
@@ -28029,13 +28031,13 @@ msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../fish/guestfish-actions.pod:3618
+#: ../fish/guestfish-actions.pod:3624
 msgid "rmmountpoint"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../fish/guestfish-actions.pod:3620
+#: ../fish/guestfish-actions.pod:3626
 #, no-wrap
 msgid ""
 " rmmountpoint exemptpath\n"
@@ -28044,7 +28046,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../fish/guestfish-actions.pod:3622
+#: ../fish/guestfish-actions.pod:3628
 msgid ""
 "This calls removes a mountpoint that was previously created with L</"
 "mkmountpoint>.  See L</mkmountpoint> for full details."
@@ -28052,13 +28054,13 @@ msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../fish/guestfish-actions.pod:3626
+#: ../fish/guestfish-actions.pod:3632
 msgid "scrub-device"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../fish/guestfish-actions.pod:3628
+#: ../fish/guestfish-actions.pod:3634
 #, no-wrap
 msgid ""
 " scrub-device device\n"
@@ -28067,13 +28069,13 @@ msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../fish/guestfish-actions.pod:3639
+#: ../fish/guestfish-actions.pod:3645
 msgid "scrub-file"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../fish/guestfish-actions.pod:3641
+#: ../fish/guestfish-actions.pod:3647
 #, no-wrap
 msgid ""
 " scrub-file file\n"
@@ -28082,13 +28084,13 @@ msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../fish/guestfish-actions.pod:3651
+#: ../fish/guestfish-actions.pod:3657
 msgid "scrub-freespace"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../fish/guestfish-actions.pod:3653
+#: ../fish/guestfish-actions.pod:3659
 #, no-wrap
 msgid ""
 " scrub-freespace dir\n"
@@ -28097,7 +28099,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../fish/guestfish-actions.pod:3655
+#: ../fish/guestfish-actions.pod:3661
 msgid ""
 "This command creates the directory C<dir> and then fills it with files until "
 "the filesystem is full, and scrubs the files as for L</scrub-file>, and "
@@ -28107,19 +28109,19 @@ msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../fish/guestfish-actions.pod:3664
+#: ../fish/guestfish-actions.pod:3670
 msgid "set-append"
 msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../fish/guestfish-actions.pod:3666
+#: ../fish/guestfish-actions.pod:3672
 msgid "append"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../fish/guestfish-actions.pod:3668
+#: ../fish/guestfish-actions.pod:3674
 #, no-wrap
 msgid ""
 " set-append append\n"
@@ -28128,19 +28130,19 @@ msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../fish/guestfish-actions.pod:3679
+#: ../fish/guestfish-actions.pod:3685
 msgid "set-autosync"
 msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../fish/guestfish-actions.pod:3681
+#: ../fish/guestfish-actions.pod:3687
 msgid "autosync"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../fish/guestfish-actions.pod:3683
+#: ../fish/guestfish-actions.pod:3689
 #, no-wrap
 msgid ""
 " set-autosync true|false\n"
@@ -28149,7 +28151,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../fish/guestfish-actions.pod:3685
+#: ../fish/guestfish-actions.pod:3691
 msgid ""
 "If C<autosync> is true, this enables autosync.  Libguestfs will make a best "
 "effort attempt to run L</umount-all> followed by L</sync> when the handle is "
@@ -28158,19 +28160,19 @@ msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../fish/guestfish-actions.pod:3693
+#: ../fish/guestfish-actions.pod:3699
 msgid "set-direct"
 msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../fish/guestfish-actions.pod:3695
+#: ../fish/guestfish-actions.pod:3701
 msgid "direct"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../fish/guestfish-actions.pod:3697
+#: ../fish/guestfish-actions.pod:3703
 #, no-wrap
 msgid ""
 " set-direct true|false\n"
@@ -28179,7 +28181,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../fish/guestfish-actions.pod:3703
+#: ../fish/guestfish-actions.pod:3709
 msgid ""
 "One consequence of this is that log messages aren't caught by the library "
 "and handled by L</set-log-message-callback>, but go straight to stdout."
@@ -28187,13 +28189,13 @@ msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../fish/guestfish-actions.pod:3712
+#: ../fish/guestfish-actions.pod:3718
 msgid "set-e2label"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../fish/guestfish-actions.pod:3714
+#: ../fish/guestfish-actions.pod:3720
 #, no-wrap
 msgid ""
 " set-e2label device label\n"
@@ -28202,7 +28204,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../fish/guestfish-actions.pod:3720
+#: ../fish/guestfish-actions.pod:3726
 msgid ""
 "You can use either L</tune2fs-l> or L</get-e2label> to return the existing "
 "label on a filesystem."
@@ -28210,13 +28212,13 @@ msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../fish/guestfish-actions.pod:3723
+#: ../fish/guestfish-actions.pod:3729
 msgid "set-e2uuid"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../fish/guestfish-actions.pod:3725
+#: ../fish/guestfish-actions.pod:3731
 #, no-wrap
 msgid ""
 " set-e2uuid device uuid\n"
@@ -28225,7 +28227,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../fish/guestfish-actions.pod:3732
+#: ../fish/guestfish-actions.pod:3738
 msgid ""
 "You can use either L</tune2fs-l> or L</get-e2uuid> to return the existing "
 "UUID of a filesystem."
@@ -28233,19 +28235,19 @@ msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../fish/guestfish-actions.pod:3735
+#: ../fish/guestfish-actions.pod:3741
 msgid "set-memsize"
 msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../fish/guestfish-actions.pod:3737
+#: ../fish/guestfish-actions.pod:3743
 msgid "memsize"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../fish/guestfish-actions.pod:3739
+#: ../fish/guestfish-actions.pod:3745
 #, no-wrap
 msgid ""
 " set-memsize memsize\n"
@@ -28254,7 +28256,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../fish/guestfish-actions.pod:3741
+#: ../fish/guestfish-actions.pod:3747
 msgid ""
 "This sets the memory size in megabytes allocated to the qemu subprocess.  "
 "This only has any effect if called before L</launch>."
@@ -28262,19 +28264,19 @@ msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../fish/guestfish-actions.pod:3752
+#: ../fish/guestfish-actions.pod:3758
 msgid "set-network"
 msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../fish/guestfish-actions.pod:3754
+#: ../fish/guestfish-actions.pod:3760
 msgid "network"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../fish/guestfish-actions.pod:3756
+#: ../fish/guestfish-actions.pod:3762
 #, no-wrap
 msgid ""
 " set-network true|false\n"
@@ -28283,26 +28285,26 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../fish/guestfish-actions.pod:3764
+#: ../fish/guestfish-actions.pod:3770
 msgid ""
 "You must call this before calling L</launch>, otherwise it has no effect."
 msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../fish/guestfish-actions.pod:3767
+#: ../fish/guestfish-actions.pod:3773
 msgid "set-path"
 msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../fish/guestfish-actions.pod:3769
+#: ../fish/guestfish-actions.pod:3775
 msgid "path"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../fish/guestfish-actions.pod:3771
+#: ../fish/guestfish-actions.pod:3777
 #, no-wrap
 msgid ""
 " set-path searchpath\n"
@@ -28311,19 +28313,19 @@ msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../fish/guestfish-actions.pod:3780
+#: ../fish/guestfish-actions.pod:3786
 msgid "set-qemu"
 msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../fish/guestfish-actions.pod:3782
+#: ../fish/guestfish-actions.pod:3788
 msgid "qemu"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../fish/guestfish-actions.pod:3784
+#: ../fish/guestfish-actions.pod:3790
 #, no-wrap
 msgid ""
 " set-qemu qemu\n"
@@ -28332,19 +28334,19 @@ msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../fish/guestfish-actions.pod:3804
+#: ../fish/guestfish-actions.pod:3810
 msgid "set-recovery-proc"
 msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../fish/guestfish-actions.pod:3806
+#: ../fish/guestfish-actions.pod:3812
 msgid "recovery-proc"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../fish/guestfish-actions.pod:3808
+#: ../fish/guestfish-actions.pod:3814
 #, no-wrap
 msgid ""
 " set-recovery-proc true|false\n"
@@ -28353,7 +28355,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../fish/guestfish-actions.pod:3810
+#: ../fish/guestfish-actions.pod:3816
 msgid ""
 "If this is called with the parameter C<false> then L</launch> does not "
 "create a recovery process.  The purpose of the recovery process is to stop "
@@ -28362,7 +28364,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../fish/guestfish-actions.pod:3815
+#: ../fish/guestfish-actions.pod:3821
 msgid ""
 "This only has any effect if called before L</launch>, and the default is "
 "true."
@@ -28370,19 +28372,19 @@ msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../fish/guestfish-actions.pod:3824
+#: ../fish/guestfish-actions.pod:3830
 msgid "set-selinux"
 msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../fish/guestfish-actions.pod:3826
+#: ../fish/guestfish-actions.pod:3832
 msgid "selinux"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../fish/guestfish-actions.pod:3828
+#: ../fish/guestfish-actions.pod:3834
 #, no-wrap
 msgid ""
 " set-selinux true|false\n"
@@ -28391,19 +28393,19 @@ msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../fish/guestfish-actions.pod:3839
+#: ../fish/guestfish-actions.pod:3845
 msgid "set-trace"
 msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../fish/guestfish-actions.pod:3841
+#: ../fish/guestfish-actions.pod:3847
 msgid "trace"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../fish/guestfish-actions.pod:3843
+#: ../fish/guestfish-actions.pod:3849
 #, no-wrap
 msgid ""
 " set-trace true|false\n"
@@ -28412,19 +28414,19 @@ msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../fish/guestfish-actions.pod:3859
+#: ../fish/guestfish-actions.pod:3865
 msgid "set-verbose"
 msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../fish/guestfish-actions.pod:3861
+#: ../fish/guestfish-actions.pod:3867
 msgid "verbose"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../fish/guestfish-actions.pod:3863
+#: ../fish/guestfish-actions.pod:3869
 #, no-wrap
 msgid ""
 " set-verbose true|false\n"
@@ -28433,13 +28435,13 @@ msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../fish/guestfish-actions.pod:3870
+#: ../fish/guestfish-actions.pod:3876
 msgid "setcon"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../fish/guestfish-actions.pod:3872
+#: ../fish/guestfish-actions.pod:3878
 #, no-wrap
 msgid ""
 " setcon context\n"
@@ -28448,13 +28450,13 @@ msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../fish/guestfish-actions.pod:3879
+#: ../fish/guestfish-actions.pod:3885
 msgid "setxattr"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../fish/guestfish-actions.pod:3881
+#: ../fish/guestfish-actions.pod:3887
 #, no-wrap
 msgid ""
 " setxattr xattr val vallen path\n"
@@ -28463,19 +28465,19 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../fish/guestfish-actions.pod:3887
+#: ../fish/guestfish-actions.pod:3893
 msgid "See also: L</lsetxattr>, L<attr(5)>."
 msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../fish/guestfish-actions.pod:3889
+#: ../fish/guestfish-actions.pod:3895
 msgid "sfdisk"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../fish/guestfish-actions.pod:3891
+#: ../fish/guestfish-actions.pod:3897
 #, no-wrap
 msgid ""
 " sfdisk device cyls heads sectors 'lines ...'\n"
@@ -28484,19 +28486,19 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../fish/guestfish-actions.pod:3913
+#: ../fish/guestfish-actions.pod:3919
 msgid "See also: L</sfdisk-l>, L</sfdisk-N>, L</part-init>"
 msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../fish/guestfish-actions.pod:3919
+#: ../fish/guestfish-actions.pod:3925
 msgid "sfdiskM"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../fish/guestfish-actions.pod:3921
+#: ../fish/guestfish-actions.pod:3927
 #, no-wrap
 msgid ""
 " sfdiskM device 'lines ...'\n"
@@ -28505,7 +28507,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../fish/guestfish-actions.pod:3923
+#: ../fish/guestfish-actions.pod:3929
 msgid ""
 "This is a simplified interface to the L</sfdisk> command, where partition "
 "sizes are specified in megabytes only (rounded to the nearest cylinder) and "
@@ -28515,19 +28517,19 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../fish/guestfish-actions.pod:3929
+#: ../fish/guestfish-actions.pod:3935
 msgid "See also: L</sfdisk>, the L<sfdisk(8)> manpage and L</part-disk>"
 msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../fish/guestfish-actions.pod:3935
+#: ../fish/guestfish-actions.pod:3941
 msgid "sfdisk-N"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../fish/guestfish-actions.pod:3937
+#: ../fish/guestfish-actions.pod:3943
 #, no-wrap
 msgid ""
 " sfdisk-N device partnum cyls heads sectors line\n"
@@ -28536,7 +28538,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../fish/guestfish-actions.pod:3942
+#: ../fish/guestfish-actions.pod:3948
 msgid ""
 "For other parameters, see L</sfdisk>.  You should usually pass C<0> for the "
 "cyls/heads/sectors parameters."
@@ -28544,19 +28546,19 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../fish/guestfish-actions.pod:3945
+#: ../fish/guestfish-actions.pod:3951
 msgid "See also: L</part-add>"
 msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../fish/guestfish-actions.pod:3950
+#: ../fish/guestfish-actions.pod:3956
 msgid "sfdisk-disk-geometry"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../fish/guestfish-actions.pod:3952
+#: ../fish/guestfish-actions.pod:3958
 #, no-wrap
 msgid ""
 " sfdisk-disk-geometry device\n"
@@ -28565,7 +28567,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../fish/guestfish-actions.pod:3954
+#: ../fish/guestfish-actions.pod:3960
 msgid ""
 "This displays the disk geometry of C<device> read from the partition table.  "
 "Especially in the case where the underlying block device has been resized, "
@@ -28575,13 +28577,13 @@ msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../fish/guestfish-actions.pod:3962
+#: ../fish/guestfish-actions.pod:3968
 msgid "sfdisk-kernel-geometry"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../fish/guestfish-actions.pod:3964
+#: ../fish/guestfish-actions.pod:3970
 #, no-wrap
 msgid ""
 " sfdisk-kernel-geometry device\n"
@@ -28590,13 +28592,13 @@ msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../fish/guestfish-actions.pod:3971
+#: ../fish/guestfish-actions.pod:3977
 msgid "sfdisk-l"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../fish/guestfish-actions.pod:3973
+#: ../fish/guestfish-actions.pod:3979
 #, no-wrap
 msgid ""
 " sfdisk-l device\n"
@@ -28605,19 +28607,19 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../fish/guestfish-actions.pod:3979
+#: ../fish/guestfish-actions.pod:3985
 msgid "See also: L</part-list>"
 msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../fish/guestfish-actions.pod:3981
+#: ../fish/guestfish-actions.pod:3987
 msgid "sh"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../fish/guestfish-actions.pod:3983
+#: ../fish/guestfish-actions.pod:3989
 #, no-wrap
 msgid ""
 " sh command\n"
@@ -28626,25 +28628,25 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../fish/guestfish-actions.pod:3988
+#: ../fish/guestfish-actions.pod:3994
 msgid "This is like L</command>, but passes the command to:"
 msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../fish/guestfish-actions.pod:3996
+#: ../fish/guestfish-actions.pod:4002
 msgid "All the provisos about L</command> apply to this call."
 msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../fish/guestfish-actions.pod:3998
+#: ../fish/guestfish-actions.pod:4004
 msgid "sh-lines"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../fish/guestfish-actions.pod:4000
+#: ../fish/guestfish-actions.pod:4006
 #, no-wrap
 msgid ""
 " sh-lines command\n"
@@ -28653,25 +28655,25 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../fish/guestfish-actions.pod:4002
+#: ../fish/guestfish-actions.pod:4008
 msgid "This is the same as L</sh>, but splits the result into a list of lines."
 msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../fish/guestfish-actions.pod:4005
+#: ../fish/guestfish-actions.pod:4011
 msgid "See also: L</command-lines>"
 msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../fish/guestfish-actions.pod:4007
+#: ../fish/guestfish-actions.pod:4013
 msgid "sleep"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../fish/guestfish-actions.pod:4009
+#: ../fish/guestfish-actions.pod:4015
 #, no-wrap
 msgid ""
 " sleep secs\n"
@@ -28680,13 +28682,13 @@ msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../fish/guestfish-actions.pod:4013
+#: ../fish/guestfish-actions.pod:4019
 msgid "stat"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../fish/guestfish-actions.pod:4015
+#: ../fish/guestfish-actions.pod:4021
 #, no-wrap
 msgid ""
 " stat path\n"
@@ -28695,13 +28697,13 @@ msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../fish/guestfish-actions.pod:4021
+#: ../fish/guestfish-actions.pod:4027
 msgid "statvfs"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../fish/guestfish-actions.pod:4023
+#: ../fish/guestfish-actions.pod:4029
 #, no-wrap
 msgid ""
 " statvfs path\n"
@@ -28710,13 +28712,13 @@ msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../fish/guestfish-actions.pod:4031
+#: ../fish/guestfish-actions.pod:4037
 msgid "strings"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../fish/guestfish-actions.pod:4033
+#: ../fish/guestfish-actions.pod:4039
 #, no-wrap
 msgid ""
 " strings path\n"
@@ -28725,13 +28727,13 @@ msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../fish/guestfish-actions.pod:4041
+#: ../fish/guestfish-actions.pod:4047
 msgid "strings-e"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../fish/guestfish-actions.pod:4043
+#: ../fish/guestfish-actions.pod:4049
 #, no-wrap
 msgid ""
 " strings-e encoding path\n"
@@ -28740,7 +28742,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../fish/guestfish-actions.pod:4045
+#: ../fish/guestfish-actions.pod:4051
 msgid ""
 "This is like the L</strings> command, but allows you to specify the encoding "
 "of strings that are looked for in the source file C<path>."
@@ -28748,7 +28750,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../fish/guestfish-actions.pod:4055
+#: ../fish/guestfish-actions.pod:4061
 msgid ""
 "Single 7-bit-byte characters like ASCII and the ASCII-compatible parts of "
 "ISO-8859-X (this is what L</strings> uses)."
@@ -28756,13 +28758,13 @@ msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../fish/guestfish-actions.pod:4087
+#: ../fish/guestfish-actions.pod:4093
 msgid "swapoff-device"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../fish/guestfish-actions.pod:4089
+#: ../fish/guestfish-actions.pod:4095
 #, no-wrap
 msgid ""
 " swapoff-device device\n"
@@ -28771,7 +28773,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../fish/guestfish-actions.pod:4091
+#: ../fish/guestfish-actions.pod:4097
 msgid ""
 "This command disables the libguestfs appliance swap device or partition "
 "named C<device>.  See L</swapon-device>."
@@ -28779,13 +28781,13 @@ msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../fish/guestfish-actions.pod:4095
+#: ../fish/guestfish-actions.pod:4101
 msgid "swapoff-file"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../fish/guestfish-actions.pod:4097
+#: ../fish/guestfish-actions.pod:4103
 #, no-wrap
 msgid ""
 " swapoff-file file\n"
@@ -28794,13 +28796,13 @@ msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../fish/guestfish-actions.pod:4101
+#: ../fish/guestfish-actions.pod:4107
 msgid "swapoff-label"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../fish/guestfish-actions.pod:4103
+#: ../fish/guestfish-actions.pod:4109
 #, no-wrap
 msgid ""
 " swapoff-label label\n"
@@ -28809,13 +28811,13 @@ msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../fish/guestfish-actions.pod:4108
+#: ../fish/guestfish-actions.pod:4114
 msgid "swapoff-uuid"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../fish/guestfish-actions.pod:4110
+#: ../fish/guestfish-actions.pod:4116
 #, no-wrap
 msgid ""
 " swapoff-uuid uuid\n"
@@ -28824,13 +28826,13 @@ msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../fish/guestfish-actions.pod:4115
+#: ../fish/guestfish-actions.pod:4121
 msgid "swapon-device"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../fish/guestfish-actions.pod:4117
+#: ../fish/guestfish-actions.pod:4123
 #, no-wrap
 msgid ""
 " swapon-device device\n"
@@ -28839,7 +28841,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../fish/guestfish-actions.pod:4119
+#: ../fish/guestfish-actions.pod:4125
 msgid ""
 "This command enables the libguestfs appliance to use the swap device or "
 "partition named C<device>.  The increased memory is made available for all "
@@ -28848,13 +28850,13 @@ msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../fish/guestfish-actions.pod:4131
+#: ../fish/guestfish-actions.pod:4137
 msgid "swapon-file"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../fish/guestfish-actions.pod:4133
+#: ../fish/guestfish-actions.pod:4139
 #, no-wrap
 msgid ""
 " swapon-file file\n"
@@ -28863,20 +28865,20 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../fish/guestfish-actions.pod:4135
+#: ../fish/guestfish-actions.pod:4141
 msgid ""
 "This command enables swap to a file.  See L</swapon-device> for other notes."
 msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../fish/guestfish-actions.pod:4138
+#: ../fish/guestfish-actions.pod:4144
 msgid "swapon-label"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../fish/guestfish-actions.pod:4140
+#: ../fish/guestfish-actions.pod:4146
 #, no-wrap
 msgid ""
 " swapon-label label\n"
@@ -28885,7 +28887,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../fish/guestfish-actions.pod:4142
+#: ../fish/guestfish-actions.pod:4148
 msgid ""
 "This command enables swap to a labeled swap partition.  See L</swapon-"
 "device> for other notes."
@@ -28893,13 +28895,13 @@ msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../fish/guestfish-actions.pod:4145
+#: ../fish/guestfish-actions.pod:4151
 msgid "swapon-uuid"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../fish/guestfish-actions.pod:4147
+#: ../fish/guestfish-actions.pod:4153
 #, no-wrap
 msgid ""
 " swapon-uuid uuid\n"
@@ -28908,7 +28910,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../fish/guestfish-actions.pod:4149
+#: ../fish/guestfish-actions.pod:4155
 msgid ""
 "This command enables swap to a swap partition with the given UUID.  See L</"
 "swapon-device> for other notes."
@@ -28916,13 +28918,13 @@ msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../fish/guestfish-actions.pod:4152
+#: ../fish/guestfish-actions.pod:4158
 msgid "sync"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../fish/guestfish-actions.pod:4154
+#: ../fish/guestfish-actions.pod:4160
 #, no-wrap
 msgid ""
 " sync\n"
@@ -28931,13 +28933,13 @@ msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../fish/guestfish-actions.pod:4162
+#: ../fish/guestfish-actions.pod:4168
 msgid "tail"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../fish/guestfish-actions.pod:4164
+#: ../fish/guestfish-actions.pod:4170
 #, no-wrap
 msgid ""
 " tail path\n"
@@ -28946,13 +28948,13 @@ msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../fish/guestfish-actions.pod:4172
+#: ../fish/guestfish-actions.pod:4178
 msgid "tail-n"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../fish/guestfish-actions.pod:4174
+#: ../fish/guestfish-actions.pod:4180
 #, no-wrap
 msgid ""
 " tail-n nrlines path\n"
@@ -28961,13 +28963,13 @@ msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../fish/guestfish-actions.pod:4187
+#: ../fish/guestfish-actions.pod:4193
 msgid "tar-in"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../fish/guestfish-actions.pod:4189
+#: ../fish/guestfish-actions.pod:4195
 #, no-wrap
 msgid ""
 " tar-in (tarfile|-) directory\n"
@@ -28976,19 +28978,19 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../fish/guestfish-actions.pod:4194
+#: ../fish/guestfish-actions.pod:4200
 msgid "To upload a compressed tarball, use L</tgz-in> or L</txz-in>."
 msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../fish/guestfish-actions.pod:4199
+#: ../fish/guestfish-actions.pod:4205
 msgid "tar-out"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../fish/guestfish-actions.pod:4201
+#: ../fish/guestfish-actions.pod:4207
 #, no-wrap
 msgid ""
 " tar-out directory (tarfile|-)\n"
@@ -28997,19 +28999,19 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../fish/guestfish-actions.pod:4206
+#: ../fish/guestfish-actions.pod:4212
 msgid "To download a compressed tarball, use L</tgz-out> or L</txz-out>."
 msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../fish/guestfish-actions.pod:4211
+#: ../fish/guestfish-actions.pod:4217
 msgid "tgz-in"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../fish/guestfish-actions.pod:4213
+#: ../fish/guestfish-actions.pod:4219
 #, no-wrap
 msgid ""
 " tgz-in (tarball|-) directory\n"
@@ -29018,19 +29020,19 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../fish/guestfish-actions.pod:4218
+#: ../fish/guestfish-actions.pod:4224
 msgid "To upload an uncompressed tarball, use L</tar-in>."
 msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../fish/guestfish-actions.pod:4222
+#: ../fish/guestfish-actions.pod:4228
 msgid "tgz-out"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../fish/guestfish-actions.pod:4224
+#: ../fish/guestfish-actions.pod:4230
 #, no-wrap
 msgid ""
 " tgz-out directory (tarball|-)\n"
@@ -29039,19 +29041,19 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../fish/guestfish-actions.pod:4229
+#: ../fish/guestfish-actions.pod:4235
 msgid "To download an uncompressed tarball, use L</tar-out>."
 msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../fish/guestfish-actions.pod:4233
+#: ../fish/guestfish-actions.pod:4239
 msgid "touch"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../fish/guestfish-actions.pod:4235
+#: ../fish/guestfish-actions.pod:4241
 #, no-wrap
 msgid ""
 " touch path\n"
@@ -29060,13 +29062,13 @@ msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../fish/guestfish-actions.pod:4244
+#: ../fish/guestfish-actions.pod:4250
 msgid "truncate"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../fish/guestfish-actions.pod:4246
+#: ../fish/guestfish-actions.pod:4252
 #, no-wrap
 msgid ""
 " truncate path\n"
@@ -29075,13 +29077,13 @@ msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../fish/guestfish-actions.pod:4251
+#: ../fish/guestfish-actions.pod:4257
 msgid "truncate-size"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../fish/guestfish-actions.pod:4253
+#: ../fish/guestfish-actions.pod:4259
 #, no-wrap
 msgid ""
 " truncate-size path size\n"
@@ -29090,7 +29092,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../fish/guestfish-actions.pod:4258
+#: ../fish/guestfish-actions.pod:4264
 msgid ""
 "If the current file size is less than C<size> then the file is extended to "
 "the required size with zero bytes.  This creates a sparse file (ie. disk "
@@ -29100,13 +29102,13 @@ msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../fish/guestfish-actions.pod:4264
+#: ../fish/guestfish-actions.pod:4270
 msgid "tune2fs-l"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../fish/guestfish-actions.pod:4266
+#: ../fish/guestfish-actions.pod:4272
 #, no-wrap
 msgid ""
 " tune2fs-l device\n"
@@ -29115,13 +29117,13 @@ msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../fish/guestfish-actions.pod:4276
+#: ../fish/guestfish-actions.pod:4282
 msgid "txz-in"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../fish/guestfish-actions.pod:4278
+#: ../fish/guestfish-actions.pod:4284
 #, no-wrap
 msgid ""
 " txz-in (tarball|-) directory\n"
@@ -29130,13 +29132,13 @@ msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../fish/guestfish-actions.pod:4285
+#: ../fish/guestfish-actions.pod:4291
 msgid "txz-out"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../fish/guestfish-actions.pod:4287
+#: ../fish/guestfish-actions.pod:4293
 #, no-wrap
 msgid ""
 " txz-out directory (tarball|-)\n"
@@ -29145,13 +29147,13 @@ msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../fish/guestfish-actions.pod:4294
+#: ../fish/guestfish-actions.pod:4300
 msgid "umask"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../fish/guestfish-actions.pod:4296
+#: ../fish/guestfish-actions.pod:4302
 #, no-wrap
 msgid ""
 " umask mask\n"
@@ -29160,25 +29162,25 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../fish/guestfish-actions.pod:4310
+#: ../fish/guestfish-actions.pod:4316
 msgid "See also L</get-umask>, L<umask(2)>, L</mknod>, L</mkdir>."
 msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../fish/guestfish-actions.pod:4315
+#: ../fish/guestfish-actions.pod:4321
 msgid "umount"
 msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../fish/guestfish-actions.pod:4317
+#: ../fish/guestfish-actions.pod:4323
 msgid "unmount"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../fish/guestfish-actions.pod:4319
+#: ../fish/guestfish-actions.pod:4325
 #, no-wrap
 msgid ""
 " umount pathordevice\n"
@@ -29187,19 +29189,19 @@ msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../fish/guestfish-actions.pod:4325
+#: ../fish/guestfish-actions.pod:4331
 msgid "umount-all"
 msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../fish/guestfish-actions.pod:4327
+#: ../fish/guestfish-actions.pod:4333
 msgid "unmount-all"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../fish/guestfish-actions.pod:4329
+#: ../fish/guestfish-actions.pod:4335
 #, no-wrap
 msgid ""
 " umount-all\n"
@@ -29208,13 +29210,13 @@ msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../fish/guestfish-actions.pod:4335
+#: ../fish/guestfish-actions.pod:4341
 msgid "upload"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../fish/guestfish-actions.pod:4337
+#: ../fish/guestfish-actions.pod:4343
 #, no-wrap
 msgid ""
 " upload (filename|-) remotefilename\n"
@@ -29223,19 +29225,19 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../fish/guestfish-actions.pod:4344
+#: ../fish/guestfish-actions.pod:4350
 msgid "See also L</download>."
 msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../fish/guestfish-actions.pod:4348
+#: ../fish/guestfish-actions.pod:4354
 msgid "upload-offset"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../fish/guestfish-actions.pod:4350
+#: ../fish/guestfish-actions.pod:4356
 #, no-wrap
 msgid ""
 " upload-offset (filename|-) remotefilename offset\n"
@@ -29244,7 +29246,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../fish/guestfish-actions.pod:4362
+#: ../fish/guestfish-actions.pod:4368
 msgid ""
 "Note that there is no limit on the amount of data that can be uploaded with "
 "this call, unlike with L</pwrite>, and this call always writes the full "
@@ -29253,19 +29255,19 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../fish/guestfish-actions.pod:4367
+#: ../fish/guestfish-actions.pod:4373
 msgid "See also L</upload>, L</pwrite>."
 msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../fish/guestfish-actions.pod:4371
+#: ../fish/guestfish-actions.pod:4377
 msgid "utimens"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../fish/guestfish-actions.pod:4373
+#: ../fish/guestfish-actions.pod:4379
 #, no-wrap
 msgid ""
 " utimens path atsecs atnsecs mtsecs mtnsecs\n"
@@ -29274,13 +29276,13 @@ msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../fish/guestfish-actions.pod:4392
+#: ../fish/guestfish-actions.pod:4398
 msgid "version"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../fish/guestfish-actions.pod:4394
+#: ../fish/guestfish-actions.pod:4400
 #, no-wrap
 msgid ""
 " version\n"
@@ -29289,7 +29291,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../fish/guestfish-actions.pod:4421
+#: ../fish/guestfish-actions.pod:4427
 msgid ""
 "I<Note:> Don't use this call to test for availability of features.  In "
 "enterprise distributions we backport features from later versions into "
@@ -29299,13 +29301,13 @@ msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../fish/guestfish-actions.pod:4427
+#: ../fish/guestfish-actions.pod:4433
 msgid "vfs-label"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../fish/guestfish-actions.pod:4429
+#: ../fish/guestfish-actions.pod:4435
 #, no-wrap
 msgid ""
 " vfs-label device\n"
@@ -29314,19 +29316,19 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../fish/guestfish-actions.pod:4436
+#: ../fish/guestfish-actions.pod:4442
 msgid "To find a filesystem from the label, use L</findfs-label>."
 msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../fish/guestfish-actions.pod:4438
+#: ../fish/guestfish-actions.pod:4444
 msgid "vfs-type"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../fish/guestfish-actions.pod:4440
+#: ../fish/guestfish-actions.pod:4446
 #, no-wrap
 msgid ""
 " vfs-type device\n"
@@ -29335,13 +29337,13 @@ msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../fish/guestfish-actions.pod:4450
+#: ../fish/guestfish-actions.pod:4456
 msgid "vfs-uuid"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../fish/guestfish-actions.pod:4452
+#: ../fish/guestfish-actions.pod:4458
 #, no-wrap
 msgid ""
 " vfs-uuid device\n"
@@ -29350,19 +29352,19 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../fish/guestfish-actions.pod:4459
+#: ../fish/guestfish-actions.pod:4465
 msgid "To find a filesystem from the UUID, use L</findfs-uuid>."
 msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../fish/guestfish-actions.pod:4461
+#: ../fish/guestfish-actions.pod:4467
 msgid "vg-activate"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../fish/guestfish-actions.pod:4463
+#: ../fish/guestfish-actions.pod:4469
 #, no-wrap
 msgid ""
 " vg-activate true|false 'volgroups ...'\n"
@@ -29371,13 +29373,13 @@ msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../fish/guestfish-actions.pod:4476
+#: ../fish/guestfish-actions.pod:4482
 msgid "vg-activate-all"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../fish/guestfish-actions.pod:4478
+#: ../fish/guestfish-actions.pod:4484
 #, no-wrap
 msgid ""
 " vg-activate-all true|false\n"
@@ -29386,13 +29388,13 @@ msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../fish/guestfish-actions.pod:4488
+#: ../fish/guestfish-actions.pod:4494
 msgid "vgcreate"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../fish/guestfish-actions.pod:4490
+#: ../fish/guestfish-actions.pod:4496
 #, no-wrap
 msgid ""
 " vgcreate volgroup 'physvols ...'\n"
@@ -29401,13 +29403,13 @@ msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../fish/guestfish-actions.pod:4495
+#: ../fish/guestfish-actions.pod:4501
 msgid "vglvuuids"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../fish/guestfish-actions.pod:4497
+#: ../fish/guestfish-actions.pod:4503
 #, no-wrap
 msgid ""
 " vglvuuids vgname\n"
@@ -29416,7 +29418,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../fish/guestfish-actions.pod:4502
+#: ../fish/guestfish-actions.pod:4508
 msgid ""
 "You can use this along with L</lvs> and L</lvuuid> calls to associate "
 "logical volumes and volume groups."
@@ -29424,19 +29426,19 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../fish/guestfish-actions.pod:4505
+#: ../fish/guestfish-actions.pod:4511
 msgid "See also L</vgpvuuids>."
 msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../fish/guestfish-actions.pod:4507
+#: ../fish/guestfish-actions.pod:4513
 msgid "vgpvuuids"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../fish/guestfish-actions.pod:4509
+#: ../fish/guestfish-actions.pod:4515
 #, no-wrap
 msgid ""
 " vgpvuuids vgname\n"
@@ -29445,7 +29447,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../fish/guestfish-actions.pod:4514
+#: ../fish/guestfish-actions.pod:4520
 msgid ""
 "You can use this along with L</pvs> and L</pvuuid> calls to associate "
 "physical volumes and volume groups."
@@ -29453,19 +29455,19 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../fish/guestfish-actions.pod:4517
+#: ../fish/guestfish-actions.pod:4523
 msgid "See also L</vglvuuids>."
 msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../fish/guestfish-actions.pod:4519
+#: ../fish/guestfish-actions.pod:4525
 msgid "vgremove"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../fish/guestfish-actions.pod:4521
+#: ../fish/guestfish-actions.pod:4527
 #, no-wrap
 msgid ""
 " vgremove vgname\n"
@@ -29474,13 +29476,13 @@ msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../fish/guestfish-actions.pod:4528
+#: ../fish/guestfish-actions.pod:4534
 msgid "vgrename"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../fish/guestfish-actions.pod:4530
+#: ../fish/guestfish-actions.pod:4536
 #, no-wrap
 msgid ""
 " vgrename volgroup newvolgroup\n"
@@ -29489,13 +29491,13 @@ msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../fish/guestfish-actions.pod:4534
+#: ../fish/guestfish-actions.pod:4540
 msgid "vgs"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../fish/guestfish-actions.pod:4536
+#: ../fish/guestfish-actions.pod:4542
 #, no-wrap
 msgid ""
 " vgs\n"
@@ -29504,19 +29506,19 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../fish/guestfish-actions.pod:4544
+#: ../fish/guestfish-actions.pod:4550
 msgid "See also L</vgs-full>."
 msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../fish/guestfish-actions.pod:4546
+#: ../fish/guestfish-actions.pod:4552
 msgid "vgs-full"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../fish/guestfish-actions.pod:4548
+#: ../fish/guestfish-actions.pod:4554
 #, no-wrap
 msgid ""
 " vgs-full\n"
@@ -29525,13 +29527,13 @@ msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../fish/guestfish-actions.pod:4553
+#: ../fish/guestfish-actions.pod:4559
 msgid "vgscan"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../fish/guestfish-actions.pod:4555
+#: ../fish/guestfish-actions.pod:4561
 #, no-wrap
 msgid ""
 " vgscan\n"
@@ -29540,13 +29542,13 @@ msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../fish/guestfish-actions.pod:4560
+#: ../fish/guestfish-actions.pod:4566
 msgid "vguuid"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../fish/guestfish-actions.pod:4562
+#: ../fish/guestfish-actions.pod:4568
 #, no-wrap
 msgid ""
 " vguuid vgname\n"
@@ -29555,13 +29557,13 @@ msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../fish/guestfish-actions.pod:4566
+#: ../fish/guestfish-actions.pod:4572
 msgid "wc-c"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../fish/guestfish-actions.pod:4568
+#: ../fish/guestfish-actions.pod:4574
 #, no-wrap
 msgid ""
 " wc-c path\n"
@@ -29570,13 +29572,13 @@ msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../fish/guestfish-actions.pod:4573
+#: ../fish/guestfish-actions.pod:4579
 msgid "wc-l"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../fish/guestfish-actions.pod:4575
+#: ../fish/guestfish-actions.pod:4581
 #, no-wrap
 msgid ""
 " wc-l path\n"
@@ -29585,13 +29587,13 @@ msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../fish/guestfish-actions.pod:4580
+#: ../fish/guestfish-actions.pod:4586
 msgid "wc-w"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../fish/guestfish-actions.pod:4582
+#: ../fish/guestfish-actions.pod:4588
 #, no-wrap
 msgid ""
 " wc-w path\n"
@@ -29600,13 +29602,13 @@ msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../fish/guestfish-actions.pod:4587
+#: ../fish/guestfish-actions.pod:4593
 msgid "write"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../fish/guestfish-actions.pod:4589
+#: ../fish/guestfish-actions.pod:4595
 #, no-wrap
 msgid ""
 " write path content\n"
@@ -29615,13 +29617,13 @@ msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../fish/guestfish-actions.pod:4597
+#: ../fish/guestfish-actions.pod:4603
 msgid "write-file"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../fish/guestfish-actions.pod:4599
+#: ../fish/guestfish-actions.pod:4605
 #, no-wrap
 msgid ""
 " write-file path content size\n"
@@ -29630,13 +29632,13 @@ msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../fish/guestfish-actions.pod:4622
+#: ../fish/guestfish-actions.pod:4628
 msgid "zegrep"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../fish/guestfish-actions.pod:4624
+#: ../fish/guestfish-actions.pod:4630
 #, no-wrap
 msgid ""
 " zegrep regex path\n"
@@ -29645,13 +29647,13 @@ msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../fish/guestfish-actions.pod:4632
+#: ../fish/guestfish-actions.pod:4638
 msgid "zegrepi"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../fish/guestfish-actions.pod:4634
+#: ../fish/guestfish-actions.pod:4640
 #, no-wrap
 msgid ""
 " zegrepi regex path\n"
@@ -29660,13 +29662,13 @@ msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../fish/guestfish-actions.pod:4642
+#: ../fish/guestfish-actions.pod:4648
 msgid "zero"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../fish/guestfish-actions.pod:4644
+#: ../fish/guestfish-actions.pod:4650
 #, no-wrap
 msgid ""
 " zero device\n"
@@ -29675,19 +29677,19 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../fish/guestfish-actions.pod:4652
+#: ../fish/guestfish-actions.pod:4658
 msgid "See also: L</zero-device>, L</scrub-device>."
 msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../fish/guestfish-actions.pod:4654
+#: ../fish/guestfish-actions.pod:4660
 msgid "zero-device"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../fish/guestfish-actions.pod:4656
+#: ../fish/guestfish-actions.pod:4662
 #, no-wrap
 msgid ""
 " zero-device device\n"
@@ -29696,7 +29698,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../fish/guestfish-actions.pod:4658
+#: ../fish/guestfish-actions.pod:4664
 msgid ""
 "This command writes zeroes over the entire C<device>.  Compare with L</zero> "
 "which just zeroes the first few blocks of a device."
@@ -29704,13 +29706,13 @@ msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../fish/guestfish-actions.pod:4665
+#: ../fish/guestfish-actions.pod:4671
 msgid "zerofree"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../fish/guestfish-actions.pod:4667
+#: ../fish/guestfish-actions.pod:4673
 #, no-wrap
 msgid ""
 " zerofree device\n"
@@ -29719,13 +29721,13 @@ msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../fish/guestfish-actions.pod:4680
+#: ../fish/guestfish-actions.pod:4686
 msgid "zfgrep"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../fish/guestfish-actions.pod:4682
+#: ../fish/guestfish-actions.pod:4688
 #, no-wrap
 msgid ""
 " zfgrep pattern path\n"
@@ -29734,13 +29736,13 @@ msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../fish/guestfish-actions.pod:4690
+#: ../fish/guestfish-actions.pod:4696
 msgid "zfgrepi"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../fish/guestfish-actions.pod:4692
+#: ../fish/guestfish-actions.pod:4698
 #, no-wrap
 msgid ""
 " zfgrepi pattern path\n"
@@ -29749,13 +29751,13 @@ msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../fish/guestfish-actions.pod:4700
+#: ../fish/guestfish-actions.pod:4706
 msgid "zfile"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../fish/guestfish-actions.pod:4702
+#: ../fish/guestfish-actions.pod:4708
 #, no-wrap
 msgid ""
 " zfile meth path\n"
@@ -29764,20 +29766,20 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: ../fish/guestfish-actions.pod:4709
+#: ../fish/guestfish-actions.pod:4715
 msgid ""
 "Since 1.0.63, use L</file> instead which can now process compressed files."
 msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../fish/guestfish-actions.pod:4719
+#: ../fish/guestfish-actions.pod:4725
 msgid "zgrep"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../fish/guestfish-actions.pod:4721
+#: ../fish/guestfish-actions.pod:4727
 #, no-wrap
 msgid ""
 " zgrep regex path\n"
@@ -29786,13 +29788,13 @@ msgstr ""
 
 # type: =head2
 #. type: =head2
-#: ../fish/guestfish-actions.pod:4729
+#: ../fish/guestfish-actions.pod:4735
 msgid "zgrepi"
 msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: ../fish/guestfish-actions.pod:4731
+#: ../fish/guestfish-actions.pod:4737
 #, no-wrap
 msgid ""
 " zgrepi regex path\n"
@@ -31121,18 +31123,30 @@ msgstr ""
 
 #. type: textblock
 #: ../tools/virt-edit.pl:55
+msgid "If you want to just view a file, use L<virt-cat(1)>."
+msgstr ""
+
+#. type: textblock
+#: ../tools/virt-edit.pl:57
 msgid ""
-"If you want to just view a file, use L<virt-cat(1)>.  For more complex cases "
-"you should look at the L<guestfish(1)> tool."
+"For more complex cases you should look at the L<guestfish(1)> tool (see L</"
+"USING GUESTFISH> below)."
 msgstr ""
 
 #. type: textblock
 #: ../tools/virt-edit.pl:60
+msgid ""
+"C<virt-edit> cannot be used to create a new file, nor to edit multiple "
+"files.  L<guestfish(1)> can do that and much more."
+msgstr ""
+
+#. type: textblock
+#: ../tools/virt-edit.pl:65
 msgid "Edit the named files interactively:"
 msgstr ""
 
 #. type: verbatim
-#: ../tools/virt-edit.pl:62
+#: ../tools/virt-edit.pl:67
 #, no-wrap
 msgid ""
 " virt-edit mydomain /boot/grub/grub.conf\n"
@@ -31140,7 +31154,7 @@ msgid ""
 msgstr ""
 
 #. type: verbatim
-#: ../tools/virt-edit.pl:64
+#: ../tools/virt-edit.pl:69
 #, no-wrap
 msgid ""
 " virt-edit mydomain /etc/passwd\n"
@@ -31148,14 +31162,14 @@ msgid ""
 msgstr ""
 
 #. type: textblock
-#: ../tools/virt-edit.pl:66
+#: ../tools/virt-edit.pl:71
 msgid ""
 "You can also edit files non-interactively (see L</NON-INTERACTIVE EDITING> "
 "below).  To change the init default level to 5:"
 msgstr ""
 
 #. type: verbatim
-#: ../tools/virt-edit.pl:70
+#: ../tools/virt-edit.pl:75
 #, no-wrap
 msgid ""
 " virt-edit mydomain /etc/inittab -e 's/^id:.*/id:5:initdefault:/'\n"
@@ -31163,14 +31177,14 @@ msgid ""
 msgstr ""
 
 #. type: textblock
-#: ../tools/virt-edit.pl:82 ../tools/virt-win-reg.pl:106
+#: ../tools/virt-edit.pl:87 ../tools/virt-win-reg.pl:106
 #: ../tools/virt-list-filesystems.pl:63 ../tools/virt-tar.pl:108
 #: ../tools/virt-make-fs.pl:163 ../tools/virt-list-partitions.pl:64
 msgid "Display brief help."
 msgstr ""
 
 #. type: textblock
-#: ../tools/virt-edit.pl:90 ../tools/virt-win-reg.pl:114
+#: ../tools/virt-edit.pl:95 ../tools/virt-win-reg.pl:114
 #: ../tools/virt-resize.pl:272 ../tools/virt-list-filesystems.pl:71
 #: ../tools/virt-tar.pl:116 ../tools/virt-make-fs.pl:171
 #: ../tools/virt-list-partitions.pl:72
@@ -31178,26 +31192,26 @@ msgid "Display version number and exit."
 msgstr ""
 
 #. type: =item
-#: ../tools/virt-edit.pl:96
+#: ../tools/virt-edit.pl:101
 msgid "B<--backup extension> | B<-b extension>"
 msgstr ""
 
 #. type: textblock
-#: ../tools/virt-edit.pl:98
+#: ../tools/virt-edit.pl:103
 msgid ""
 "Create a backup of the original file I<in the guest disk image>.  The backup "
 "has the original filename with C<extension> added."
 msgstr ""
 
 #. type: textblock
-#: ../tools/virt-edit.pl:101
+#: ../tools/virt-edit.pl:106
 msgid ""
 "Usually the first character of C<extension> would be a dot C<.> so you would "
 "write:"
 msgstr ""
 
 #. type: verbatim
-#: ../tools/virt-edit.pl:104
+#: ../tools/virt-edit.pl:109
 #, no-wrap
 msgid ""
 " virt-edit -b .orig [etc]\n"
@@ -31205,19 +31219,19 @@ msgid ""
 msgstr ""
 
 #. type: textblock
-#: ../tools/virt-edit.pl:106
+#: ../tools/virt-edit.pl:111
 msgid "By default, no backup file is made."
 msgstr ""
 
 #. type: =item
-#: ../tools/virt-edit.pl:112 ../tools/virt-win-reg.pl:128
+#: ../tools/virt-edit.pl:117 ../tools/virt-win-reg.pl:128
 #: ../tools/virt-list-filesystems.pl:77 ../tools/virt-tar.pl:122
 #: ../tools/virt-list-partitions.pl:78
 msgid "B<--connect URI> | B<-c URI>"
 msgstr ""
 
 #. type: textblock
-#: ../tools/virt-edit.pl:114 ../tools/virt-win-reg.pl:130
+#: ../tools/virt-edit.pl:119 ../tools/virt-win-reg.pl:130
 #: ../tools/virt-list-filesystems.pl:79 ../tools/virt-tar.pl:124
 #: ../tools/virt-list-partitions.pl:80
 msgid ""
@@ -31226,7 +31240,7 @@ msgid ""
 msgstr ""
 
 #. type: textblock
-#: ../tools/virt-edit.pl:117 ../tools/virt-win-reg.pl:133
+#: ../tools/virt-edit.pl:122 ../tools/virt-win-reg.pl:133
 #: ../tools/virt-list-filesystems.pl:82 ../tools/virt-tar.pl:127
 #: ../tools/virt-list-partitions.pl:83
 msgid ""
@@ -31234,14 +31248,14 @@ msgid ""
 msgstr ""
 
 #. type: =item
-#: ../tools/virt-edit.pl:124 ../tools/virt-win-reg.pl:140
+#: ../tools/virt-edit.pl:129 ../tools/virt-win-reg.pl:140
 #: ../tools/virt-resize.pl:520 ../tools/virt-list-filesystems.pl:89
 #: ../tools/virt-tar.pl:134 ../tools/virt-list-partitions.pl:90
 msgid "B<--format> raw"
 msgstr ""
 
 #. type: textblock
-#: ../tools/virt-edit.pl:126 ../tools/virt-win-reg.pl:142
+#: ../tools/virt-edit.pl:131 ../tools/virt-win-reg.pl:142
 #: ../tools/virt-list-filesystems.pl:91 ../tools/virt-tar.pl:136
 #: ../tools/virt-list-partitions.pl:92
 msgid ""
@@ -31250,7 +31264,7 @@ msgid ""
 msgstr ""
 
 #. type: textblock
-#: ../tools/virt-edit.pl:130 ../tools/virt-win-reg.pl:146
+#: ../tools/virt-edit.pl:135 ../tools/virt-win-reg.pl:146
 #: ../tools/virt-list-filesystems.pl:95 ../tools/virt-tar.pl:140
 #: ../tools/virt-list-partitions.pl:96
 msgid ""
@@ -31260,7 +31274,7 @@ msgid ""
 msgstr ""
 
 #. type: textblock
-#: ../tools/virt-edit.pl:134 ../tools/virt-win-reg.pl:150
+#: ../tools/virt-edit.pl:139 ../tools/virt-win-reg.pl:150
 #: ../tools/virt-resize.pl:525 ../tools/virt-resize.pl:540
 #: ../tools/virt-list-filesystems.pl:99 ../tools/virt-tar.pl:144
 #: ../tools/virt-list-partitions.pl:100
@@ -31270,12 +31284,12 @@ msgid ""
 msgstr ""
 
 #. type: =item
-#: ../tools/virt-edit.pl:141
+#: ../tools/virt-edit.pl:146
 msgid "B<--expr EXPR> | B<-e EXPR>"
 msgstr ""
 
 #. type: textblock
-#: ../tools/virt-edit.pl:143
+#: ../tools/virt-edit.pl:148
 msgid ""
 "Instead of launching the external editor, non-interactively apply the Perl "
 "expression C<EXPR> to each line in the file.  See L</NON-INTERACTIVE "
@@ -31283,26 +31297,26 @@ msgid ""
 msgstr ""
 
 #. type: textblock
-#: ../tools/virt-edit.pl:147
+#: ../tools/virt-edit.pl:152
 msgid ""
 "Be careful to properly quote the expression to prevent it from being altered "
 "by the shell."
 msgstr ""
 
 #. type: =head1
-#: ../tools/virt-edit.pl:268
+#: ../tools/virt-edit.pl:272
 msgid "NON-INTERACTIVE EDITING"
 msgstr ""
 
 #. type: textblock
-#: ../tools/virt-edit.pl:270
+#: ../tools/virt-edit.pl:274
 msgid ""
 "C<virt-edit> normally calls out to C<$EDITOR> (or vi) so the system "
 "administrator can interactively edit the file."
 msgstr ""
 
 #. type: textblock
-#: ../tools/virt-edit.pl:273
+#: ../tools/virt-edit.pl:277
 msgid ""
 "There are two ways also to use C<virt-edit> from scripts in order to make "
 "automated edits to files.  (Note that although you I<can> use C<virt-edit> "
@@ -31311,7 +31325,7 @@ msgid ""
 msgstr ""
 
 #. type: textblock
-#: ../tools/virt-edit.pl:279
+#: ../tools/virt-edit.pl:283
 msgid ""
 "The first method is to temporarily set C<$EDITOR> to any script or program "
 "you want to run.  The script is invoked as C<$EDITOR tmpfile> and it should "
@@ -31319,7 +31333,7 @@ msgid ""
 msgstr ""
 
 #. type: textblock
-#: ../tools/virt-edit.pl:283
+#: ../tools/virt-edit.pl:287
 msgid ""
 "The second method is to use the C<-e> parameter of C<virt-edit> to run a "
 "short Perl snippet in the style of L<sed(1)>.  For example to replace all "
@@ -31327,7 +31341,7 @@ msgid ""
 msgstr ""
 
 #. type: verbatim
-#: ../tools/virt-edit.pl:287
+#: ../tools/virt-edit.pl:291
 #, no-wrap
 msgid ""
 " virt-edit domname filename -e 's/foo/bar/'\n"
@@ -31335,14 +31349,14 @@ msgid ""
 msgstr ""
 
 #. type: textblock
-#: ../tools/virt-edit.pl:289
+#: ../tools/virt-edit.pl:293
 msgid ""
 "The full power of Perl regular expressions can be used (see L<perlre(1)>).  "
 "For example to delete root's password you could do:"
 msgstr ""
 
 #. type: verbatim
-#: ../tools/virt-edit.pl:292
+#: ../tools/virt-edit.pl:296
 #, no-wrap
 msgid ""
 " virt-edit domname /etc/passwd -e 's/^root:.*?:/root::/'\n"
@@ -31350,7 +31364,7 @@ msgid ""
 msgstr ""
 
 #. type: textblock
-#: ../tools/virt-edit.pl:294
+#: ../tools/virt-edit.pl:298
 msgid ""
 "What really happens is that the snippet is evaluated as a Perl expression "
 "for each line of the file.  The line, including the final C<\\n>, is passed "
@@ -31358,14 +31372,14 @@ msgid ""
 msgstr ""
 
 #. type: textblock
-#: ../tools/virt-edit.pl:299
+#: ../tools/virt-edit.pl:303
 msgid ""
 "To delete a line, set C<$_> to the empty string.  For example, to delete the "
 "C<apache> user account from the password file you can do:"
 msgstr ""
 
 #. type: verbatim
-#: ../tools/virt-edit.pl:302
+#: ../tools/virt-edit.pl:306
 #, no-wrap
 msgid ""
 " virt-edit mydomain /etc/passwd -e '$_ = \"\" if /^apache:/'\n"
@@ -31373,7 +31387,7 @@ msgid ""
 msgstr ""
 
 #. type: textblock
-#: ../tools/virt-edit.pl:304
+#: ../tools/virt-edit.pl:308
 msgid ""
 "To insert a line, prepend or append it to C<$_>.  However appending lines to "
 "the end of the file is rather difficult this way since there is no concept "
@@ -31383,14 +31397,14 @@ msgid ""
 msgstr ""
 
 #. type: textblock
-#: ../tools/virt-edit.pl:310
+#: ../tools/virt-edit.pl:314
 msgid ""
 "The variable C<$lineno> contains the current line number.  As is "
 "traditional, the first line in the file is number C<1>."
 msgstr ""
 
 #. type: textblock
-#: ../tools/virt-edit.pl:313
+#: ../tools/virt-edit.pl:317
 msgid ""
 "The return value from the expression is ignored, but the expression may call "
 "C<die> in order to abort the whole program, leaving the original file "
@@ -31398,7 +31412,7 @@ msgid ""
 msgstr ""
 
 #. type: textblock
-#: ../tools/virt-edit.pl:317
+#: ../tools/virt-edit.pl:321
 msgid ""
 "Remember when matching the end of a line that C<$_> may contain the final C<"
 "\\n>, or (for DOS files) C<\\r\\n>, or if the file does not end with a "
@@ -31407,7 +31421,7 @@ msgid ""
 msgstr ""
 
 #. type: verbatim
-#: ../tools/virt-edit.pl:322
+#: ../tools/virt-edit.pl:326
 #, no-wrap
 msgid ""
 " /some text(\\r?\\n)?$/\n"
@@ -31415,49 +31429,150 @@ msgid ""
 msgstr ""
 
 #. type: textblock
-#: ../tools/virt-edit.pl:324
+#: ../tools/virt-edit.pl:328
 msgid ""
 "Alternately, use the perl C<chomp> function, being careful not to chomp C<"
 "$_> itself (since that would remove all newlines from the file):"
 msgstr ""
 
 #. type: verbatim
-#: ../tools/virt-edit.pl:328
+#: ../tools/virt-edit.pl:332
 #, no-wrap
 msgid ""
 " my $m = $_; chomp $m; $m =~ /some text$/\n"
 "\n"
 msgstr ""
 
-#. type: =item
+#. type: =head1
 #: ../tools/virt-edit.pl:334
-msgid "C<EDITOR>"
+msgid "USING GUESTFISH"
 msgstr ""
 
 #. type: textblock
 #: ../tools/virt-edit.pl:336
 msgid ""
+"L<guestfish(1)> is a more powerful, lower level tool which you can use when "
+"C<virt-edit> doesn't work."
+msgstr ""
+
+#. type: textblock
+#: ../tools/virt-edit.pl:339
+msgid "Using C<virt-edit> is approximately equivalent to doing:"
+msgstr ""
+
+#. type: verbatim
+#: ../tools/virt-edit.pl:341
+#, no-wrap
+msgid ""
+" guestfish --rw -i -d domname edit /file\n"
+"\n"
+msgstr ""
+
+#. type: textblock
+#: ../tools/virt-edit.pl:343
+msgid ""
+"where C<domname> is the name of the libvirt guest, and C</file> is the full "
+"path to the file."
+msgstr ""
+
+#. type: textblock
+#: ../tools/virt-edit.pl:346
+msgid ""
+"The command above uses libguestfs's guest inspection feature and so does not "
+"work on guests that libguestfs cannot inspect, or on things like arbitrary "
+"disk images that don't contain guests.  To edit a file on a disk image "
+"directly, use:"
+msgstr ""
+
+#. type: verbatim
+#: ../tools/virt-edit.pl:351
+#, no-wrap
+msgid ""
+" guestfish --rw -a disk.img -m /dev/sda1 edit /file\n"
+"\n"
+msgstr ""
+
+#. type: textblock
+#: ../tools/virt-edit.pl:353
+msgid ""
+"where C<disk.img> is the disk image, C</dev/sda1> is the filesystem within "
+"the disk image to edit, and C</file> is the full path to the file."
+msgstr ""
+
+#. type: textblock
+#: ../tools/virt-edit.pl:357
+msgid ""
+"C<virt-edit> cannot create new files.  Use the guestfish commands C<touch>, "
+"C<write> or C<upload> instead:"
+msgstr ""
+
+#. type: verbatim
+#: ../tools/virt-edit.pl:360
+#, no-wrap
+msgid ""
+" guestfish --rw -i -d domname touch /newfile\n"
+"\n"
+msgstr ""
+
+#. type: verbatim
+#: ../tools/virt-edit.pl:362
+#, no-wrap
+msgid ""
+" guestfish --rw -i -d domname write /newfile \"new content\"\n"
+"\n"
+msgstr ""
+
+#. type: verbatim
+#: ../tools/virt-edit.pl:364
+#, no-wrap
+msgid ""
+" guestfish --rw -i -d domname upload localfile /newfile\n"
+"\n"
+msgstr ""
+
+#. type: textblock
+#: ../tools/virt-edit.pl:366
+msgid ""
+"C<virt-edit> cannot edit multiple files, but guestfish can do it like this:"
+msgstr ""
+
+#. type: verbatim
+#: ../tools/virt-edit.pl:369
+#, no-wrap
+msgid ""
+" guestfish --rw -i -d domname edit /file1 : edit /file2\n"
+"\n"
+msgstr ""
+
+#. type: =item
+#: ../tools/virt-edit.pl:379
+msgid "C<EDITOR>"
+msgstr ""
+
+#. type: textblock
+#: ../tools/virt-edit.pl:381
+msgid ""
 "If set, this string is used as the editor.  It may contain arguments, eg. C<"
 "\"emacs -nw\">"
 msgstr ""
 
 #. type: textblock
-#: ../tools/virt-edit.pl:339
+#: ../tools/virt-edit.pl:384
 msgid "If not set, C<vi> is used."
 msgstr ""
 
 #. type: =head1
-#: ../tools/virt-edit.pl:343 ../tools/virt-win-reg.pl:559
+#: ../tools/virt-edit.pl:388 ../tools/virt-win-reg.pl:559
 #: ../tools/virt-resize.pl:1476 ../tools/virt-list-filesystems.pl:182
-#: ../tools/virt-tar.pl:274 ../tools/virt-make-fs.pl:527
+#: ../tools/virt-tar.pl:274 ../tools/virt-make-fs.pl:532
 #: ../tools/virt-list-partitions.pl:250
 msgid "SHELL QUOTING"
 msgstr ""
 
 #. type: textblock
-#: ../tools/virt-edit.pl:345 ../tools/virt-win-reg.pl:567
+#: ../tools/virt-edit.pl:390 ../tools/virt-win-reg.pl:567
 #: ../tools/virt-resize.pl:1478 ../tools/virt-list-filesystems.pl:184
-#: ../tools/virt-tar.pl:276 ../tools/virt-make-fs.pl:529
+#: ../tools/virt-tar.pl:276 ../tools/virt-make-fs.pl:534
 #: ../tools/virt-list-partitions.pl:252
 msgid ""
 "Libvirt guest names can contain arbitrary characters, some of which have "
@@ -31467,7 +31582,7 @@ msgid ""
 msgstr ""
 
 #. type: textblock
-#: ../tools/virt-edit.pl:352
+#: ../tools/virt-edit.pl:397
 msgid ""
 "L<guestfs(3)>, L<guestfish(1)>, L<virt-cat(1)>, L<Sys::Guestfs(3)>, L<Sys::"
 "Guestfs::Lib(3)>, L<Sys::Virt(3)>, L<http://libguestfs.org/>, L<perl(1)>, "
@@ -31475,24 +31590,24 @@ msgid ""
 msgstr ""
 
 #. type: =head1
-#: ../tools/virt-edit.pl:362 ../tools/virt-win-reg.pl:598
+#: ../tools/virt-edit.pl:407 ../tools/virt-win-reg.pl:598
 #: ../tools/virt-resize.pl:1504 ../tools/virt-list-filesystems.pl:202
-#: ../tools/virt-tar.pl:292 ../tools/virt-make-fs.pl:559
+#: ../tools/virt-tar.pl:292 ../tools/virt-make-fs.pl:564
 #: ../tools/virt-list-partitions.pl:269
 msgid "AUTHOR"
 msgstr ""
 
 #. type: textblock
-#: ../tools/virt-edit.pl:364 ../tools/virt-win-reg.pl:600
+#: ../tools/virt-edit.pl:409 ../tools/virt-win-reg.pl:600
 #: ../tools/virt-resize.pl:1506 ../tools/virt-list-filesystems.pl:204
-#: ../tools/virt-tar.pl:294 ../tools/virt-make-fs.pl:561
+#: ../tools/virt-tar.pl:294 ../tools/virt-make-fs.pl:566
 #: ../tools/virt-list-partitions.pl:271
 msgid "Richard W.M. Jones L<http://people.redhat.com/~rjones/>"
 msgstr ""
 
 #. type: textblock
-#: ../tools/virt-edit.pl:368 ../tools/virt-list-partitions.pl:275
-msgid "Copyright (C) 2009-2010 Red Hat Inc."
+#: ../tools/virt-edit.pl:413
+msgid "Copyright (C) 2009-2011 Red Hat Inc."
 msgstr ""
 
 #. type: textblock
@@ -32032,7 +32147,7 @@ msgid ""
 msgstr ""
 
 #. type: textblock
-#: ../tools/virt-win-reg.pl:589 ../tools/virt-make-fs.pl:550
+#: ../tools/virt-win-reg.pl:589 ../tools/virt-make-fs.pl:555
 msgid ""
 "When reporting bugs, please enable debugging and capture the I<complete> "
 "output:"
@@ -32056,7 +32171,7 @@ msgstr ""
 
 #. type: textblock
 #: ../tools/virt-win-reg.pl:604 ../tools/virt-resize.pl:1510
-#: ../tools/virt-make-fs.pl:565
+#: ../tools/virt-make-fs.pl:570
 msgid "Copyright (C) 2010 Red Hat Inc."
 msgstr ""
 
@@ -33430,8 +33545,8 @@ msgstr ""
 #: ../tools/virt-make-fs.pl:85
 msgid ""
 "Don't forget that you can also use local commands including L<resize2fs(8)> "
-"and L<virt-resize(1)> to resize existing filesystems, or rerun virt-make-"
-"resize to build another image from scratch."
+"and L<virt-resize(1)> to resize existing filesystems, or rerun virt-make-fs "
+"to build another image from scratch."
 msgstr ""
 
 #. type: =head3
@@ -33742,7 +33857,7 @@ msgid ""
 msgstr ""
 
 #. type: textblock
-#: ../tools/virt-make-fs.pl:536
+#: ../tools/virt-make-fs.pl:541
 msgid ""
 "L<guestfish(1)>, L<virt-resize(1)>, L<virt-tar(1)>, L<mkisofs(1)>, "
 "L<genisoimage(1)>, L<mksquashfs(1)>, L<mke2fs(8)>, L<resize2fs(8)>, L<guestfs"
@@ -33750,7 +33865,7 @@ msgid ""
 msgstr ""
 
 #. type: verbatim
-#: ../tools/virt-make-fs.pl:553
+#: ../tools/virt-make-fs.pl:558
 #, no-wrap
 msgid ""
 " export LIBGUESTFS_DEBUG=1\n"
@@ -33759,7 +33874,7 @@ msgid ""
 msgstr ""
 
 #. type: textblock
-#: ../tools/virt-make-fs.pl:556
+#: ../tools/virt-make-fs.pl:561
 msgid ""
 "Attach /tmp/virt-make-fs.log to a new bug report at L<https://bugzilla."
 "redhat.com/>"
@@ -33838,3 +33953,8 @@ msgid ""
 "filesystems(1)>, L<virt-resize(1)>, L<Sys::Guestfs(3)>, L<Sys::Guestfs::Lib"
 "(3)>, L<Sys::Virt(3)>, L<http://libguestfs.org/>."
 msgstr ""
+
+#. type: textblock
+#: ../tools/virt-list-partitions.pl:275
+msgid "Copyright (C) 2009-2010 Red Hat Inc."
+msgstr ""