sbuf(9): fix sbuf_drain_func typedef markup
Reviewed by: 0mp (previous version) Differential Revision: https://reviews.freebsd.org/D21569
This commit is contained in:
parent
bf9b4985e9
commit
e3e469850c
@ -65,7 +65,12 @@
|
||||
.Sh SYNOPSIS
|
||||
.In sys/types.h
|
||||
.In sys/sbuf.h
|
||||
.Ft typedef\ int ( sbuf_drain_func ) ( void\ *arg, const\ char\ *data, int\ len ) ;
|
||||
.Ft typedef int
|
||||
.Fo (sbuf_drain_func)
|
||||
.Fa "void *arg"
|
||||
.Fa "const char *data"
|
||||
.Fa "int len"
|
||||
.Fc
|
||||
.Pp
|
||||
.Ft struct sbuf *
|
||||
.Fo sbuf_new
|
||||
|
Loading…
Reference in New Issue
Block a user