summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--erlang/examples/guestfs-erlang.pod1
-rw-r--r--lua/examples/guestfs-lua.pod3
2 files changed, 3 insertions, 1 deletions
diff --git a/erlang/examples/guestfs-erlang.pod b/erlang/examples/guestfs-erlang.pod
index 5053de31..0134a4cc 100644
--- a/erlang/examples/guestfs-erlang.pod
+++ b/erlang/examples/guestfs-erlang.pod
@@ -99,6 +99,7 @@ C<Arg> is the name of the unknown argument.
L<guestfs(3)>,
L<guestfs-examples(3)>,
L<guestfs-java(3)>,
+L<guestfs-lua(3)>,
L<guestfs-ocaml(3)>,
L<guestfs-perl(3)>,
L<guestfs-python(3)>,
diff --git a/lua/examples/guestfs-lua.pod b/lua/examples/guestfs-lua.pod
index 83900cae..d8dc3dc6 100644
--- a/lua/examples/guestfs-lua.pod
+++ b/lua/examples/guestfs-lua.pod
@@ -122,13 +122,14 @@ returned when you registered the callback:
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-python(3)>,
L<guestfs-recipes(1)>,
L<guestfs-ruby(3)>,
-L<http://www.erlang.org/>.
+L<http://www.lua.org/>,
L<http://libguestfs.org/>.
=head1 AUTHORS