diff options
author | Jim Meyering <meyering@redhat.com> | 2009-11-09 15:09:35 +0100 |
---|---|---|
committer | Jim Meyering <meyering@redhat.com> | 2009-11-09 20:19:38 +0100 |
commit | d710f768161fc9f78ed8243f2de948b65425c06e (patch) | |
tree | d8370f7f378c66beaea72cb6d03b7d07ca959c61 /fuse | |
parent | 9299f25cd277d5481cae2ed8dcd8789417df9f53 (diff) | |
download | libguestfs-d710f768161fc9f78ed8243f2de948b65425c06e.tar.gz libguestfs-d710f768161fc9f78ed8243f2de948b65425c06e.tar.xz libguestfs-d710f768161fc9f78ed8243f2de948b65425c06e.zip |
fix doc typo
* fuse/guestmount.pod: Avoid "the the".
Diffstat (limited to 'fuse')
-rw-r--r-- | fuse/guestmount.pod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fuse/guestmount.pod b/fuse/guestmount.pod index 263959e7..ee9a7c88 100644 --- a/fuse/guestmount.pod +++ b/fuse/guestmount.pod @@ -23,7 +23,7 @@ userspace") to make it appear as a mountable device. Along with other options, you have to give at least one device (I<-a> option) and at least one mountpoint (I<-m> option). How this works is better explained in the L<guestfish(1)> manual page, or you can use -L<virt-inspector(1)> and/or the the wrapper script +L<virt-inspector(1)> and/or the wrapper script C<guestmount-wrapper> to help you. FUSE lets you mount filesystems as non-root. The mountpoint must be |