Security: Mitigate possible privilege escalation via SG_IO ioctl (CVE-2011-4127,...
[libguestfs.git] / python / examples / guestfs-python.pod
index 032d784..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,8 +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/>.