diff options
author | jh <jh@FreeBSD.org> | 2011-12-09 13:15:19 +0000 |
---|---|---|
committer | jh <jh@FreeBSD.org> | 2011-12-09 13:15:19 +0000 |
commit | e24a24747620a375df38a58e7dda6ba531cd441b (patch) | |
tree | 1711d95eb8239fde384c5c4a60df196121854952 | |
parent | d9807d7f634d0053aaa1c46c7b95505b88b144c8 (diff) | |
download | FreeBSD-src-e24a24747620a375df38a58e7dda6ba531cd441b.zip FreeBSD-src-e24a24747620a375df38a58e7dda6ba531cd441b.tar.gz |
- Fix markup.
- Remove trailing whitespace.
-rw-r--r-- | share/man/man9/sbuf.9 | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/share/man/man9/sbuf.9 b/share/man/man9/sbuf.9 index d17b34c..3ea2db3 100644 --- a/share/man/man9/sbuf.9 +++ b/share/man/man9/sbuf.9 @@ -117,7 +117,7 @@ defined in .Pp Any errors encountered during the allocation or composition of the string will be latched in the data structure, -making a single error test at the end of the composition +making a single error test at the end of the composition sufficient to determine success or failure of the entire process. .Pp The @@ -391,7 +391,8 @@ function returns the actual string; only works on a finished .Fa sbuf . The -.Fn sbuf_len function returns the length of the string. +.Fn sbuf_len +function returns the length of the string. For an .Fa sbuf with an attached drain, @@ -482,7 +483,7 @@ being finished, or returns the error code from the drain if one is attached. .Pp The -.Fn sbuf_finish 3 +.Fn sbuf_finish 3 function (the userland version) will return zero for success and \-1 and set errno on error. .Sh EXAMPLES |