X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=fish%2Fguestfish.pod;h=c2154af903e5ea1998e354e2d2763fa418b93b4d;hb=69f33a9dbc64faddb05fdef12b9e2d894be80cbe;hp=6f272450457d52f65d8bb44bce1c838a1763b1c1;hpb=be26864cc2b44a7c3a1ebec8908e2706c655a3e6;p=libguestfs.git diff --git a/fish/guestfish.pod b/fish/guestfish.pod index 6f27245..c2154af 100644 --- a/fish/guestfish.pod +++ b/fish/guestfish.pod @@ -178,7 +178,7 @@ If the mountpoint is omitted, it defaults to C. You have to mount something on C before most commands will work. -If any C<-m> or C<--mount> options are given, the guest is +If any I<-m> or I<--mount> options are given, the guest is automatically launched. If you don't know what filesystems a disk image contains, you @@ -198,7 +198,7 @@ L below. =item B<-r> | B<--ro> -This changes the C<-a> and C<-m> options so that disks are added and +This changes the I<-a> and I<-m> options so that disks are added and mounts are done read-only (see L). The option must always be used if the disk image or virtual machine @@ -272,7 +272,7 @@ any other commands C is a synonym for C. You must C (or C) your guest before mounting or performing any other commands. -The only exception is that if the C<-m> or C<--mount> option was +The only exception is that if the I<-m> or I<--mount> option was given, the guest is automatically run for you (simply because guestfish can't mount the disks you asked for without doing this). @@ -465,7 +465,7 @@ L. =head2 CONTROLLING MULTIPLE GUESTFISH PROCESSES The C statement sets the environment variable C<$GUESTFISH_PID>, -which is how the C<--remote> option knows where to send the commands. +which is how the I<--remote> option knows where to send the commands. You can have several guestfish listener processes running using: eval `guestfish --listen`