From 84763d7fca3668c62ee3fe53d0e00a5a672f687b Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Tue, 20 Sep 2011 18:03:58 +0100 Subject: Add Erlang bindings. --- src/guestfs.pod | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/guestfs.pod b/src/guestfs.pod index 06c3530f..7ff313d1 100644 --- a/src/guestfs.pod +++ b/src/guestfs.pod @@ -42,8 +42,8 @@ FUSE. Libguestfs is a library that can be linked with C and C++ management programs (or management programs written in OCaml, Perl, Python, Ruby, -Java, PHP, Haskell or C#). You can also use it from shell scripts or the -command line. +Java, PHP, Erlang, Haskell or C#). 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. @@ -719,6 +719,10 @@ used. The C# bindings are highly experimental. Please read the warnings at the top of C. +=item B + +See L. + =item B This is the only language binding that is working but incomplete. @@ -2898,6 +2902,8 @@ will work with libguestfs. =item C +=item C + =item C =item C @@ -3135,6 +3141,7 @@ enough. =head1 SEE ALSO L, +L, L, L, L, -- cgit