From f9d6c8cb85450a9a88d388620afc067594b0cd0a Mon Sep 17 00:00:00 2001 From: Artemiy Volkov Date: Fri, 15 Nov 2013 19:11:28 +0400 Subject: [PATCH] doc: ck_epoch_call: Insert empty string between type definitions. --- doc/ck_epoch_call | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/ck_epoch_call b/doc/ck_epoch_call index e3aeefb..4f6286e 100644 --- a/doc/ck_epoch_call +++ b/doc/ck_epoch_call @@ -34,6 +34,7 @@ Concurrency Kit (libck, \-lck) .Sh SYNOPSIS .In ck_epoch.h typedef struct ck_epoch_entry ck_epoch_entry_t; +.br typedef void ck_epoch_cb_t(ck_epoch_entry_t *); .Ft void .Fn ck_epoch_call "ck_epoch_t *epoch" "ck_epoch_record_t *record" "ck_epoch_entry_t *entry" "ck_epoch_cb_t *function"