diff options
author | ru <ru@FreeBSD.org> | 2001-04-04 11:57:03 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2001-04-04 11:57:03 +0000 |
commit | 6d5fa6e8cfbb50ac29dc6c56c50df4babee547de (patch) | |
tree | 99a31f714ba335534ca148c47ccbc0ded20ba07f /share | |
parent | 2b3fe9c493867b1272baf68f408314669e100562 (diff) | |
download | FreeBSD-src-6d5fa6e8cfbb50ac29dc6c56c50df4babee547de.zip FreeBSD-src-6d5fa6e8cfbb50ac29dc6c56c50df4babee547de.tar.gz |
mdoc(7) police: there is no single manpage that uses ``.Sy not''.
Diffstat (limited to 'share')
-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 |