aboutsummaryrefslogtreecommitdiffstats
path: root/doc/manual/pkcs11.rst
diff options
context:
space:
mode:
authorJack Lloyd <[email protected]>2018-10-30 12:42:26 -0400
committerJack Lloyd <[email protected]>2018-10-30 12:42:26 -0400
commit4bcb8fa2b9a5d6f4688a13099a4109463cc8e5b1 (patch)
tree7e7e6b1037a2ab2ebb4e6caa02c300006e9a21ff /doc/manual/pkcs11.rst
parentc00c0c4cc35bb7cd9355f1768f03fc49f2991b1b (diff)
Fix some ReST format errors
Diagnosed by Sphinx 1.8.0
Diffstat (limited to 'doc/manual/pkcs11.rst')
-rw-r--r--doc/manual/pkcs11.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/manual/pkcs11.rst b/doc/manual/pkcs11.rst
index c6b7ec07d..6e2827b16 100644
--- a/doc/manual/pkcs11.rst
+++ b/doc/manual/pkcs11.rst
@@ -445,7 +445,7 @@ Attributes can be set in an :cpp:class:`AttributeContainer` by various ``add_``
Add a bool attribute (e.g. :c:macro:`CKA_SENSITIVE` / :cpp:enumerator:`AttributeType::Sensitive`).
- .. cpp:function:: template<typename T> void AttributeContainer::add_numeric(AttributeType attribute, T value)
+ .. cpp:function:: template<typename T> void AttributeContainer::add_numeric(AttributeType attribute, T value)
Add a numeric attribute (e.g. :c:macro:`CKA_MODULUS_BITS` / :cpp:enumerator:`AttributeType::ModulusBits`).