diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2022-07-01 17:13:54 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2022-07-01 17:13:54 -0700 |
commit | b8e5a685ee828018315c2bbcfc60e72dbd611bd5 (patch) | |
tree | 4d6359735d5b6ee71a4c6f8a64bd969eef761fe9 | |
parent | 9539042962f287da051301a803a7ca9e5884461e (diff) | |
download | txr-b8e5a685ee828018315c2bbcfc60e72dbd611bd5.tar.gz txr-b8e5a685ee828018315c2bbcfc60e72dbd611bd5.tar.bz2 txr-b8e5a685ee828018315c2bbcfc60e72dbd611bd5.zip |
Date correction; man page typos.txr-278
* RELNOTES: 2022-07-01.
* txr.1: Likewise and two minor fixes.
-rw-r--r-- | RELNOTES | 2 | ||||
-rw-r--r-- | txr.1 | 6 |
2 files changed, 4 insertions, 4 deletions
@@ -1,5 +1,5 @@ TXR 278 - 2022-06-01 + 2022-07-01 Features @@ -430,7 +430,7 @@ .ds TX \f[B]TXR\f[] .ds TL \f[B]TXR Lisp\f[] .\" Start of man page: -.TH TXR 1 2022-06-01 "Utility Commands" "TXR Programming Language" "Kaz Kylheku" +.TH TXR 1 2022-07-01 "Utility Commands" "TXR Programming Language" "Kaz Kylheku" .SH* NAME \*(TX \- Programming Language (Version 278) @@ -59605,7 +59605,7 @@ and treated as the default. When .code z is specified, special restrictions apply to the -.modn mode-string . +.metn mode-string . If these are violated, an exception is thrown. A .code gzip-stream @@ -62874,7 +62874,7 @@ to the stream using the function. The return value is that of .codn put-lines . -.<SS* Buffer streams +.SS* Buffer streams A stream type exists which allows .code buf objects to be manipulated through the stream interface. |