svn commit: r363113 - head/share/man/man9
Mateusz Guzik
mjg at FreeBSD.org
Sat Jul 11 21:57:44 UTC 2020
Author: mjg
Date: Sat Jul 11 21:57:43 2020
New Revision: 363113
URL: https://svnweb.freebsd.org/changeset/base/363113
Log:
sx: remove SX_NOADAPTIVE from the man page
The flag itself was removed in r341593
Modified:
head/share/man/man9/sx.9
Modified: head/share/man/man9/sx.9
==============================================================================
--- head/share/man/man9/sx.9 Sat Jul 11 21:57:03 2020 (r363112)
+++ head/share/man/man9/sx.9 Sat Jul 11 21:57:43 2020 (r363113)
@@ -124,12 +124,6 @@ argument to
specifies a set of optional flags to alter the behavior of
.Fa sx .
It contains one or more of the following flags:
-.Bl -tag -width SX_NOADAPTIVE
-.It Dv SX_NOADAPTIVE
-Disable adaptive spinning, rather than sleeping, for lock operations
-while an exclusive lock holder is executing on another CPU.
-Adaptive spinning is the default unless the kernel is compiled with
-.Cd "options NO_ADAPTIVE_SX" .
.It Dv SX_DUPOK
Witness should not log messages about duplicate locks being acquired.
.It Dv SX_NOWITNESS
More information about the svn-src-head
mailing list