From e9bd7448778a030024de41c3a95a40447f3e274c Mon Sep 17 00:00:00 2001 From: Samy Al Bahra Date: Mon, 30 Jul 2012 15:48:20 -0400 Subject: [PATCH] doc/ck_ht_entry_set_direct: Update manual page to include latest API change. --- doc/ck_ht_entry_set_direct | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/doc/ck_ht_entry_set_direct b/doc/ck_ht_entry_set_direct index 8042d33..69e2ed7 100644 --- a/doc/ck_ht_entry_set_direct +++ b/doc/ck_ht_entry_set_direct @@ -34,15 +34,17 @@ Concurrency Kit (libck, \-lck) .Sh SYNOPSIS .In ck_ht.h .Ft void -.Fn ck_ht_entry_set "ck_ht_entry_t *entry" "uintptr_t key" "uintptr_t value" +.Fn ck_ht_entry_set_direct "ck_ht_entry_t *entry" "ck_ht_hash_t h" "uintptr_t key" "uintptr_t value" .Sh DESCRIPTION The .Fn ck_ht_entry_set function will initialize the object pointed to by .Fa entry -with the key value specified in the +with the hash value specified by the +.Fa h +argument, the key value specified in the .Fa key -argument and a value specified by the +argument and the value specified by the .Fa value argument. .Pp