Add Erlang bindings.
[libguestfs.git] / examples / guestfs-recipes.pod
index 68b88cf..e4e4875 100644 (file)
@@ -310,7 +310,7 @@ L<virt-inspector(1)>.
 
 This involves using the L<guestfish(1)> C<find0> command like this:
 
- guestfish --ro -d Guest -i find0 / - | tr '\000' '\n' | sort
+ guestfish --ro -d Guest -i find0 / - | tr '\0' '\n' | sort
 
 =head1 List services in a Windows VM
 
@@ -386,6 +386,8 @@ https://rwmj.wordpress.com/2011/05/10/tip-use-libguestfs-on-vmware-esx-guests/#c
 L<guestfs(3)>,
 L<guestfish(1)>,
 L<guestfs-examples(3)>,
+L<guestfs-erlang(3)>,
+L<guestfs-java(3)>,
 L<guestfs-ocaml(3)>,
 L<guestfs-perl(3)>,
 L<guestfs-python(3)>,