mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 09:41:03 -04:00
Remove a duplicate description of the type parameter for mtx_init.
Noticed by: scottl
This commit is contained in:
parent
5d68012a54
commit
623fded8d6
1 changed files with 0 additions and 4 deletions
|
|
@ -164,10 +164,6 @@ is saved rather than the data it points to.
|
|||
The data pointed to must remain stable
|
||||
until the mutex is destroyed.
|
||||
The
|
||||
.Fa type
|
||||
argument is the generic lock type for use with witness. If this argument is
|
||||
NULL then the lock name is used as the lock type.
|
||||
The
|
||||
.Fa opts
|
||||
argument is used to set the type of mutex.
|
||||
It may contain either
|
||||
|
|
|
|||
Loading…
Reference in a new issue