diff options
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)>, |