chiark / gitweb /
Put some more so references in, and tidy the text a little.
[mLib] / man / selbuf.3
index e15beaab4d4ff6a74daf86ba6ef843a556081a3f..3bd5463ce1acd0680dbf1cd47fe7b228eb456653 100644 (file)
@@ -4,7 +4,9 @@
 selbuf \- line-buffering input selector
 .\" @selbuf_enable
 .\" @selbuf_disable
+.\" @selbuf_setsize
 .\" @selbuf_init
+.\" @selbuf_destroy
 .SH SYNOPSIS
 .nf
 .B "#include <mLib/selbuf.h>"
@@ -33,9 +35,7 @@ what gets considered to be a line of text and what doesn't, and the
 exact rules about what your line handling function should and shouldn't
 do.
 .PP
-The data for a
-.B selbuf
-selector is stored in an object of type
+The data for a line selector is stored in an object of type
 .BR selbuf .
 This object must be allocated by the caller, and initialized using the
 .B selbuf_init