diff options
author | Richard W.M. Jones <rjones@redhat.com> | 2011-09-20 18:03:58 +0100 |
---|---|---|
committer | Richard W.M. Jones <rjones@redhat.com> | 2011-09-21 15:21:58 +0100 |
commit | 84763d7fca3668c62ee3fe53d0e00a5a672f687b (patch) | |
tree | 823b91a69e995438e4af670099408d3285a02176 /src | |
parent | 917f947590c92318fee2545ba88245d0de012e31 (diff) | |
download | libguestfs-84763d7fca3668c62ee3fe53d0e00a5a672f687b.tar.gz libguestfs-84763d7fca3668c62ee3fe53d0e00a5a672f687b.tar.xz libguestfs-84763d7fca3668c62ee3fe53d0e00a5a672f687b.zip |
Add Erlang bindings.
Diffstat (limited to 'src')
-rw-r--r-- | src/guestfs.pod | 11 |
1 files changed, 9 insertions, 2 deletions
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<csharp/Libguestfs.cs>. +=item B<Erlang> + +See L<guestfs-erlang(3)>. + =item B<Haskell> This is the only language binding that is working but incomplete. @@ -2898,6 +2902,8 @@ will work with libguestfs. =item C<csharp> +=item C<erlang> + =item C<haskell> =item C<java> @@ -3135,6 +3141,7 @@ enough. =head1 SEE ALSO L<guestfs-examples(3)>, +L<guestfs-erlang(3)>, L<guestfs-java(3)>, L<guestfs-ocaml(3)>, L<guestfs-perl(3)>, |