diff options
author | Paul A. Patience <paul@apatience.com> | 2022-02-09 08:09:46 +0000 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2022-02-09 13:06:23 -0800 |
commit | cacc645cdf4777e4b2a9433f5c1066b6c6911aec (patch) | |
tree | 98757259e50bfa1c0eb32535707ab52984ae862e | |
parent | baa9165a89f076d6dfb015c46da78cd7178ad11c (diff) | |
download | txr-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.1 | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -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 |