svn commit: r249380 - stable/9/share/man/man9

Mikolaj Golub trociny at FreeBSD.org
Thu Apr 11 20:12:29 UTC 2013


Author: trociny
Date: Thu Apr 11 20:12:28 2013
New Revision: 249380
URL: http://svnweb.freebsd.org/changeset/base/249380

Log:
  MFC r249241:
  
  Fix synopsis for sbuf_len.

Modified:
  stable/9/share/man/man9/sbuf.9
Directory Properties:
  stable/9/share/man/man9/   (props changed)

Modified: stable/9/share/man/man9/sbuf.9
==============================================================================
--- stable/9/share/man/man9/sbuf.9	Thu Apr 11 19:51:53 2013	(r249379)
+++ stable/9/share/man/man9/sbuf.9	Thu Apr 11 20:12:28 2013	(r249380)
@@ -94,7 +94,7 @@
 .Fn sbuf_finish "struct sbuf *s"
 .Ft char *
 .Fn sbuf_data "struct sbuf *s"
-.Ft int
+.Ft ssize_t
 .Fn sbuf_len "struct sbuf *s"
 .Ft int
 .Fn sbuf_done "struct sbuf *s"


More information about the svn-src-stable mailing list