From fb039d0c292c3cd339179bdc98a09d4103fb9c5f Mon Sep 17 00:00:00 2001 From: Stef Walter Date: Wed, 10 Jul 2013 15:14:06 +0200 Subject: Various documentation tweaks and fixes for warnings --- doc/manual/p11-kit-devel.xml | 2 +- doc/manual/p11-kit-sections.txt | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) (limited to 'doc/manual') diff --git a/doc/manual/p11-kit-devel.xml b/doc/manual/p11-kit-devel.xml index 007118a..5ffc32b 100644 --- a/doc/manual/p11-kit-devel.xml +++ b/doc/manual/p11-kit-devel.xml @@ -149,7 +149,7 @@ $ make install during the build, then certain features will be disabled. - libffi1 for shoring of PKCS#11 modules + libffi for sharing of PKCS#11 modules between multiple callers in the same process. It is highly recommended that this dependency be treated as a required dependency. gtk-doc is required to build the reference diff --git a/doc/manual/p11-kit-sections.txt b/doc/manual/p11-kit-sections.txt index 5ccba7c..7ee3019 100644 --- a/doc/manual/p11-kit-sections.txt +++ b/doc/manual/p11-kit-sections.txt @@ -79,8 +79,11 @@ p11_kit_space_strlen CK_FUNCTION_LIST_PTR CK_RV +CK_ATTRIBUTE CK_ATTRIBUTE_PTR CK_ATTRIBUTE_TYPE +CK_FLAGS +CK_FUNCTION_LIST CK_INFO_PTR CK_TOKEN_INFO_PTR CK_ULONG @@ -110,6 +113,7 @@ p11_kit_iter_keep_session p11_kit_iter_get_object p11_kit_iter_load_attributes p11_kit_iter_free +P11KitIterBehavior
-- cgit v1.1