diff options
Diffstat (limited to 'share/man/man9')
-rw-r--r-- | share/man/man9/sx.9 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/man/man9/sx.9 b/share/man/man9/sx.9 index 7bb5f12..6a11cfd 100644 --- a/share/man/man9/sx.9 +++ b/share/man/man9/sx.9 @@ -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. |