epoch(9): Fix man page typo

Submitted by:	se
Reported by:	se
This commit is contained in:
mmacy 2018-07-04 17:06:23 +00:00
parent 103adf4287
commit 90401d64c9

View File

@ -108,7 +108,7 @@ A caller should never call
.Fn epoch_wait
in the middle of an epoch section for the same epoch as this will lead to a deadlock.
.Pp
Be default mutexes cannot be held across
By default mutexes cannot be held across
.Fn epoch_wait_preempt .
To permit this the epoch must be allocated with
EPOCH_LOCKED.