From ed3339eb203504fe9804ce7285a476e96153ab1f Mon Sep 17 00:00:00 2001 From: "Emilio G. Cota" Date: Fri, 13 Mar 2015 18:19:30 -0400 Subject: [PATCH] doc/ck_ht_init: fix reference to ck_ht_entry_set_direct Signed-off-by: Emilio G. Cota --- doc/ck_ht_init | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/ck_ht_init b/doc/ck_ht_init index 602483d..757a39a 100644 --- a/doc/ck_ht_init +++ b/doc/ck_ht_init @@ -76,7 +76,7 @@ with using the .Xr ck_ht_entry_key_direct 3 , .Xr ck_ht_entry_value_direct 3 and -.Xr ck_entry_set_direct 3 +.Xr ck_ht_entry_set_direct 3 functions. Attempting a hash table operation with a key of value of 0 or UINTPTR_MAX will result in undefined behavior. .El