docs/src/install.md

changeset 1137
61939929030a
parent 1136
d9ff0f091f28
--- a/docs/src/install.md	Mon Jan 20 22:43:46 2025 +0100
+++ b/docs/src/install.md	Mon Jan 20 22:50:24 2025 +0100
@@ -35,15 +35,15 @@
 
 You can also tweak some other buffer sizes with the same technique:
 
---------------------------------- --------------------------------------------------- ----------
-Macro                             Description                                         Default
---------------------------------- --------------------------------------------------- ----------
-CX_STRREPLACE_INDEX_BUFFER_SIZE   The number of matches one index buffer can store.   64
-
-CX_STREAM_COPY_BUF_SIZE           The buffer size on the stack for a stream copy.     1024
-
-CX_STREAM_BCOPY_BUF_SIZE          The buffer size on the heap for a stream copy.      8192
---------------------------------- --------------------------------------------------- ----------
+--------------------------------- --------------------------------------------------------------------- ----------
+Macro                             Description                                                           Default
+--------------------------------- --------------------------------------------------------------------- ----------
+CX_STRREPLACE_INDEX_BUFFER_SIZE   The number of matches the index buffer can store on the stack.        64
+                                                                                                        
+CX_STREAM_COPY_BUF_SIZE           The buffer size on the stack for a stream copy.                       1024
+                                                                                                        
+CX_STREAM_BCOPY_BUF_SIZE          The buffer size on the heap for a stream copy.                        8192
+--------------------------------- --------------------------------------------------------------------- ----------
 
 ---
 

mercurial