diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2021-06-15 07:22:19 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2021-06-15 07:22:19 -0700 |
commit | d2d166856d477f271d17f7de431618481a68b3ab (patch) | |
tree | 95ca776426ec78432a3006da021d7e1166dd33b6 | |
parent | 0a45facfe39ff943a0e290f4b6d5ac6481bb31f4 (diff) | |
download | txr-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.1 | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 |