svn commit: r352391 - head/share/man/man9

Yuri Pankov yuripv at FreeBSD.org
Mon Sep 16 13:10:03 UTC 2019


Author: yuripv
Date: Mon Sep 16 13:10:03 2019
New Revision: 352391
URL: https://svnweb.freebsd.org/changeset/base/352391

Log:
  sbuf(9): fix sbuf_drain_func typedef markup
  
  Reviewed by:	0mp (previous version)
  Differential Revision:	https://reviews.freebsd.org/D21569

Modified:
  head/share/man/man9/sbuf.9

Modified: head/share/man/man9/sbuf.9
==============================================================================
--- head/share/man/man9/sbuf.9	Mon Sep 16 12:54:44 2019	(r352390)
+++ head/share/man/man9/sbuf.9	Mon Sep 16 13:10:03 2019	(r352391)
@@ -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


More information about the svn-src-all mailing list