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:
Yuri Pankov 2019-09-16 13:10:03 +00:00
parent bf9b4985e9
commit e3e469850c

View File

@ -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