Skip to content

Commit

Permalink
epoch(9): Fix man page typo
Browse files Browse the repository at this point in the history
Submitted by:	se
Reported by:	se
  • Loading branch information
mattmacy committed Jul 4, 2018
1 parent f7e6276 commit b3dfc51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion share/man/man9/epoch.9
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit b3dfc51

Please sign in to comment.