diff options
author | Richard Jones <rjones@redhat.com> | 2009-05-09 17:19:24 +0100 |
---|---|---|
committer | Richard Jones <rjones@redhat.com> | 2009-05-10 13:52:49 +0100 |
commit | d43dac69483e8ec62e8356d93f761684ce2f5cc8 (patch) | |
tree | bb6294be55cc29b0b4f6cf8b9f7280d5c2225ec0 /guestfs.pod | |
parent | f0a5cd69f92f734b94e2361a939e4a1eb01dad9c (diff) | |
download | libguestfs-d43dac69483e8ec62e8356d93f761684ce2f5cc8.tar.gz libguestfs-d43dac69483e8ec62e8356d93f761684ce2f5cc8.tar.xz libguestfs-d43dac69483e8ec62e8356d93f761684ce2f5cc8.zip |
Partial Haskell bindings.
Diffstat (limited to 'guestfs.pod')
-rw-r--r-- | guestfs.pod | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/guestfs.pod b/guestfs.pod index 9cef777c..06cc2b3a 100644 --- a/guestfs.pod +++ b/guestfs.pod @@ -37,8 +37,8 @@ LVs, what filesystem is in each LV, etc.). It can also run commands in the context of the guest. Also you can access filesystems over FTP. Libguestfs is a library that can be linked with C and C++ management -programs (or management programs written in OCaml, Perl, Python, Ruby or Java). -You can also use it from shell scripts or the command line. +programs (or management programs written in OCaml, Perl, Python, Ruby, Java +or Haskell). You can also use it from shell scripts or the command line. You don't need to be root to use libguestfs, although obviously you do need enough permissions to access the disk images. |