Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 11 Jul 2020 21:57:43 +0000 (UTC)
From:      Mateusz Guzik <mjg@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r363113 - head/share/man/man9
Message-ID:  <202007112157.06BLvhn5086391@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202007112157.06BLvhn5086391>