diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2019-12-13 16:06:49 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2019-12-13 16:06:49 -0800 |
commit | 7bcdb9ced82fb6b60e3750d1cd1019d9d3c1790f (patch) | |
tree | 5c18365cdd1257d18ee367d83c4babd7f3d315c1 | |
parent | ef5820ba49dab8a84a78f3418859dd30ce92def1 (diff) | |
download | txr-7bcdb9ced82fb6b60e3750d1cd1019d9d3c1790f.tar.gz txr-7bcdb9ced82fb6b60e3750d1cd1019d9d3c1790f.tar.bz2 txr-7bcdb9ced82fb6b60e3750d1cd1019d9d3c1790f.zip |
doc: make-buf: document default value.
* txr.1: documnt that the default value of the optional
alloc-size parameter is taken from the len parameter.
-rw-r--r-- | txr.1 | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -24057,8 +24057,11 @@ must lie in the range 0 to 255. The .meta alloc-size parameter indicates how much memory to actually allocate for -the buffer. If an argument is specified, its value must not -be less than +the buffer. +If an argument is not given, the parameter takes on +the same value as +.metn len . +If an argument is given, its value must not be less than .metn len . .coNP Function @ bufp |