Fixed the type of dllockinit() (const unpoisoning).
Use long lines instead of lines split with backslash-newline in synopsis. My synopsis checker doesn't understand backslash-newline.
This commit is contained in:
parent
95de817e06
commit
99aef07680
@ -34,10 +34,7 @@
|
||||
.Sh SYNOPSIS
|
||||
.Fd #include <dlfcn.h>
|
||||
.Ft void
|
||||
.Fn dllockinit "const void *context" "void *(*lock_create)(void *context)" \
|
||||
"void (*rlock_acquire)(void *lock)" "void (*wlock_acquire)(void *lock)" \
|
||||
"void (*lock_release)(void *lock)" "void (*lock_destroy)(void *lock)" \
|
||||
"void (*context_destroy)(void *context)"
|
||||
.Fn dllockinit "void *context" "void *(*lock_create)(void *context)" "void (*rlock_acquire)(void *lock)" "void (*wlock_acquire)(void *lock)" "void (*lock_release)(void *lock)" "void (*lock_destroy)(void *lock)" "void (*context_destroy)(void *context)"
|
||||
.Sh DESCRIPTION
|
||||
.Bf Sy
|
||||
This interface is subject to change and should not be used yet.
|
||||
|
Loading…
x
Reference in New Issue
Block a user