diff options
| author | Jaakko Heinonen <jh@FreeBSD.org> | 2012-01-13 11:10:17 +0000 |
|---|---|---|
| committer | Jaakko Heinonen <jh@FreeBSD.org> | 2012-01-13 11:10:17 +0000 |
| commit | b1af5f300d9f7d5e9539d3d2202e60b7570a8001 (patch) | |
| tree | 200b2516c81c32df7f0e2a80c47a752888764ab9 /share | |
| parent | fa85055d530259e1cdadc93cc1924e921c6395b1 (diff) | |
Notes
Diffstat (limited to 'share')
| -rw-r--r-- | share/man/man9/sbuf.9 | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/share/man/man9/sbuf.9 b/share/man/man9/sbuf.9 index 67c77e923d8e..b14930e01dff 100644 --- a/share/man/man9/sbuf.9 +++ b/share/man/man9/sbuf.9 @@ -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 |
