diff --git a/doc/ck_epoch_poll b/doc/ck_epoch_poll index b80c42e..68c4a4e 100644 --- a/doc/ck_epoch_poll +++ b/doc/ck_epoch_poll @@ -34,7 +34,7 @@ Concurrency Kit (libck, \-lck) .Sh SYNOPSIS .In ck_epoch.h .Ft bool -.Fn ck_epoch_poll "ck_epoch_t *epoch" "ck_epoch_record_t *record" +.Fn ck_epoch_poll "ck_epoch_record_t *record" .Sh DESCRIPTION The .Fn ck_epoch_poll 3 @@ -53,10 +53,8 @@ observed the latest generation of epoch-protected objects. Neither value indicates an error. .Sh ERRORS Behavior is undefined if the object pointed to by -.Fa epoch -is not a valid epoch object. The object pointed to by .Fa record -must have been previously registered via +has not have been previously registered via .Fn ck_epoch_register 3 . .Sh SEE ALSO .Xr ck_epoch_init 3 ,