summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--txr.18
1 files changed, 4 insertions, 4 deletions
diff --git a/txr.1 b/txr.1
index 789c06b6..b7bfd01c 100644
--- a/txr.1
+++ b/txr.1
@@ -28556,17 +28556,17 @@ and
(iffi a b) <--> (iff a b identity)
- (iffi a b false) <--> (iff a b)
+ [iffi a b nilf] <--> [iff a b]
- (iffi a identity false) <--> (iff a)
+ [iffi a identity nilf] <--> [iff a]
.cble
-The following equivalence illustrates
+The following equivalences illustrate
.code iff
with both optional arguments omitted:
.cblk
- (iff a) <---> (iff a identity false)
+ [iff a] <---> [iff a identity nilf] <---> a
.cble
.coNP Functions @ tf and @ nilf