From 05f85cac544453417d67d5f1d74608bb2e7b541d Mon Sep 17 00:00:00 2001 From: Samy Al Bahra Date: Mon, 17 Sep 2012 14:04:13 -0400 Subject: [PATCH] doc/ck_hs_put: Add reference to ck_hs_set. --- doc/ck_hs_put | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/doc/ck_hs_put b/doc/ck_hs_put index 5905c92..b1d3cf4 100644 --- a/doc/ck_hs_put +++ b/doc/ck_hs_put @@ -59,7 +59,10 @@ was successfully stored in the hash set pointed to by The function will fail if a key with an equivalent value to .Fa key -is already present in the hash set. +is already present in the hash set. For replacement +semantics, please see the +.Xr ck_hs_set 3 +function. .Sh RETURN VALUES Upon successful completion, .Fn ck_hs_put 3