diff options
Diffstat (limited to 'share/man/man9/critical_enter.9')
-rw-r--r-- | share/man/man9/critical_enter.9 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/man/man9/critical_enter.9 b/share/man/man9/critical_enter.9 index e288678..2511aa1 100644 --- a/share/man/man9/critical_enter.9 +++ b/share/man/man9/critical_enter.9 @@ -55,7 +55,7 @@ function when leaving the critical region. Note that these functions are not required to provide any inter-CPU synchronization, data protection, or memory ordering guarantees and thus should -.Sy not +.Em not be used to protect shared data structures. .Pp These functions should be used with care as an infinite loop within a |