diff options
author | davidc <davidc@FreeBSD.org> | 2002-04-12 03:55:43 +0000 |
---|---|---|
committer | davidc <davidc@FreeBSD.org> | 2002-04-12 03:55:43 +0000 |
commit | 2d9c1acf775c6e5d06122b93ae24b68d44137830 (patch) | |
tree | 6d4186b8c0c027a4cae633aa9026d0e0f17a1be1 /share/man/man9 | |
parent | 8acd6ce788a295e803b66a39c3bb57a40cfbb108 (diff) | |
download | FreeBSD-src-2d9c1acf775c6e5d06122b93ae24b68d44137830.zip FreeBSD-src-2d9c1acf775c6e5d06122b93ae24b68d44137830.tar.gz |
Update the .Fn line for SX_SYSINIT to include the parameter types.
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. |