commit 3eda5d37cb018607bbf5a9a5ef4041e0453653f5
parent 601dc57a9dadd695cf1beef6a33a3ccab5bb774a
Author: Vincent Forest <vincent.forest@meso-star.com>
Date: Wed, 21 Sep 2022 11:09:35 +0200
Small updates to the rnsp man page
Diffstat:
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/doc/rnsp.5.scd b/doc/rnsp.5.scd
@@ -38,8 +38,8 @@ header of 4 64-bit integers describing the layout of the data. The first integer
is a power of two (usually 4096) that defines the size of the memory page in
bytes to which the list of properties aligns (_pagesize_). The second integer
is the _size_ of the array, i.e. the number of property sets in the list.
-Finally, the 2 remaining integers store the memory size (8 octets) and the
-memory alignment (8 octets) of the property set defined by geometric primitive.
+Finally, the 2 remaining integers store the memory size (8 bytes) and the
+memory alignment (8 bytes) of the property set defined by geometric primitive.
Padding bytes follow the file header to align the listed properties to
_pagesize_.
@@ -79,4 +79,4 @@ significant bytes are stored first.
# SEE ALSO
-*smsh*(5)
+*sbuf*(5), *smsh*(5)