diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2015-01-29 06:19:36 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2015-01-29 06:19:36 -0800 |
commit | 7e57f47b285184039032caf7ff5531c49b58674f (patch) | |
tree | b5c8001af5deccda2046ff15ff23934fb596acda /txr.1 | |
parent | 175232485d4b41c7f1b221100abf58ddfa8c8187 (diff) | |
download | txr-7e57f47b285184039032caf7ff5531c49b58674f.tar.gz txr-7e57f47b285184039032caf7ff5531c49b58674f.tar.bz2 txr-7e57f47b285184039032caf7ff5531c49b58674f.zip |
* txr.1: fixed use of nonexistent str-int in @(require) example;
fixed bad formatting under logtrunc and partition.
Diffstat (limited to 'txr.1')
-rw-r--r-- | txr.1 | 8 |
1 files changed, 3 insertions, 5 deletions
@@ -8932,7 +8932,7 @@ Trigger a failure unless previously bound variable is greater than 42: .cblk - @(require (> (str-int answer) 42) + @(require (> (int-str answer) 42) .cble .SS* Overview @@ -13555,7 +13555,6 @@ of one element. .mets (partition* < sequence >> { index-list >> | index <> | function }) .syne .desc - If .meta sequence is empty, then @@ -13584,7 +13583,6 @@ the deleted elements. If .meta index-list is empty then a one-element list containing the entire - .meta sequence is returned. @@ -19209,8 +19207,8 @@ common. The following equivalence holds: .coNP Functions @ lognot and @ logtrunc .synb -.mets (lognot > value <> [ bits ]) -.mets (logtrunc > value << bits ) +.mets (lognot < value <> [ bits ]) +.mets (logtrunc < value << bits ) .syne .desc The |