summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2021-06-15 07:22:19 -0700
committerKaz Kylheku <kaz@kylheku.com>2021-06-15 07:22:19 -0700
commita31e6044e951b0c1f03ed9b02745f393fff8a3ab (patch)
tree95ca776426ec78432a3006da021d7e1166dd33b6
parent6f346d97eb48d96e178aad0fdd163624410721c8 (diff)
downloadtxr-a31e6044e951b0c1f03ed9b02745f393fff8a3ab.tar.gz
txr-a31e6044e951b0c1f03ed9b02745f393fff8a3ab.tar.bz2
txr-a31e6044e951b0c1f03ed9b02745f393fff8a3ab.zip
doc: problems in mkstemp
* txr.1: mkstemp: fix formatting problem in heading, and incorrect reference to mkdtemp with bad grammar.
-rw-r--r--txr.16
1 files changed, 3 insertions, 3 deletions
diff --git a/txr.1 b/txr.1
index e9f463d4..80a3ada4 100644
--- a/txr.1
+++ b/txr.1
@@ -66270,12 +66270,12 @@ characters.
.coNP Function @ mkstemp
.synb
-.mets (mkstemp << prefix <> [ suffix ])
+.mets (mkstemp < prefix <> [ suffix ])
.syne
.desc
The
-.code mkdtemp
-create a unique file name by adding a generated infix between the
+.code mkstemp
+function create a unique file name by adding a generated infix between the
.meta prefix
and
.meta suffix