epoch(9): Fix man page typo

Submitted by:	se
Reported by:	se
This commit is contained in:
Matt Macy 2018-07-04 17:06:23 +00:00
parent f7e6276436
commit b3dfc51828
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=335960

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.