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
commitcacc645cdf4777e4b2a9433f5c1066b6c6911aec (patch)
tree98757259e50bfa1c0eb32535707ab52984ae862e
parentbaa9165a89f076d6dfb015c46da78cd7178ad11c (diff)
downloadtxr-cacc645cdf4777e4b2a9433f5c1066b6c6911aec.tar.gz
txr-cacc645cdf4777e4b2a9433f5c1066b6c6911aec.tar.bz2
txr-cacc645cdf4777e4b2a9433f5c1066b6c6911aec.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