Update the .Fn line for SX_SYSINIT to include the parameter types.

This commit is contained in:
Chad David 2002-04-12 03:55:43 +00:00
parent 37bc3d021d
commit 55d04e913a
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=94474

View file

@ -71,7 +71,7 @@
.Fn sx_downgrade "struct sx *sx"
.Ft void
.Fn sx_assert "struct sx *sx" "int what"
.Fn SX_SYSINIT "name" "sx" "description"
.Fn SX_SYSINIT "name" "struct sx *sx" "const char *description"
.Sh DESCRIPTION
Shared/exclusive locks are used to protect data that are read far more often
than they are written.