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

Jaakko Heinonen jh at FreeBSD.org
Fri Dec 9 13:15:19 UTC 2011


Author: jh
Date: Fri Dec  9 13:15:19 2011
New Revision: 228358
URL: http://svn.freebsd.org/changeset/base/228358

Log:
  - Fix markup.
  - Remove trailing whitespace.

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

Modified: head/share/man/man9/sbuf.9
==============================================================================
--- head/share/man/man9/sbuf.9	Fri Dec  9 04:51:40 2011	(r228357)
+++ head/share/man/man9/sbuf.9	Fri Dec  9 13:15:19 2011	(r228358)
@@ -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


More information about the svn-src-head mailing list