standardized call-out blocks
[rrq/rrqforth.git] / adoc / p_stream.adoc
index cec3e9a1227bb3917d2e5e3e005c3e582c0f557b..6143ef0f7b15559b7536f2be0da9402f90be2e80 100644 (file)
@@ -16,8 +16,8 @@ A file descriptor backed STREAM gains a buffer of the given size
 prefixed by a 32 byte STREAM header of the following layout:
 
 ====
-.file descriptor
-[caption='Stream layout {counter:layout}, for ']
+.file descriptor stream
+[caption='Layout {counter:layout}: ']
 ----
   8 bytes = size of buffer (excluding the 32 byte header)
   8 bytes source file descriptor
@@ -33,8 +33,8 @@ A memory block stream is only the header (though allocated via
 following layout:
 
 ====
-.memory block
-[caption='Stream layout {counter:layout}, for ']
+.memory block stream
+[caption='Layout {counter:layout}: ']
 ----
   8 bytes = block address
   8 -1 (indicates memory block)