small improvement of the buffer config macros documentation

Fri, 07 Nov 2025 18:08:41 +0100

author
Mike Becker <universe@uap-core.de>
date
Fri, 07 Nov 2025 18:08:41 +0100
changeset 1475
9381883c1a99
parent 1474
84de0ba791af
child 1476
79d4c281a63b

small improvement of the buffer config macros documentation

docs/Writerside/topics/install.md file | annotate | diff | comparison | revisions
--- a/docs/Writerside/topics/install.md	Wed Nov 05 23:04:46 2025 +0100
+++ b/docs/Writerside/topics/install.md	Fri Nov 07 18:08:41 2025 +0100
@@ -116,8 +116,8 @@
 </tr>
 <tr>
     <td>CX_LINKED_LIST_SORT_SBO_SIZE</td>
-    <td>The maximum list size that uses SBO during sort.</td>
-    <td>1024</td>
+    <td>The maximum list size that uses SBO during sort (memory required is this value multiplied by the size of a pointer).</td>
+    <td>1,024</td>
 </tr>
 <tr>
     <td>CX_PRINTF_SBO_SIZE</td>
@@ -153,11 +153,11 @@
 <tr>
     <td>CX_STREAM_COPY_BUF_SIZE</td>
     <td>The buffer size on the stack for a stream copy.</td>
-    <td>1024</td>
+    <td>1,024</td>
 </tr>
 <tr>
     <td>CX_STREAM_BCOPY_BUF_SIZE</td>
     <td>The buffer size on the heap for a stream copy.</td>
-    <td>8192</td>
+    <td>8,192</td>
 </tr>
 </table>

mercurial