summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul A. Patience <paul@apatience.com>2022-02-09 08:09:46 +0000
committerKaz Kylheku <kaz@kylheku.com>2022-02-09 13:06:23 -0800
commit32a730285a7da8d9f784b29779294af700c409ff (patch)
tree98757259e50bfa1c0eb32535707ab52984ae862e
parent061e8e5618ef445dcb133087cad74761de13070d (diff)
downloadtxr-32a730285a7da8d9f784b29779294af700c409ff.tar.gz
txr-32a730285a7da8d9f784b29779294af700c409ff.tar.bz2
txr-32a730285a7da8d9f784b29779294af700c409ff.zip
doc: fix pad's argument list.
* txr.1: Document pad's object parameter as optional.
-rw-r--r--txr.17
1 files changed, 6 insertions, 1 deletions
diff --git a/txr.1 b/txr.1
index 5d8571c1..3db0c040 100644
--- a/txr.1
+++ b/txr.1
@@ -24197,7 +24197,7 @@ catenated together.
.coNP Function @ pad
.synb
-.mets (pad < sequence < object <> [ count ])
+.mets (pad < sequence >> [ object <> [ count ]])
.syne
.desc
The
@@ -24209,6 +24209,11 @@ followed by repetitions of
.metn object .
If
+.meta object
+is omitted, it defaults to
+.codn nil .
+
+If
.meta count
is omitted, then the repetition of
.meta object