summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Jones <rjones@redhat.com>2010-05-25 11:44:43 +0100
committerRichard Jones <rjones@redhat.com>2010-05-25 11:44:43 +0100
commit57cc217335ff511e579b094e47b0de57d5c3aaef (patch)
tree7171f149eb312059a1073f532b5b4eab0b4b918e
parentc9f1a45334efca844c8918b9f0de373f16fd9766 (diff)
downloadlibguestfs-57cc217335ff511e579b094e47b0de57d5c3aaef.tar.gz
libguestfs-57cc217335ff511e579b094e47b0de57d5c3aaef.tar.xz
libguestfs-57cc217335ff511e579b094e47b0de57d5c3aaef.zip
fish: Make the read/write warning more prominent.
Follow the example on other manual pages by making the warning more prominent.
-rw-r--r--fish/guestfish.pod12
1 files changed, 7 insertions, 5 deletions
diff --git a/fish/guestfish.pod b/fish/guestfish.pod
index 5e19ac2b..c3c9588c 100644
--- a/fish/guestfish.pod
+++ b/fish/guestfish.pod
@@ -18,6 +18,13 @@ guestfish - the libguestfs Filesystem Interactive SHell
guestfish -i disk.img [disk.img ...]
+=head1 WARNING
+
+Using guestfish in read/write mode on live virtual machines can be
+dangerous, potentially causing disk corruption. Use the I<--ro>
+(read-only) option to use guestfish safely if the disk image or
+virtual machine might be live.
+
=head1 EXAMPLES
=head2 As an interactive shell
@@ -113,11 +120,6 @@ shell scripts or the command line or interactively. If you want to
rescue a broken virtual machine image, you should look at the
L<virt-rescue(1)> command.
-Using guestfish in read/write mode on live virtual machines can be
-dangerous, potentially causing disk corruption. Use the I<--ro>
-(read-only) option to use guestfish safely if the disk image or
-virtual machine might be live.
-
=head1 OPTIONS
=over 4