Document SX_RECURSE flag.

This commit is contained in:
John Baldwin 2007-05-19 16:38:10 +00:00
parent b0d673254d
commit e45907c90e

View File

@ -129,6 +129,9 @@ Instruct
to ignore this lock.
.It Dv SX_NOPROFILE
Do not profile this lock.
.It Dv SX_RECURSE
Allow threads to recursively acquire exclusive locks for
.Fa sx .
.It Dv SX_QUIET
Do not log any operations for this lock via
.Xr ktr 4 .