From ff1f16b43160899cfb057745f737d967a02fab11 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Tue, 30 Oct 2012 17:14:09 +0000 Subject: Version 1.18.10. --- BUGS | 41 +- configure.ac | 2 +- po-docs/ja.po | 9370 ++++++++++++++++++++++--------------------- po-docs/libguestfs-docs.pot | 8173 +++++++++++++++++++------------------ po-docs/uk.po | 9349 +++++++++++++++++++++--------------------- po/en_GB.po | 12 +- po/es.po | 12 +- po/gu.po | 12 +- po/hi.po | 12 +- po/kn.po | 12 +- po/libguestfs.pot | 14 +- po/ml.po | 12 +- po/mr.po | 12 +- po/nl.po | 12 +- po/or.po | 12 +- po/pa.po | 12 +- po/pl.po | 12 +- po/ta.po | 12 +- po/te.po | 12 +- po/uk.po | 12 +- 20 files changed, 13994 insertions(+), 13123 deletions(-) diff --git a/BUGS b/BUGS index 68354b6c..fb478b92 100644 --- a/BUGS +++ b/BUGS @@ -1,5 +1,5 @@ NOTE: This file is automatically generated from "update-bugs.sh". -Last updated: 2012-10-01 +Last updated: 2012-10-30 This contains a local list of the bugs that are open against libguestfs. Bugs are tracked in the Red Hat Bugzilla database @@ -77,9 +77,6 @@ Bugs in NEW or ASSIGNED state are open and waiting for someone to fix. 696451 NEW https://bugzilla.redhat.com/show_bug.cgi?id=696451 libguestfs: unknown filesystem label SWAP-sda2 -696484 NEW https://bugzilla.redhat.com/show_bug.cgi?id=696484 - [RFE] virt-v2v show the warning info after convert rhel4u8 guest if comment a line of swap in the fstab - 700342 NEW https://bugzilla.redhat.com/show_bug.cgi?id=700342 virt-inspector resports unknown filesystem UUID @@ -146,9 +143,6 @@ Bugs in NEW or ASSIGNED state are open and waiting for someone to fix. 812970 NEW https://bugzilla.redhat.com/show_bug.cgi?id=812970 virt-rescue cannot set > prompt, on Ubuntu 12.04 -813271 NEW https://bugzilla.redhat.com/show_bug.cgi?id=813271 - intermittent appliance boot failures (divide_error) - 813290 NEW https://bugzilla.redhat.com/show_bug.cgi?id=813290 mdadm (md-detail) test occasionally fails with 'md device /dev/md125 does not appear to be active.' @@ -188,9 +182,6 @@ Bugs in NEW or ASSIGNED state are open and waiting for someone to fix. 838904 NEW https://bugzilla.redhat.com/show_bug.cgi?id=838904 make-debian-img.sh failed: /dev/debian/root: not found: device not cleared. Aborting. Failed to wipe start of new LV. -840474 NEW https://bugzilla.redhat.com/show_bug.cgi?id=840474 - cannot install libguestfs due to missing dependency - 843188 NEW https://bugzilla.redhat.com/show_bug.cgi?id=843188 Ruby bindings segfault in event callbacks when the Ruby GC is invoked. @@ -209,18 +200,30 @@ Bugs in NEW or ASSIGNED state are open and waiting for someone to fix. 857763 NEW https://bugzilla.redhat.com/show_bug.cgi?id=857763 libguestfs 'file-architecture' returns 'ARM' for arm binaries -859875 NEW https://bugzilla.redhat.com/show_bug.cgi?id=859875 - Progress bar output should go to tty(?) stderr(?) - -859876 NEW https://bugzilla.redhat.com/show_bug.cgi?id=859876 - guestfish printed paths are not canonicalized - 859885 NEW https://bugzilla.redhat.com/show_bug.cgi?id=859885 inspect-list-applications does not list all installed RPM packages with same name and different versions 859949 NEW https://bugzilla.redhat.com/show_bug.cgi?id=859949 RFE: inspect-list-applications does not return the architecture of RPM packages +863696 NEW https://bugzilla.redhat.com/show_bug.cgi?id=863696 + [F18] libguestfs fails to mount a disk image file(in this case qcow2) as 'root' + +864871 NEW https://bugzilla.redhat.com/show_bug.cgi?id=864871 + libvirt error: could not create appliance through libvirt: unable to set security context 'unconfined_u:object_r:svirt_image_t:s0:cXXX,cYYY' on '.../console.sock' + +865503 NEW https://bugzilla.redhat.com/show_bug.cgi?id=865503 + Slow / many disk mdadm may cause libguestfs commands to fail + +865923 NEW https://bugzilla.redhat.com/show_bug.cgi?id=865923 + Check that new qemu -machine option doesn't break libguestfs. + +866994 NEW https://bugzilla.redhat.com/show_bug.cgi?id=866994 + tgz-out causes memory leak in guestfsd + +869179 NEW https://bugzilla.redhat.com/show_bug.cgi?id=869179 + libguestfs fail to startup on latest rhel7 tree + 503134 ASSIGNED https://bugzilla.redhat.com/show_bug.cgi?id=503134 guestfish's list splitting does not recognize internal quoting @@ -236,10 +239,10 @@ Bugs in NEW or ASSIGNED state are open and waiting for someone to fix. 691389 ASSIGNED https://bugzilla.redhat.com/show_bug.cgi?id=691389 Extended attributes don't work over guestmount (FUSE) -713678 ASSIGNED https://bugzilla.redhat.com/show_bug.cgi?id=713678 - Not all febootstrap messages are redirected to log callbacks +864899 ASSIGNED https://bugzilla.redhat.com/show_bug.cgi?id=864899 + valgrind reports "Syscall param write(buf) points to uninitialised byte(s)" when event contains a log message -(73 bugs) +(74 bugs) -------------------------------------------------- Bugs in MODIFIED, POST or ON_QA state are fixed. diff --git a/configure.ac b/configure.ac index e8552a03..b61d17a2 100644 --- a/configure.ac +++ b/configure.ac @@ -20,7 +20,7 @@ # freeform string. m4_define([libguestfs_major], [1]) m4_define([libguestfs_minor], [18]) -m4_define([libguestfs_release], [9]) +m4_define([libguestfs_release], [10]) AC_INIT([libguestfs],libguestfs_major.libguestfs_minor.libguestfs_release) AC_CONFIG_AUX_DIR([build-aux]) diff --git a/po-docs/ja.po b/po-docs/ja.po index 83836802..0addd34e 100644 --- a/po-docs/ja.po +++ b/po-docs/ja.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: libguestfs\n" "Report-Msgid-Bugs-To: libguestfs@redhat.com\n" -"POT-Creation-Date: 2012-10-01 16:29+0200\n" +"POT-Creation-Date: 2012-10-30 18:16+0000\n" "PO-Revision-Date: 2012-07-10 17:15+0000\n" "Last-Translator: rjones \n" "Language-Team: Japanese \n" @@ -528,7 +528,7 @@ msgstr "" #: ../df/virt-df.pod:110 ../edit/virt-edit.pod:141 ../fish/guestfish.pod:242 #: ../fish/guestfish.pod:685 ../format/virt-format.pod:96 #: ../inspector/virt-inspector.pod:350 ../rescue/virt-rescue.pod:164 -#: ../src/guestfs.pod:3062 ../sysprep/virt-sysprep.pod:111 +#: ../src/guestfs.pod:3149 ../sysprep/virt-sysprep.pod:111 msgid "For example:" msgstr "例:" @@ -1135,21 +1135,21 @@ msgstr "このプログラムは以下を返します:" #: ../examples/guestfs-recipes.pod:273 ../examples/guestfs-testing.pod:124 #: ../examples/guestfs-testing.pod:128 ../examples/guestfs-testing.pod:132 #: ../fish/guestfish-actions.pod:13 ../fish/guestfish-actions.pod:20 -#: ../fish/guestfish-actions.pod:444 ../fish/guestfish-actions.pod:452 -#: ../fish/guestfish-actions.pod:459 ../fish/guestfish-actions.pod:466 -#: ../fish/guestfish-actions.pod:1419 ../fish/guestfish-actions.pod:1423 -#: ../fish/guestfish-actions.pod:1427 ../fish/guestfish-actions.pod:1431 -#: ../fish/guestfish-actions.pod:1439 ../fish/guestfish-actions.pod:1443 -#: ../fish/guestfish-actions.pod:1447 ../fish/guestfish-actions.pod:1457 -#: ../fish/guestfish-actions.pod:1461 ../fish/guestfish-actions.pod:1465 -#: ../fish/guestfish-actions.pod:1555 ../fish/guestfish-actions.pod:1559 -#: ../fish/guestfish-actions.pod:1564 ../fish/guestfish-actions.pod:1569 -#: ../fish/guestfish-actions.pod:1611 ../fish/guestfish-actions.pod:1615 -#: ../fish/guestfish-actions.pod:1620 ../fish/guestfish-actions.pod:2006 -#: ../fish/guestfish-actions.pod:2013 ../fish/guestfish-actions.pod:2020 -#: ../fish/guestfish-actions.pod:2433 ../fish/guestfish-actions.pod:2439 -#: ../fish/guestfish-actions.pod:2447 ../fish/guestfish-actions.pod:2454 -#: ../fish/guestfish-actions.pod:2461 ../fish/guestfish.pod:457 +#: ../fish/guestfish-actions.pod:446 ../fish/guestfish-actions.pod:454 +#: ../fish/guestfish-actions.pod:461 ../fish/guestfish-actions.pod:468 +#: ../fish/guestfish-actions.pod:1421 ../fish/guestfish-actions.pod:1425 +#: ../fish/guestfish-actions.pod:1429 ../fish/guestfish-actions.pod:1433 +#: ../fish/guestfish-actions.pod:1441 ../fish/guestfish-actions.pod:1445 +#: ../fish/guestfish-actions.pod:1449 ../fish/guestfish-actions.pod:1459 +#: ../fish/guestfish-actions.pod:1463 ../fish/guestfish-actions.pod:1467 +#: ../fish/guestfish-actions.pod:1557 ../fish/guestfish-actions.pod:1561 +#: ../fish/guestfish-actions.pod:1566 ../fish/guestfish-actions.pod:1571 +#: ../fish/guestfish-actions.pod:1613 ../fish/guestfish-actions.pod:1617 +#: ../fish/guestfish-actions.pod:1622 ../fish/guestfish-actions.pod:2008 +#: ../fish/guestfish-actions.pod:2015 ../fish/guestfish-actions.pod:2022 +#: ../fish/guestfish-actions.pod:2435 ../fish/guestfish-actions.pod:2441 +#: ../fish/guestfish-actions.pod:2449 ../fish/guestfish-actions.pod:2456 +#: ../fish/guestfish-actions.pod:2463 ../fish/guestfish.pod:457 #: ../fish/guestfish.pod:461 ../fish/guestfish.pod:465 #: ../fish/guestfish.pod:469 ../inspector/virt-inspector.pod:514 #: ../inspector/virt-inspector.pod:518 ../resize/virt-resize.pod:365 @@ -1158,21 +1158,21 @@ msgstr "このプログラムは以下を返します:" #: ../sparsify/virt-sparsify.pod:52 ../sparsify/virt-sparsify.pod:56 #: ../sparsify/virt-sparsify.pod:62 ../sparsify/virt-sparsify.pod:67 #: ../sparsify/virt-sparsify.pod:72 ../src/guestfs-actions.pod:22 -#: ../src/guestfs-actions.pod:29 ../src/guestfs-actions.pod:644 -#: ../src/guestfs-actions.pod:652 ../src/guestfs-actions.pod:659 -#: ../src/guestfs-actions.pod:666 ../src/guestfs-actions.pod:2387 -#: ../src/guestfs-actions.pod:2391 ../src/guestfs-actions.pod:2395 -#: ../src/guestfs-actions.pod:2399 ../src/guestfs-actions.pod:2407 -#: ../src/guestfs-actions.pod:2411 ../src/guestfs-actions.pod:2415 -#: ../src/guestfs-actions.pod:2425 ../src/guestfs-actions.pod:2429 -#: ../src/guestfs-actions.pod:2433 ../src/guestfs-actions.pod:2571 -#: ../src/guestfs-actions.pod:2575 ../src/guestfs-actions.pod:2580 -#: ../src/guestfs-actions.pod:2585 ../src/guestfs-actions.pod:2646 -#: ../src/guestfs-actions.pod:2650 ../src/guestfs-actions.pod:2655 -#: ../src/guestfs-actions.pod:3213 ../src/guestfs-actions.pod:3220 -#: ../src/guestfs-actions.pod:3227 ../src/guestfs-actions.pod:3782 -#: ../src/guestfs-actions.pod:3788 ../src/guestfs-actions.pod:3796 -#: ../src/guestfs-actions.pod:3803 ../src/guestfs-actions.pod:3810 +#: ../src/guestfs-actions.pod:29 ../src/guestfs-actions.pod:646 +#: ../src/guestfs-actions.pod:654 ../src/guestfs-actions.pod:661 +#: ../src/guestfs-actions.pod:668 ../src/guestfs-actions.pod:2389 +#: ../src/guestfs-actions.pod:2393 ../src/guestfs-actions.pod:2397 +#: ../src/guestfs-actions.pod:2401 ../src/guestfs-actions.pod:2409 +#: ../src/guestfs-actions.pod:2413 ../src/guestfs-actions.pod:2417 +#: ../src/guestfs-actions.pod:2427 ../src/guestfs-actions.pod:2431 +#: ../src/guestfs-actions.pod:2435 ../src/guestfs-actions.pod:2573 +#: ../src/guestfs-actions.pod:2577 ../src/guestfs-actions.pod:2582 +#: ../src/guestfs-actions.pod:2587 ../src/guestfs-actions.pod:2648 +#: ../src/guestfs-actions.pod:2652 ../src/guestfs-actions.pod:2657 +#: ../src/guestfs-actions.pod:3215 ../src/guestfs-actions.pod:3222 +#: ../src/guestfs-actions.pod:3229 ../src/guestfs-actions.pod:3784 +#: ../src/guestfs-actions.pod:3790 ../src/guestfs-actions.pod:3798 +#: ../src/guestfs-actions.pod:3805 ../src/guestfs-actions.pod:3812 #: ../src/guestfs.pod:394 ../src/guestfs.pod:399 ../src/guestfs.pod:404 #: ../src/guestfs.pod:408 ../src/guestfs.pod:413 ../src/guestfs.pod:417 #: ../src/guestfs.pod:422 ../src/guestfs.pod:427 ../src/guestfs.pod:1203 @@ -1181,14 +1181,14 @@ msgstr "このプログラムは以下を返します:" #: ../src/guestfs.pod:1268 ../src/guestfs.pod:1273 ../src/guestfs.pod:1277 #: ../src/guestfs.pod:1334 ../src/guestfs.pod:1338 ../src/guestfs.pod:1342 #: ../src/guestfs.pod:1346 ../src/guestfs.pod:1350 ../src/guestfs.pod:1354 -#: ../src/guestfs.pod:1869 ../src/guestfs.pod:1874 ../src/guestfs.pod:1878 -#: ../src/guestfs.pod:1980 ../src/guestfs.pod:1985 ../src/guestfs.pod:1989 -#: ../src/guestfs.pod:1999 ../src/guestfs.pod:2288 ../src/guestfs.pod:2293 -#: ../src/guestfs.pod:2299 ../src/guestfs.pod:2307 ../src/guestfs.pod:2824 -#: ../src/guestfs.pod:2830 ../src/guestfs.pod:2835 ../src/guestfs.pod:2841 -#: ../src/guestfs.pod:3237 ../src/guestfs.pod:3242 ../src/guestfs.pod:3246 -#: ../src/guestfs.pod:3250 ../src/guestfs.pod:3254 ../src/guestfs.pod:3268 -#: ../src/guestfs.pod:3273 ../sysprep/virt-sysprep.pod:230 +#: ../src/guestfs.pod:1886 ../src/guestfs.pod:1891 ../src/guestfs.pod:1895 +#: ../src/guestfs.pod:1999 ../src/guestfs.pod:2004 ../src/guestfs.pod:2008 +#: ../src/guestfs.pod:2018 ../src/guestfs.pod:2309 ../src/guestfs.pod:2314 +#: ../src/guestfs.pod:2320 ../src/guestfs.pod:2328 ../src/guestfs.pod:2845 +#: ../src/guestfs.pod:2851 ../src/guestfs.pod:2856 ../src/guestfs.pod:2862 +#: ../src/guestfs.pod:3341 ../src/guestfs.pod:3346 ../src/guestfs.pod:3350 +#: ../src/guestfs.pod:3354 ../src/guestfs.pod:3358 ../src/guestfs.pod:3372 +#: ../src/guestfs.pod:3377 ../sysprep/virt-sysprep.pod:230 #: ../sysprep/virt-sysprep.pod:234 ../sysprep/virt-sysprep.pod:238 #: ../sysprep/virt-sysprep.pod:242 ../sysprep/virt-sysprep.pod:257 #: ../sysprep/virt-sysprep.pod:261 ../sysprep/virt-sysprep.pod:265 @@ -1259,7 +1259,7 @@ msgstr "" #: ../cat/virt-cat.pod:243 ../cat/virt-filesystems.pod:389 #: ../cat/virt-ls.pod:495 ../df/virt-df.pod:253 ../edit/virt-edit.pod:368 #: ../erlang/examples/guestfs-erlang.pod:97 -#: ../examples/guestfs-examples.pod:33 ../examples/guestfs-faq.pod:779 +#: ../examples/guestfs-examples.pod:33 ../examples/guestfs-faq.pod:796 #: ../examples/guestfs-performance.pod:429 ../examples/guestfs-recipes.pod:470 #: ../examples/guestfs-testing.pod:305 ../fish/guestfish.pod:1280 #: ../fish/virt-copy-in.pod:50 ../fish/virt-copy-out.pod:39 @@ -1269,7 +1269,7 @@ msgstr "" #: ../ocaml/examples/guestfs-ocaml.pod:78 ../perl/examples/guestfs-perl.pod:40 #: ../python/examples/guestfs-python.pod:42 ../rescue/virt-rescue.pod:340 #: ../resize/virt-resize.pod:702 ../ruby/examples/guestfs-ruby.pod:36 -#: ../sparsify/virt-sparsify.pod:299 ../src/guestfs.pod:3445 +#: ../sparsify/virt-sparsify.pod:299 ../src/guestfs.pod:3549 #: ../sysprep/virt-sysprep.pod:442 ../test-tool/libguestfs-test-tool.pod:106 #: ../tools/virt-list-filesystems.pl:197 ../tools/virt-list-partitions.pl:267 #: ../tools/virt-make-fs.pl:590 ../tools/virt-tar.pl:294 @@ -1317,7 +1317,7 @@ msgstr "Richard W.M. Jones L" #: ../cat/virt-cat.pod:256 ../cat/virt-filesystems.pod:404 #: ../cat/virt-ls.pod:511 ../df/virt-df.pod:265 ../edit/virt-edit.pod:386 #: ../erlang/examples/guestfs-erlang.pod:114 -#: ../examples/guestfs-examples.pod:49 ../examples/guestfs-faq.pod:789 +#: ../examples/guestfs-examples.pod:49 ../examples/guestfs-faq.pod:806 #: ../examples/guestfs-performance.pod:446 ../examples/guestfs-recipes.pod:487 #: ../examples/guestfs-testing.pod:316 ../fish/guestfish.pod:1312 #: ../fish/virt-copy-in.pod:64 ../fish/virt-copy-out.pod:53 @@ -1327,7 +1327,7 @@ msgstr "Richard W.M. Jones L" #: ../ocaml/examples/guestfs-ocaml.pod:95 ../perl/examples/guestfs-perl.pod:57 #: ../python/examples/guestfs-python.pod:58 ../rescue/virt-rescue.pod:353 #: ../resize/virt-resize.pod:729 ../ruby/examples/guestfs-ruby.pod:52 -#: ../sparsify/virt-sparsify.pod:316 ../src/guestfs.pod:3500 +#: ../sparsify/virt-sparsify.pod:316 ../src/guestfs.pod:3604 #: ../sysprep/virt-sysprep.pod:463 ../test-tool/libguestfs-test-tool.pod:116 #: ../tools/virt-list-filesystems.pl:214 ../tools/virt-list-partitions.pl:283 #: ../tools/virt-make-fs.pl:609 ../tools/virt-tar.pl:313 @@ -1615,7 +1615,7 @@ msgstr "" #: ../appliance/libguestfs-make-fixed-appliance.pod:139 #: ../edit/virt-edit.pod:343 ../fish/guestfish.pod:1131 #: ../rescue/virt-rescue.pod:313 ../sparsify/virt-sparsify.pod:272 -#: ../src/guestfs.pod:3384 ../test-tool/libguestfs-test-tool.pod:101 +#: ../src/guestfs.pod:3488 ../test-tool/libguestfs-test-tool.pod:101 msgid "ENVIRONMENT VARIABLES" msgstr "環境変数" @@ -1639,7 +1639,7 @@ msgstr "" #. type: =head1 #: ../appliance/libguestfs-make-fixed-appliance.pod:153 #: ../erlang/examples/guestfs-erlang.pod:110 -#: ../examples/guestfs-examples.pod:45 ../examples/guestfs-faq.pod:785 +#: ../examples/guestfs-examples.pod:45 ../examples/guestfs-faq.pod:802 #: ../examples/guestfs-performance.pod:442 ../examples/guestfs-recipes.pod:483 #: ../examples/guestfs-testing.pod:312 ../fish/guestfish.pod:1308 #: ../fish/virt-copy-in.pod:60 ../fish/virt-copy-out.pod:49 @@ -1648,7 +1648,7 @@ msgstr "" #: ../java/examples/guestfs-java.pod:58 ../ocaml/examples/guestfs-ocaml.pod:91 #: ../perl/examples/guestfs-perl.pod:53 #: ../python/examples/guestfs-python.pod:54 -#: ../ruby/examples/guestfs-ruby.pod:48 ../src/guestfs.pod:3496 +#: ../ruby/examples/guestfs-ruby.pod:48 ../src/guestfs.pod:3600 #: ../sysprep/virt-sysprep.pod:457 ../test-tool/libguestfs-test-tool.pod:112 msgid "AUTHORS" msgstr "著者" @@ -1656,7 +1656,7 @@ msgstr "著者" #. type: textblock #: ../appliance/libguestfs-make-fixed-appliance.pod:155 #: ../erlang/examples/guestfs-erlang.pod:112 -#: ../examples/guestfs-examples.pod:47 ../examples/guestfs-faq.pod:787 +#: ../examples/guestfs-examples.pod:47 ../examples/guestfs-faq.pod:804 #: ../examples/guestfs-performance.pod:444 ../examples/guestfs-recipes.pod:485 #: ../examples/guestfs-testing.pod:314 ../fish/guestfish.pod:1310 #: ../fish/virt-copy-in.pod:62 ../fish/virt-copy-out.pod:51 @@ -1664,7 +1664,7 @@ msgstr "著者" #: ../fuse/guestmount.pod:411 ../java/examples/guestfs-java.pod:60 #: ../ocaml/examples/guestfs-ocaml.pod:93 ../perl/examples/guestfs-perl.pod:55 #: ../python/examples/guestfs-python.pod:56 -#: ../ruby/examples/guestfs-ruby.pod:50 ../src/guestfs.pod:3498 +#: ../ruby/examples/guestfs-ruby.pod:50 ../src/guestfs.pod:3602 #: ../test-tool/libguestfs-test-tool.pod:114 msgid "Richard W.M. Jones (C)" msgstr "Richard W.M. Jones (C)" @@ -1674,7 +1674,7 @@ msgstr "Richard W.M. Jones (C)" #: ../df/virt-df.pod:267 ../edit/virt-edit.pod:388 #: ../examples/guestfs-recipes.pod:489 ../fish/guestfish.pod:1314 #: ../fuse/guestmount.pod:415 ../rescue/virt-rescue.pod:355 -#: ../src/guestfs.pod:3502 ../test-tool/libguestfs-test-tool.pod:118 +#: ../src/guestfs.pod:3606 ../test-tool/libguestfs-test-tool.pod:118 #: ../tools/virt-list-partitions.pl:285 msgid "Copyright (C) 2009-2012 Red Hat Inc." msgstr "Copyright (C) 2009-2012 Red Hat Inc." @@ -3355,7 +3355,7 @@ msgstr "" "readable> オプションが指定されていなければ、バイト単位で表示されます。" #. type: =head2 -#: ../cat/virt-ls.pod:181 ../fish/guestfish-actions.pod:5064 +#: ../cat/virt-ls.pod:181 ../fish/guestfish-actions.pod:5071 msgid "path" msgstr "パス" @@ -5261,7 +5261,7 @@ msgid "Please use the following link to enter a bug in Bugzilla:" msgstr "" #. type: textblock -#: ../examples/guestfs-faq.pod:122 +#: ../examples/guestfs-faq.pod:122 ../examples/guestfs-testing.pod:20 msgid "" "L" @@ -5461,7 +5461,7 @@ msgstr "" #: ../examples/guestfs-faq.pod:217 ../examples/guestfs-faq.pod:222 #: ../examples/guestfs-faq.pod:504 ../examples/guestfs-faq.pod:509 #: ../examples/guestfs-faq.pod:630 ../examples/guestfs-faq.pod:635 -#: ../src/guestfs.pod:2434 ../src/guestfs.pod:2439 +#: ../src/guestfs.pod:2455 ../src/guestfs.pod:2460 msgid "html" msgstr "HTML" @@ -6638,13 +6638,44 @@ msgid "" "a virtual machine disk image." msgstr "" +#. type: =head2 +#: ../examples/guestfs-faq.pod:779 +msgid "What do these C and C functions do?" +msgstr "" + #. type: textblock #: ../examples/guestfs-faq.pod:781 +msgid "" +"There are some functions which are used for debugging and internal purposes " +"which are I part of the stable API." +msgstr "" + +#. type: textblock +#: ../examples/guestfs-faq.pod:784 +msgid "" +"The C (or C) functions, primarily L and a handful of others, are used for debugging libguestfs. " +"Although they are not part of the stable API and thus may change or be " +"removed at any time, some programs may want to call these while waiting for " +"features to be added to libguestfs." +msgstr "" + +#. type: textblock +#: ../examples/guestfs-faq.pod:790 +msgid "" +"The C (or C) functions are purely to be used " +"by libguestfs itself. There is no reason for programs to call them, and " +"programs should not try to use them. Using them will often cause bad things " +"to happen, as well as not being part of the documented stable API." +msgstr "" + +#. type: textblock +#: ../examples/guestfs-faq.pod:798 msgid "L, L, L." msgstr "" #. type: textblock -#: ../examples/guestfs-faq.pod:791 ../examples/guestfs-performance.pod:448 +#: ../examples/guestfs-faq.pod:808 ../examples/guestfs-performance.pod:448 #: ../format/virt-format.pod:193 msgid "Copyright (C) 2012 Red Hat Inc." msgstr "Copyright (C) 2012 Red Hat Inc." @@ -6953,8 +6984,8 @@ msgstr "" #: ../examples/guestfs-performance.pod:211 ../examples/guestfs-recipes.pod:288 #: ../resize/virt-resize.pod:31 ../resize/virt-resize.pod:603 #: ../sparsify/virt-sparsify.pod:243 ../src/guestfs.pod:475 -#: ../src/guestfs.pod:1288 ../src/guestfs.pod:1457 ../src/guestfs.pod:1621 -#: ../src/guestfs.pod:2869 +#: ../src/guestfs.pod:1288 ../src/guestfs.pod:1457 ../src/guestfs.pod:1638 +#: ../src/guestfs.pod:2956 msgid "1." msgstr "1." @@ -6970,8 +7001,8 @@ msgstr "" #: ../examples/guestfs-performance.pod:218 ../examples/guestfs-recipes.pod:294 #: ../resize/virt-resize.pod:44 ../resize/virt-resize.pod:610 #: ../sparsify/virt-sparsify.pod:250 ../src/guestfs.pod:481 -#: ../src/guestfs.pod:1292 ../src/guestfs.pod:1461 ../src/guestfs.pod:1625 -#: ../src/guestfs.pod:2894 +#: ../src/guestfs.pod:1292 ../src/guestfs.pod:1461 ../src/guestfs.pod:1642 +#: ../src/guestfs.pod:2981 msgid "2." msgstr "2." @@ -6990,7 +7021,7 @@ msgstr "" #: ../examples/guestfs-performance.pod:224 ../examples/guestfs-recipes.pod:300 #: ../resize/virt-resize.pod:52 ../resize/virt-resize.pod:616 #: ../sparsify/virt-sparsify.pod:256 ../src/guestfs.pod:492 -#: ../src/guestfs.pod:1296 ../src/guestfs.pod:1631 +#: ../src/guestfs.pod:1296 ../src/guestfs.pod:1648 msgid "3." msgstr "3." @@ -7256,7 +7287,7 @@ msgid "Save the following script as C:" msgstr "" #. type: verbatim -#: ../examples/guestfs-performance.pod:322 ../src/guestfs.pod:2382 +#: ../examples/guestfs-performance.pod:322 ../src/guestfs.pod:2403 #, no-wrap msgid "" " global last;\n" @@ -7266,7 +7297,7 @@ msgstr "" " \n" #. type: verbatim -#: ../examples/guestfs-performance.pod:324 ../src/guestfs.pod:2384 +#: ../examples/guestfs-performance.pod:324 ../src/guestfs.pod:2405 #, no-wrap msgid "" " function display_time () {\n" @@ -7286,7 +7317,7 @@ msgstr "" " \n" #. type: verbatim -#: ../examples/guestfs-performance.pod:331 ../src/guestfs.pod:2391 +#: ../examples/guestfs-performance.pod:331 ../src/guestfs.pod:2412 #, no-wrap msgid "" " printf (\"%d (+%d):\", now, delta);\n" @@ -7298,7 +7329,7 @@ msgstr "" " \n" #. type: verbatim -#: ../examples/guestfs-performance.pod:334 ../src/guestfs.pod:2394 +#: ../examples/guestfs-performance.pod:334 ../src/guestfs.pod:2415 #, no-wrap msgid "" " probe begin {\n" @@ -7314,7 +7345,7 @@ msgstr "" " \n" #. type: verbatim -#: ../examples/guestfs-performance.pod:339 ../src/guestfs.pod:2399 +#: ../examples/guestfs-performance.pod:339 ../src/guestfs.pod:2420 #, no-wrap msgid "" " /* Display all calls to static markers. */\n" @@ -8013,10 +8044,10 @@ msgstr "" #. type: textblock #: ../examples/guestfs-recipes.pod:158 ../fish/guestfish-actions.pod:9 -#: ../fish/guestfish-actions.pod:1607 ../fish/guestfish-actions.pod:2002 -#: ../fish/guestfish-actions.pod:2429 ../src/guestfs-actions.pod:18 -#: ../src/guestfs-actions.pod:2642 ../src/guestfs-actions.pod:3209 -#: ../src/guestfs-actions.pod:3778 ../src/guestfs.pod:1865 +#: ../fish/guestfish-actions.pod:1609 ../fish/guestfish-actions.pod:2004 +#: ../fish/guestfish-actions.pod:2431 ../src/guestfs-actions.pod:18 +#: ../src/guestfs-actions.pod:2644 ../src/guestfs-actions.pod:3211 +#: ../src/guestfs-actions.pod:3780 ../src/guestfs.pod:1882 #: ../tools/virt-win-reg.pl:707 msgid "Notes:" msgstr "注:" @@ -8950,15 +8981,6 @@ msgstr "" msgid "You can report bugs you find through this link:" msgstr "このリンクを使用して見つけたバグを報告できます:" -#. type: textblock -#: ../examples/guestfs-testing.pod:20 -msgid "" -"https://bugzilla.redhat.com/enter_bug.cgi?" -"component=libguestfs&product=Virtualization+Tools" -msgstr "" -"https://bugzilla.redhat.com/enter_bug.cgi?" -"component=libguestfs&product=Virtualization+Tools" - #. type: textblock #: ../examples/guestfs-testing.pod:22 msgid "" @@ -8969,7 +8991,9 @@ msgstr "" #. type: textblock #: ../examples/guestfs-testing.pod:26 -msgid "https://www.redhat.com/mailman/listinfo/libguestfs" +#, fuzzy +#| msgid "https://www.redhat.com/mailman/listinfo/libguestfs" +msgid "L" msgstr "https://www.redhat.com/mailman/listinfo/libguestfs" #. type: =head1 @@ -8990,7 +9014,7 @@ msgstr "" #. type: textblock #: ../examples/guestfs-testing.pod:32 ../examples/guestfs-testing.pod:145 -#: ../src/guestfs.pod:3258 +#: ../src/guestfs.pod:3362 msgid "Run:" msgstr "次を実行します:" @@ -9075,7 +9099,7 @@ msgstr "" #. type: textblock #: ../examples/guestfs-testing.pod:68 ../examples/guestfs-testing.pod:175 #: ../examples/guestfs-testing.pod:188 ../examples/guestfs-testing.pod:248 -#: ../src/guestfs.pod:2972 +#: ../src/guestfs.pod:3059 msgid "or:" msgstr "または:" @@ -9790,8 +9814,8 @@ msgid "" msgstr "" #. type: textblock -#: ../fish/guestfish-actions.pod:28 ../fish/guestfish-actions.pod:217 -#: ../fish/guestfish-actions.pod:231 +#: ../fish/guestfish-actions.pod:28 ../fish/guestfish-actions.pod:219 +#: ../fish/guestfish-actions.pod:233 #, fuzzy #| msgid "" #| "I In new code, use the L " @@ -9804,27 +9828,27 @@ msgstr "" "を使用してください。" #. type: textblock -#: ../fish/guestfish-actions.pod:31 ../fish/guestfish-actions.pod:220 -#: ../fish/guestfish-actions.pod:234 ../fish/guestfish-actions.pod:1054 -#: ../fish/guestfish-actions.pod:1089 ../fish/guestfish-actions.pod:1238 -#: ../fish/guestfish-actions.pod:1306 ../fish/guestfish-actions.pod:1792 -#: ../fish/guestfish-actions.pod:1806 ../fish/guestfish-actions.pod:3009 -#: ../fish/guestfish-actions.pod:3786 ../fish/guestfish-actions.pod:4223 -#: ../fish/guestfish-actions.pod:4271 ../fish/guestfish-actions.pod:4999 -#: ../fish/guestfish-actions.pod:5247 ../fish/guestfish-actions.pod:5267 -#: ../fish/guestfish-actions.pod:5286 ../fish/guestfish-actions.pod:5324 -#: ../fish/guestfish-actions.pod:6106 ../fish/guestfish-actions.pod:6222 -#: ../src/guestfs-actions.pod:10 ../src/guestfs-actions.pod:308 -#: ../src/guestfs-actions.pod:329 ../src/guestfs-actions.pod:1805 -#: ../src/guestfs-actions.pod:1862 ../src/guestfs-actions.pod:2119 -#: ../src/guestfs-actions.pod:2228 ../src/guestfs-actions.pod:2866 -#: ../src/guestfs-actions.pod:2887 ../src/guestfs-actions.pod:4585 -#: ../src/guestfs-actions.pod:5840 ../src/guestfs-actions.pod:6652 -#: ../src/guestfs-actions.pod:6752 ../src/guestfs-actions.pod:7846 -#: ../src/guestfs-actions.pod:8157 ../src/guestfs-actions.pod:8198 -#: ../src/guestfs-actions.pod:8229 ../src/guestfs-actions.pod:8289 -#: ../src/guestfs-actions.pod:9427 ../src/guestfs-actions.pod:9555 -#: ../src/guestfs-actions.pod:9759 +#: ../fish/guestfish-actions.pod:31 ../fish/guestfish-actions.pod:222 +#: ../fish/guestfish-actions.pod:236 ../fish/guestfish-actions.pod:1056 +#: ../fish/guestfish-actions.pod:1091 ../fish/guestfish-actions.pod:1240 +#: ../fish/guestfish-actions.pod:1308 ../fish/guestfish-actions.pod:1794 +#: ../fish/guestfish-actions.pod:1808 ../fish/guestfish-actions.pod:3011 +#: ../fish/guestfish-actions.pod:3793 ../fish/guestfish-actions.pod:4230 +#: ../fish/guestfish-actions.pod:4278 ../fish/guestfish-actions.pod:5006 +#: ../fish/guestfish-actions.pod:5254 ../fish/guestfish-actions.pod:5274 +#: ../fish/guestfish-actions.pod:5293 ../fish/guestfish-actions.pod:5331 +#: ../fish/guestfish-actions.pod:6113 ../fish/guestfish-actions.pod:6229 +#: ../src/guestfs-actions.pod:10 ../src/guestfs-actions.pod:310 +#: ../src/guestfs-actions.pod:331 ../src/guestfs-actions.pod:1807 +#: ../src/guestfs-actions.pod:1864 ../src/guestfs-actions.pod:2121 +#: ../src/guestfs-actions.pod:2230 ../src/guestfs-actions.pod:2868 +#: ../src/guestfs-actions.pod:2889 ../src/guestfs-actions.pod:4587 +#: ../src/guestfs-actions.pod:5847 ../src/guestfs-actions.pod:6659 +#: ../src/guestfs-actions.pod:6759 ../src/guestfs-actions.pod:7853 +#: ../src/guestfs-actions.pod:8164 ../src/guestfs-actions.pod:8205 +#: ../src/guestfs-actions.pod:8236 ../src/guestfs-actions.pod:8296 +#: ../src/guestfs-actions.pod:9434 ../src/guestfs-actions.pod:9562 +#: ../src/guestfs-actions.pod:9766 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 " @@ -9995,18 +10019,18 @@ msgid "" msgstr "" #. type: textblock -#: ../fish/guestfish-actions.pod:125 ../fish/guestfish-actions.pod:197 -#: ../fish/guestfish-actions.pod:679 ../fish/guestfish-actions.pod:694 -#: ../fish/guestfish-actions.pod:948 ../fish/guestfish-actions.pod:969 -#: ../fish/guestfish-actions.pod:1007 ../fish/guestfish-actions.pod:1016 -#: ../fish/guestfish-actions.pod:1025 ../fish/guestfish-actions.pod:1039 -#: ../fish/guestfish-actions.pod:1225 ../fish/guestfish-actions.pod:2468 -#: ../fish/guestfish-actions.pod:3563 ../fish/guestfish-actions.pod:3802 -#: ../fish/guestfish-actions.pod:3849 ../fish/guestfish-actions.pod:4012 -#: ../fish/guestfish-actions.pod:4042 ../fish/guestfish-actions.pod:4185 -#: ../fish/guestfish-actions.pod:4201 ../fish/guestfish-actions.pod:4259 -#: ../fish/guestfish-actions.pod:4975 ../fish/guestfish-actions.pod:5708 -#: ../fish/guestfish-actions.pod:5790 +#: ../fish/guestfish-actions.pod:125 ../fish/guestfish-actions.pod:199 +#: ../fish/guestfish-actions.pod:681 ../fish/guestfish-actions.pod:696 +#: ../fish/guestfish-actions.pod:950 ../fish/guestfish-actions.pod:971 +#: ../fish/guestfish-actions.pod:1009 ../fish/guestfish-actions.pod:1018 +#: ../fish/guestfish-actions.pod:1027 ../fish/guestfish-actions.pod:1041 +#: ../fish/guestfish-actions.pod:1227 ../fish/guestfish-actions.pod:2470 +#: ../fish/guestfish-actions.pod:3570 ../fish/guestfish-actions.pod:3809 +#: ../fish/guestfish-actions.pod:3856 ../fish/guestfish-actions.pod:4019 +#: ../fish/guestfish-actions.pod:4049 ../fish/guestfish-actions.pod:4192 +#: ../fish/guestfish-actions.pod:4208 ../fish/guestfish-actions.pod:4266 +#: ../fish/guestfish-actions.pod:4982 ../fish/guestfish-actions.pod:5715 +#: ../fish/guestfish-actions.pod:5797 msgid "" "This command has one or more optional arguments. See L." msgstr "" @@ -10078,13 +10102,19 @@ msgstr "" #. type: textblock #: ../fish/guestfish-actions.pod:148 ../src/guestfs-actions.pod:208 msgid "" -"This function adds a virtual machine disk image C to libguestfs. " +"This function adds a disk image called C to the handle. " +"C may be a regular host file or a host device." +msgstr "" + +#. type: textblock +#: ../fish/guestfish-actions.pod:151 ../src/guestfs-actions.pod:211 +msgid "" "The first time you call this function, the disk appears as C, the " "second time as C, and so on." msgstr "" #. type: textblock -#: ../fish/guestfish-actions.pod:153 ../src/guestfs-actions.pod:213 +#: ../fish/guestfish-actions.pod:154 ../src/guestfs-actions.pod:214 msgid "" "You don't necessarily need to be root when using libguestfs. However you " "obviously do need sufficient permissions to access the filename for whatever " @@ -10093,30 +10123,30 @@ msgid "" msgstr "" #. type: textblock -#: ../fish/guestfish-actions.pod:159 ../src/guestfs-actions.pod:219 +#: ../fish/guestfish-actions.pod:160 ../src/guestfs-actions.pod:220 msgid "This call checks that C exists." msgstr "この呼び出しは C が存在するかを確認します。" #. type: textblock -#: ../fish/guestfish-actions.pod:161 ../src/guestfs-actions.pod:221 +#: ../fish/guestfish-actions.pod:162 ../src/guestfs-actions.pod:222 msgid "" "C may be the special string C<\"/dev/null\">. See L." msgstr "" #. type: textblock -#: ../fish/guestfish-actions.pod:164 ../fish/guestfish-actions.pod:3811 -#: ../src/guestfs-actions.pod:224 ../src/guestfs-actions.pod:5932 +#: ../fish/guestfish-actions.pod:165 ../fish/guestfish-actions.pod:3818 +#: ../src/guestfs-actions.pod:225 ../src/guestfs-actions.pod:5939 msgid "The optional arguments are:" msgstr "オプション引数は次のとおりです:" #. type: =item -#: ../fish/guestfish-actions.pod:168 ../src/guestfs-actions.pod:228 +#: ../fish/guestfish-actions.pod:169 ../src/guestfs-actions.pod:229 msgid "C" msgstr "C" #. type: textblock -#: ../fish/guestfish-actions.pod:170 ../src/guestfs-actions.pod:230 +#: ../fish/guestfish-actions.pod:171 ../src/guestfs-actions.pod:231 msgid "" "If true then the image is treated as read-only. Writes are still allowed, " "but they are stored in a temporary snapshot overlay which is discarded at " @@ -10124,13 +10154,13 @@ msgid "" msgstr "" #. type: =item -#: ../fish/guestfish-actions.pod:174 ../src/guestfs-actions.pod:234 -#: ../src/guestfs.pod:3137 +#: ../fish/guestfish-actions.pod:175 ../src/guestfs-actions.pod:235 +#: ../src/guestfs.pod:3228 msgid "C" msgstr "C" #. type: textblock -#: ../fish/guestfish-actions.pod:176 +#: ../fish/guestfish-actions.pod:177 msgid "" "This forces the image format. If you omit this (or use L or L) then the format is automatically detected. Possible formats " @@ -10138,7 +10168,7 @@ msgid "" msgstr "" #. type: textblock -#: ../fish/guestfish-actions.pod:180 ../src/guestfs-actions.pod:240 +#: ../fish/guestfish-actions.pod:181 ../src/guestfs-actions.pod:241 msgid "" "Automatic detection of the format opens you up to a potential security hole " "when dealing with untrusted raw-format images. See CVE-2010-3851 and " @@ -10146,42 +10176,42 @@ msgid "" msgstr "" #. type: =item -#: ../fish/guestfish-actions.pod:185 ../src/guestfs-actions.pod:245 +#: ../fish/guestfish-actions.pod:186 ../src/guestfs-actions.pod:246 msgid "C" msgstr "C" #. type: textblock -#: ../fish/guestfish-actions.pod:187 +#: ../fish/guestfish-actions.pod:188 msgid "" "This rarely-used option lets you emulate the behaviour of the deprecated L call (q.v.)" msgstr "" #. type: =item -#: ../fish/guestfish-actions.pod:190 ../fish/guestfish-actions.pod:3591 -#: ../src/guestfs-actions.pod:250 ../src/guestfs-actions.pod:5537 +#: ../fish/guestfish-actions.pod:191 ../fish/guestfish-actions.pod:3598 +#: ../src/guestfs-actions.pod:251 ../src/guestfs-actions.pod:5544 msgid "C" msgstr "C" #. type: textblock -#: ../fish/guestfish-actions.pod:192 ../src/guestfs-actions.pod:252 +#: ../fish/guestfish-actions.pod:193 ../src/guestfs-actions.pod:253 msgid "" -"The name the drive had in the original guest, e.g. /dev/sdb. This is used as " -"a hint to the guest inspection process if it is available." +"The name the drive had in the original guest, e.g. C. This is " +"used as a hint to the guest inspection process if it is available." msgstr "" #. type: =head2 -#: ../fish/guestfish-actions.pod:199 +#: ../fish/guestfish-actions.pod:201 msgid "add-drive-ro" msgstr "add-drive-ro" #. type: =head2 -#: ../fish/guestfish-actions.pod:201 +#: ../fish/guestfish-actions.pod:203 msgid "add-ro" msgstr "add-ro" #. type: verbatim -#: ../fish/guestfish-actions.pod:203 +#: ../fish/guestfish-actions.pod:205 #, no-wrap msgid "" " add-drive-ro filename\n" @@ -10191,7 +10221,7 @@ msgstr "" "\n" #. type: textblock -#: ../fish/guestfish-actions.pod:205 +#: ../fish/guestfish-actions.pod:207 msgid "" "This function is the equivalent of calling L with the " "optional parameter C set to 1, so the disk " @@ -10199,12 +10229,12 @@ msgid "" msgstr "" #. type: =head2 -#: ../fish/guestfish-actions.pod:210 +#: ../fish/guestfish-actions.pod:212 msgid "add-drive-ro-with-if" msgstr "add-drive-ro-with-if" #. type: verbatim -#: ../fish/guestfish-actions.pod:212 +#: ../fish/guestfish-actions.pod:214 #, no-wrap msgid "" " add-drive-ro-with-if filename iface\n" @@ -10214,19 +10244,19 @@ msgstr "" "\n" #. type: textblock -#: ../fish/guestfish-actions.pod:214 +#: ../fish/guestfish-actions.pod:216 msgid "" "This is the same as L but it allows you to specify the QEMU " "interface emulation to use at run time." msgstr "" #. type: =head2 -#: ../fish/guestfish-actions.pod:224 +#: ../fish/guestfish-actions.pod:226 msgid "add-drive-with-if" msgstr "add-drive-with-if" #. type: verbatim -#: ../fish/guestfish-actions.pod:226 +#: ../fish/guestfish-actions.pod:228 #, no-wrap msgid "" " add-drive-with-if filename iface\n" @@ -10236,19 +10266,19 @@ msgstr "" "\n" #. type: textblock -#: ../fish/guestfish-actions.pod:228 +#: ../fish/guestfish-actions.pod:230 msgid "" "This is the same as L but it allows you to specify the QEMU " "interface emulation to use at run time." msgstr "" #. type: =head2 -#: ../fish/guestfish-actions.pod:238 +#: ../fish/guestfish-actions.pod:240 msgid "aug-clear" msgstr "aug-clear" #. type: verbatim -#: ../fish/guestfish-actions.pod:240 +#: ../fish/guestfish-actions.pod:242 #, no-wrap msgid "" " aug-clear augpath\n" @@ -10258,19 +10288,19 @@ msgstr "" "\n" #. type: textblock -#: ../fish/guestfish-actions.pod:242 ../src/guestfs-actions.pod:346 +#: ../fish/guestfish-actions.pod:244 ../src/guestfs-actions.pod:348 msgid "" "Set the value associated with C to C. This is the same as the " "L C command." msgstr "" #. type: =head2 -#: ../fish/guestfish-actions.pod:245 +#: ../fish/guestfish-actions.pod:247 msgid "aug-close" msgstr "aug-close" #. type: verbatim -#: ../fish/guestfish-actions.pod:247 +#: ../fish/guestfish-actions.pod:249 #, no-wrap msgid "" " aug-close\n" @@ -10280,7 +10310,7 @@ msgstr "" "\n" #. type: textblock -#: ../fish/guestfish-actions.pod:249 +#: ../fish/guestfish-actions.pod:251 msgid "" "Close the current Augeas handle and free up any resources used by it. After " "calling this, you have to call L again before you can use any " @@ -10288,12 +10318,12 @@ msgid "" msgstr "" #. type: =head2 -#: ../fish/guestfish-actions.pod:254 +#: ../fish/guestfish-actions.pod:256 msgid "aug-defnode" msgstr "aug-defnode" #. type: verbatim -#: ../fish/guestfish-actions.pod:256 +#: ../fish/guestfish-actions.pod:258 #, no-wrap msgid "" " aug-defnode name expr val\n" @@ -10303,13 +10333,13 @@ msgstr "" "\n" #. type: textblock -#: ../fish/guestfish-actions.pod:258 ../src/guestfs-actions.pod:375 +#: ../fish/guestfish-actions.pod:260 ../src/guestfs-actions.pod:377 msgid "" "Defines a variable C whose value is the result of evaluating C." msgstr "" #. type: textblock -#: ../fish/guestfish-actions.pod:261 +#: ../fish/guestfish-actions.pod:263 msgid "" "If C evaluates to an empty nodeset, a node is created, equivalent to " "calling L C, C. C will be the nodeset " @@ -10317,19 +10347,19 @@ msgid "" msgstr "" #. type: textblock -#: ../fish/guestfish-actions.pod:265 ../src/guestfs-actions.pod:382 +#: ../fish/guestfish-actions.pod:267 ../src/guestfs-actions.pod:384 msgid "" "On success this returns a pair containing the number of nodes in the " "nodeset, and a boolean flag if a node was created." msgstr "" #. type: =head2 -#: ../fish/guestfish-actions.pod:269 +#: ../fish/guestfish-actions.pod:271 msgid "aug-defvar" msgstr "aug-defvar" #. type: verbatim -#: ../fish/guestfish-actions.pod:271 +#: ../fish/guestfish-actions.pod:273 #, no-wrap msgid "" " aug-defvar name expr\n" @@ -10339,7 +10369,7 @@ msgstr "" "\n" #. type: textblock -#: ../fish/guestfish-actions.pod:273 ../src/guestfs-actions.pod:399 +#: ../fish/guestfish-actions.pod:275 ../src/guestfs-actions.pod:401 msgid "" "Defines an Augeas variable C whose value is the result of evaluating " "C. If C is NULL, then C is undefined." @@ -10348,19 +10378,19 @@ msgstr "" "が NULL ならば、 C が定義されません。" #. type: textblock -#: ../fish/guestfish-actions.pod:277 ../src/guestfs-actions.pod:403 +#: ../fish/guestfish-actions.pod:279 ../src/guestfs-actions.pod:405 msgid "" "On success this returns the number of nodes in C, or C<0> if C " "evaluates to something which is not a nodeset." msgstr "" #. type: =head2 -#: ../fish/guestfish-actions.pod:280 +#: ../fish/guestfish-actions.pod:282 msgid "aug-get" msgstr "aug-get" #. type: verbatim -#: ../fish/guestfish-actions.pod:282 +#: ../fish/guestfish-actions.pod:284 #, no-wrap msgid "" " aug-get augpath\n" @@ -10370,19 +10400,19 @@ msgstr "" "\n" #. type: textblock -#: ../fish/guestfish-actions.pod:284 ../src/guestfs-actions.pod:416 +#: ../fish/guestfish-actions.pod:286 ../src/guestfs-actions.pod:418 msgid "" "Look up the value associated with C. If C matches exactly one " "node, the C is returned." msgstr "" #. type: =head2 -#: ../fish/guestfish-actions.pod:287 +#: ../fish/guestfish-actions.pod:289 msgid "aug-init" msgstr "aug-init" #. type: verbatim -#: ../fish/guestfish-actions.pod:289 +#: ../fish/guestfish-actions.pod:291 #, no-wrap msgid "" " aug-init root flags\n" @@ -10392,7 +10422,7 @@ msgstr "" "\n" #. type: textblock -#: ../fish/guestfish-actions.pod:291 ../src/guestfs-actions.pod:431 +#: ../fish/guestfish-actions.pod:293 ../src/guestfs-actions.pod:433 msgid "" "Create a new Augeas handle for editing configuration files. If there was " "any previous Augeas handle associated with this guestfs session, then it is " @@ -10400,12 +10430,12 @@ msgid "" msgstr "" #. type: textblock -#: ../fish/guestfish-actions.pod:295 +#: ../fish/guestfish-actions.pod:297 msgid "You must call this before using any other L commands." msgstr "" #. type: textblock -#: ../fish/guestfish-actions.pod:298 ../src/guestfs-actions.pod:438 +#: ../fish/guestfish-actions.pod:300 ../src/guestfs-actions.pod:440 msgid "" "C is the filesystem root. C must not be NULL, use C instead." msgstr "" @@ -10413,29 +10443,29 @@ msgstr "" "に C を使用します。" #. type: textblock -#: ../fish/guestfish-actions.pod:301 ../src/guestfs-actions.pod:441 +#: ../fish/guestfish-actions.pod:303 ../src/guestfs-actions.pod:443 msgid "" "The flags are the same as the flags defined in Eaugeas.hE, the " "logical I of the following integers:" msgstr "" #. type: =item -#: ../fish/guestfish-actions.pod:307 ../src/guestfs-actions.pod:447 +#: ../fish/guestfish-actions.pod:309 ../src/guestfs-actions.pod:449 msgid "C = 1" msgstr "C = 1" #. type: textblock -#: ../fish/guestfish-actions.pod:309 ../src/guestfs-actions.pod:449 +#: ../fish/guestfish-actions.pod:311 ../src/guestfs-actions.pod:451 msgid "Keep the original file with a C<.augsave> extension." msgstr "C<.augsave> 拡張子を付けて元のファイルを保持します。" #. type: =item -#: ../fish/guestfish-actions.pod:311 ../src/guestfs-actions.pod:451 +#: ../fish/guestfish-actions.pod:313 ../src/guestfs-actions.pod:453 msgid "C = 2" msgstr "C = 2" #. type: textblock -#: ../fish/guestfish-actions.pod:313 ../src/guestfs-actions.pod:453 +#: ../fish/guestfish-actions.pod:315 ../src/guestfs-actions.pod:455 msgid "" "Save changes into a file with extension C<.augnew>, and do not overwrite " "original. Overrides C." @@ -10444,17 +10474,17 @@ msgstr "" "C を上書きします。" #. type: =item -#: ../fish/guestfish-actions.pod:316 ../src/guestfs-actions.pod:456 +#: ../fish/guestfish-actions.pod:318 ../src/guestfs-actions.pod:458 msgid "C = 4" msgstr "C = 4" #. type: textblock -#: ../fish/guestfish-actions.pod:318 ../src/guestfs-actions.pod:458 +#: ../fish/guestfish-actions.pod:320 ../src/guestfs-actions.pod:460 msgid "Typecheck lenses." msgstr "" #. type: textblock -#: ../fish/guestfish-actions.pod:320 +#: ../fish/guestfish-actions.pod:322 msgid "" "This option is only useful when debugging Augeas lenses. Use of this option " "may require additional memory for the libguestfs appliance. You may need to " @@ -10462,52 +10492,52 @@ msgid "" msgstr "" #. type: =item -#: ../fish/guestfish-actions.pod:325 ../src/guestfs-actions.pod:465 +#: ../fish/guestfish-actions.pod:327 ../src/guestfs-actions.pod:467 msgid "C = 8" msgstr "C = 8" #. type: textblock -#: ../fish/guestfish-actions.pod:327 ../src/guestfs-actions.pod:467 +#: ../fish/guestfish-actions.pod:329 ../src/guestfs-actions.pod:469 msgid "Do not use standard load path for modules." msgstr "モジュールの標準的な読み込みパスを使用しません。" #. type: =item -#: ../fish/guestfish-actions.pod:329 ../src/guestfs-actions.pod:469 +#: ../fish/guestfish-actions.pod:331 ../src/guestfs-actions.pod:471 msgid "C = 16" msgstr "C = 16" #. type: textblock -#: ../fish/guestfish-actions.pod:331 ../src/guestfs-actions.pod:471 +#: ../fish/guestfish-actions.pod:333 ../src/guestfs-actions.pod:473 msgid "Make save a no-op, just record what would have been changed." msgstr "" #. type: =item -#: ../fish/guestfish-actions.pod:333 ../src/guestfs-actions.pod:473 +#: ../fish/guestfish-actions.pod:335 ../src/guestfs-actions.pod:475 msgid "C = 32" msgstr "C = 32" #. type: textblock -#: ../fish/guestfish-actions.pod:335 +#: ../fish/guestfish-actions.pod:337 msgid "Do not load the tree in L." msgstr "" #. type: textblock -#: ../fish/guestfish-actions.pod:339 +#: ../fish/guestfish-actions.pod:341 msgid "To close the handle, you can call L." msgstr "" #. type: textblock -#: ../fish/guestfish-actions.pod:341 ../src/guestfs-actions.pod:481 +#: ../fish/guestfish-actions.pod:343 ../src/guestfs-actions.pod:483 msgid "To find out more about Augeas, see L." msgstr "Augeas に関する詳細は L を参照してください。" #. type: =head2 -#: ../fish/guestfish-actions.pod:343 +#: ../fish/guestfish-actions.pod:345 msgid "aug-insert" msgstr "aug-insert" #. type: verbatim -#: ../fish/guestfish-actions.pod:345 +#: ../fish/guestfish-actions.pod:347 #, no-wrap msgid "" " aug-insert augpath label true|false\n" @@ -10517,26 +10547,26 @@ msgstr "" "\n" #. type: textblock -#: ../fish/guestfish-actions.pod:347 ../src/guestfs-actions.pod:495 +#: ../fish/guestfish-actions.pod:349 ../src/guestfs-actions.pod:497 msgid "" "Create a new sibling C