summaryrefslogtreecommitdiffstats
path: root/txr.1
diff options
context:
space:
mode:
Diffstat (limited to 'txr.1')
-rw-r--r--txr.18
1 files changed, 7 insertions, 1 deletions
diff --git a/txr.1 b/txr.1
index 1007bf6d..8b1b3d60 100644
--- a/txr.1
+++ b/txr.1
@@ -34519,7 +34519,7 @@ Both functions return
.coNP Function @ flush-stream
.synb
-.mets (flush-stream << stream )
+.mets (flush-stream <> [ stream ])
.syne
.desc
This function is meaningful for output streams which accumulate data
@@ -34533,6 +34533,12 @@ to the operating system. If called on streams for which this function is not
meaningful, it does nothing, and returns
.codn nil .
+If
+.meta stream
+is omitted, the current value of
+.code *stdout*
+is used.
+
.coNP Function @ seek-stream
.synb
.mets (seek-stream < stream < offset << whence )