summaryrefslogtreecommitdiffstats
path: root/share/man/man9/sx.9
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2002-05-29 18:00:23 +0000
committerru <ru@FreeBSD.org>2002-05-29 18:00:23 +0000
commitd70d6a2c6b5025935fd66e519147b0047a4cd58c (patch)
treea03daea874c92ac9d2abf031210dcc1192103fc7 /share/man/man9/sx.9
parent9495c02d278b81806fe24d20cbf63f66e7b90e91 (diff)
downloadFreeBSD-src-d70d6a2c6b5025935fd66e519147b0047a4cd58c.zip
FreeBSD-src-d70d6a2c6b5025935fd66e519147b0047a4cd58c.tar.gz
mdoc(7) police: lint.
Diffstat (limited to 'share/man/man9/sx.9')
-rw-r--r--share/man/man9/sx.912
1 files changed, 8 insertions, 4 deletions
diff --git a/share/man/man9/sx.9 b/share/man/man9/sx.9
index 8d080d7..8eaf13d 100644
--- a/share/man/man9/sx.9
+++ b/share/man/man9/sx.9
@@ -41,7 +41,7 @@
.Nm sx_xunlock ,
.Nm sx_try_upgrade ,
.Nm sx_downgrade ,
-.Nm sx_assert,
+.Nm sx_assert ,
.Nm SX_SYSINIT
.Nd kernel shared/exclusive lock
.Sh SYNOPSIS
@@ -131,11 +131,15 @@ The
.Fn SX_SYSINIT
macro is used to generate a call to the
.Fn sx_sysinit
-routine at system startup in order to initialize a given sx lock. The parameters are the same as
+routine at system startup in order to initialize a given
+.Fa sx
+lock.
+The parameters are the same as
.Fn sx_init
but with an additional argument,
-.Fa name,
-that is used in generating unique variable names for the related structures associated with the lock and the sysinit routine.
+.Fa name ,
+that is used in generating unique variable names for the related
+structures associated with the lock and the sysinit routine.
.Pp
The following assertions are supported:
.Bl -tag -width ".Dv SX_XLOCKED"
OpenPOWER on IntegriCloud