chiark / gitweb /
Actually implement the right transformation!
[mLib] / man / lbuf.3
index 1c80f934bdb19eb876a8140599a1ea522081fe39..5ff582ac7c9222864dbd92f0d2f96277fb9fd922 100644 (file)
@@ -213,12 +213,12 @@ signalled to the higher-level object so that it can detach itself from
 its data source.
 .PP
 Rather than invent some complex interface for this, the line buffer
 its data source.
 .PP
 Rather than invent some complex interface for this, the line buffer
-exports one of its structure members,
-.BR flags .
+exports one of its structure members, a flags word called
+.BR f .
 A higher-level object wishing to disable the line buffer simply clears
 the bit
 .B LBUF_ENABLE
 A higher-level object wishing to disable the line buffer simply clears
 the bit
 .B LBUF_ENABLE
-in the flags word.
+in this flags word.
 .PP
 Disabling a buffer causes an immediate return from
 .BR lbuf_flush .
 .PP
 Disabling a buffer causes an immediate return from
 .BR lbuf_flush .