From 8b524fc6396c180d32de37d62a0ba76d5ac53327 Mon Sep 17 00:00:00 2001 From: Samy Al Bahra Date: Mon, 17 Sep 2012 14:17:53 -0400 Subject: [PATCH] doc/ck_hs: More manual page fixes. --- doc/ck_hs_put | 2 +- doc/ck_hs_remove | 4 +--- doc/ck_hs_set | 2 +- 3 files changed, 3 insertions(+), 5 deletions(-) diff --git a/doc/ck_hs_put b/doc/ck_hs_put index d920839..ae87a07 100644 --- a/doc/ck_hs_put +++ b/doc/ck_hs_put @@ -73,7 +73,7 @@ Behavior is undefined if or .Fa hs are uninitialized. The function will also -return false if the hash set could not enlarged +return false if the hash set could not be enlarged to accomodate key insertion. .Sh SEE ALSO .Xr ck_hs_init 3 , diff --git a/doc/ck_hs_remove b/doc/ck_hs_remove index 1fdf90b..38a0460 100644 --- a/doc/ck_hs_remove +++ b/doc/ck_hs_remove @@ -68,9 +68,7 @@ Behavior is undefined if .Fa key or .Fa hs -are uninitialized. The function will also -return false if the hash set could not enlarged -to accomodate key insertion. +are uninitialized. .Sh SEE ALSO .Xr ck_hs_init 3 , .Xr ck_hs_destroy 3 , diff --git a/doc/ck_hs_set b/doc/ck_hs_set index 0b08f19..43b9b0d 100644 --- a/doc/ck_hs_set +++ b/doc/ck_hs_set @@ -77,7 +77,7 @@ Behavior is undefined if or .Fa hs are uninitialized. The function will also -return false if the hash set could not enlarged +return false if the hash set could not be enlarged to accomodate key insertion. .Sh SEE ALSO .Xr ck_hs_init 3 ,