summaryrefslogtreecommitdiffstats
path: root/doc/ck_ht_init
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-08 07:50:14 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-08 07:50:14 +0000
commit7020f6bf1e08bb16ab742cfd17b109e196096ee2 (patch)
tree7ef0713cfca533a50589c9c64577c7986b485042 /doc/ck_ht_init
parentAdding upstream version 0.7.1. (diff)
downloadck-upstream.tar.xz
ck-upstream.zip
Adding upstream version 0.7.2.upstream/0.7.2upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'doc/ck_ht_init')
-rw-r--r--doc/ck_ht_init4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/ck_ht_init b/doc/ck_ht_init
index 757a39a..5382c03 100644
--- a/doc/ck_ht_init
+++ b/doc/ck_ht_init
@@ -68,7 +68,7 @@ NULL or (void *)UINTPTR_MAX will result in undefined behavior.
.It CK_HT_MODE_DIRECT
The hash table is meant to store key-value pointers where
the key is of fixed width field compatible with the
-.Tn uintptr_t
+.Vt uintptr_t
type. The key will be directly compared with other keys for
equality. Entries of this hash table are expected to be interacted
with using the
@@ -155,7 +155,7 @@ The behavior of
is undefined if
.Fa ht
is not a pointer to a
-.Tn ck_ht_t
+.Vt ck_ht_t
object.
.El
.Sh SEE ALSO