summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2019-12-13 16:06:49 -0800
committerKaz Kylheku <kaz@kylheku.com>2019-12-13 16:06:49 -0800
commitbb1e9a1895ae734cb5aea778acf631bf7fcd9923 (patch)
tree5c18365cdd1257d18ee367d83c4babd7f3d315c1
parent3242575ad561607fc0588b299216e3182ef5bb39 (diff)
downloadtxr-bb1e9a1895ae734cb5aea778acf631bf7fcd9923.tar.gz
txr-bb1e9a1895ae734cb5aea778acf631bf7fcd9923.tar.bz2
txr-bb1e9a1895ae734cb5aea778acf631bf7fcd9923.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.17
1 files changed, 5 insertions, 2 deletions
diff --git a/txr.1 b/txr.1
index 46e81355..0b793671 100644
--- a/txr.1
+++ b/txr.1
@@ -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