From 6c9e5d9fcc1aabfc1237e0ced3c69368dfaac6d9 Mon Sep 17 00:00:00 2001 From: Jason Leschnik Date: Mon, 24 Oct 2016 20:25:46 +1100 Subject: [PATCH] fix minor typos in C++-dlopen.xml --- LDP/howto/docbook/C++-dlopen/C++-dlopen.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LDP/howto/docbook/C++-dlopen/C++-dlopen.xml b/LDP/howto/docbook/C++-dlopen/C++-dlopen.xml index 42554f35..2f05902d 100644 --- a/LDP/howto/docbook/C++-dlopen/C++-dlopen.xml +++ b/LDP/howto/docbook/C++-dlopen/C++-dlopen.xml @@ -500,7 +500,7 @@ extern "C" void bar(); To use the class from the module, load the two factory functions using dlsym just as we loaded the the hello + linkend="loadingfunctions">as we loaded the hello function; then, we can create and destroy as many instances as we wish.