]> xenbits.xensource.com Git - freebsd.git/commitdiff
sbuf(9): fix sbuf_drain_func typedef markup
authoryuripv <yuripv@FreeBSD.org>
Mon, 16 Sep 2019 13:10:03 +0000 (13:10 +0000)
committeryuripv <yuripv@FreeBSD.org>
Mon, 16 Sep 2019 13:10:03 +0000 (13:10 +0000)
Reviewed by: 0mp (previous version)
Differential Revision: https://reviews.freebsd.org/D21569

share/man/man9/sbuf.9

index 1db303908a01a316395dfd880b73641cb5e45039..8f266890c902094ef93652faf1b745a3246a9c3a 100644 (file)
 .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