Author: mmacy
Date: Wed Jul  4 17:06:23 2018
New Revision: 335960
URL: https://svnweb.freebsd.org/changeset/base/335960

Log:
  epoch(9): Fix man page typo
  
  Submitted by: se
  Reported by:  se

Modified:
  head/share/man/man9/epoch.9

Modified: head/share/man/man9/epoch.9
==============================================================================
--- head/share/man/man9/epoch.9 Wed Jul  4 16:50:51 2018        (r335959)
+++ head/share/man/man9/epoch.9 Wed Jul  4 17:06:23 2018        (r335960)
@@ -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.
_______________________________________________
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to