From 01075577df485be303768bac94aa32084f5f0ea2 Mon Sep 17 00:00:00 2001 From: Samy Al Bahra Date: Thu, 11 Apr 2013 00:38:20 -0400 Subject: [PATCH] doc/ck_bag_init: Correct formatting error. --- doc/ck_bag_init | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/ck_bag_init b/doc/ck_bag_init index e4eb254..8e5df75 100644 --- a/doc/ck_bag_init +++ b/doc/ck_bag_init @@ -35,7 +35,7 @@ Concurrency Kit (libck, \-lck) .Sh SYNOPSIS .In ck_bag.h .Ft bool -.Fn ck_bag_init "struct ck_bag *bag, size_t n_cachelines, enum ck_bag_allocation_strategy as" +.Fn ck_bag_init "struct ck_bag *bag" "size_t n_cachelines" "enum ck_bag_allocation_strategy as" .Sh DESCRIPTION The .Fn ck_bag_init