Slightly different formatting for options list.

MFC after:	3 days
This commit is contained in:
Robert Watson 2010-12-14 10:06:28 +00:00
parent 3b56015b22
commit 0b484c698d

View File

@ -133,7 +133,7 @@ scheduling optimisations.
Among these is adaptive locking, which is no longer able to determine whether
a thread holding a lock is in execution.
It is recommended that adaptive locking be disabled when using Xen:
.Bd -ragged -offset indent
.Bd -unfilled -offset indent
.Cd "options NO_ADAPTIVE_MUTEXES"
.Cd "options NO_ADAPTIVE_RWLOCKS"
.Cd "options NO_ADAPTIVE_SX"