doc: ck_epoch_poll now only takes one argument.

ck_pring
Olivier Houchard 9 years ago
parent 8ce1f45ee7
commit 0771af0163

@ -34,7 +34,7 @@ Concurrency Kit (libck, \-lck)
.Sh SYNOPSIS .Sh SYNOPSIS
.In ck_epoch.h .In ck_epoch.h
.Ft bool .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 .Sh DESCRIPTION
The The
.Fn ck_epoch_poll 3 .Fn ck_epoch_poll 3
@ -53,10 +53,8 @@ observed the latest generation of epoch-protected objects. Neither value
indicates an error. indicates an error.
.Sh ERRORS .Sh ERRORS
Behavior is undefined if the object pointed to by Behavior is undefined if the object pointed to by
.Fa epoch
is not a valid epoch object. The object pointed to by
.Fa record .Fa record
must have been previously registered via has not have been previously registered via
.Fn ck_epoch_register 3 . .Fn ck_epoch_register 3 .
.Sh SEE ALSO .Sh SEE ALSO
.Xr ck_epoch_init 3 , .Xr ck_epoch_init 3 ,

Loading…
Cancel
Save