summaryrefslogtreecommitdiffstats
path: root/txr.1
diff options
context:
space:
mode:
Diffstat (limited to 'txr.1')
-rw-r--r--txr.114
1 files changed, 7 insertions, 7 deletions
diff --git a/txr.1 b/txr.1
index 6512ff9c..d44ab765 100644
--- a/txr.1
+++ b/txr.1
@@ -368,9 +368,9 @@
.ds TX \f[B]TXR\f[]
.ds TL \f[B]TXR Lisp\f[]
.\" Start of man page:
-.TH TXR 1 2020-10-10 "Utility Commands" "TXR Programming Language" "Kaz Kylheku"
+.TH TXR 1 2020-12-24 "Utility Commands" "TXR Programming Language" "Kaz Kylheku"
.SH* NAME
-\*(TX \- Programming Language (Version 244)
+\*(TX \- Programming Language (Version 245)
.SH* SYNOPSIS
.mono
@@ -58881,7 +58881,7 @@ The
.code env-hash
function returns an
.code :equal-based
-hash whose keys and values are strings. The hash table is populated populated
+hash whose keys and values are strings. The hash table is populated
with the environment variables, represented as key-value character string
pairs.
@@ -72855,11 +72855,11 @@ Version 199 produces version 3 files and loads version 2 or 3.
Versions 200 through 215 produce version 4 files and load version 2, 3 or 4.
-Versions 216 through 243 produce version 5.0 files and load version 2, 3, 4 or 5,
-regardless of minor version.
+Versions 216 through 243 produce version 5.0 files and load
+version 2, 3, 4 or 5, regardless of minor version.
-Version 244 produces version 5.1 files and loads version 2, 3, 4 or 5,
-regardless of minor version.
+Versions 244 through 245 produce version 5.1 files and load
+version 2, 3, 4 or 5, regardless of minor version.
.SS* Semantic Differences between Compilation and Interpretation