svn commit: r230057 - stable/8/share/man/man9

Jaakko Heinonen jh at FreeBSD.org
Fri Jan 13 11:10:18 UTC 2012


Author: jh
Date: Fri Jan 13 11:10:17 2012
New Revision: 230057
URL: http://svn.freebsd.org/changeset/base/230057

Log:
  MFC r228359:
  
  sbuf_data() hasn't returned NULL for overflowed buffers since r71721.

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

Modified: stable/8/share/man/man9/sbuf.9
==============================================================================
--- stable/8/share/man/man9/sbuf.9	Fri Jan 13 11:06:31 2012	(r230056)
+++ stable/8/share/man/man9/sbuf.9	Fri Jan 13 11:10:17 2012	(r230057)
@@ -25,7 +25,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd January 25, 2011
+.Dd December 9, 2011
 .Dt SBUF 9
 .Os
 .Sh NAME
@@ -456,12 +456,8 @@ function
 returns a non-zero value if the buffer overflowed, and zero otherwise.
 .Pp
 The
-.Fn sbuf_data
-and
 .Fn sbuf_len
-functions return
-.Dv NULL
-and \-1, respectively, if the buffer overflowed.
+function returns \-1 if the buffer overflowed.
 .Pp
 The
 .Fn sbuf_copyin


More information about the svn-src-stable mailing list