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
commitd2d166856d477f271d17f7de431618481a68b3ab (patch)
tree95ca776426ec78432a3006da021d7e1166dd33b6
parent0a45facfe39ff943a0e290f4b6d5ac6481bb31f4 (diff)
downloadtxr-d2d166856d477f271d17f7de431618481a68b3ab.tar.gz
txr-d2d166856d477f271d17f7de431618481a68b3ab.tar.bz2
txr-d2d166856d477f271d17f7de431618481a68b3ab.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