From cc3962d675744f70b3b633763eacdd6746a0a124 Mon Sep 17 00:00:00 2001 From: Samy Al Bahra Date: Sat, 21 Dec 2013 15:10:00 -0500 Subject: [PATCH] doc: Remove buffer language from ck_ring_init. --- doc/ck_ring_init | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/doc/ck_ring_init b/doc/ck_ring_init index 995bc9e..914d1bb 100644 --- a/doc/ck_ring_init +++ b/doc/ck_ring_init @@ -42,11 +42,7 @@ function initializes a bounded FIFO buffer pointed to by .Fa ring for the storage of up to .Fa size -number of pointers. The -.Fa buffer -argument must be a pointer to an array of void * of -length -.Fa size . +number of pointers. The .Fa size argument must be a power-of-two greater than or equal to 4.