mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-02 19:22:47 +00:00
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
d1b50a3da8
commit
a37e09e423
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=55475
@ -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…
Reference in New Issue
Block a user