python: Missing () in guestfs-python(1) examples.
[libguestfs.git] / python / examples / guestfs-python.pod
index 9cf7809..e4406f5 100644 (file)
@@ -9,7 +9,7 @@ guestfs-python - How to use libguestfs from Python
  import guestfs
  g = guestfs.GuestFS ()
  g.add_drive_opts ("disk.img", format="raw", readonly=1)
- g.launch
+ g.launch ()
 
 =head1 DESCRIPTION
 
@@ -43,7 +43,11 @@ Type:
 
 L<guestfs(3)>,
 L<guestfs-examples(3)>,
+L<guestfs-erlang(3)>,
+L<guestfs-java(3)>,
 L<guestfs-ocaml(3)>,
+L<guestfs-perl(3)>,
+L<guestfs-recipes(1)>,
 L<guestfs-ruby(3)>,
 L<http://libguestfs.org/>.