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 | a31e6044e951b0c1f03ed9b02745f393fff8a3ab (patch) | |
tree | 95ca776426ec78432a3006da021d7e1166dd33b6 | |
parent | 6f346d97eb48d96e178aad0fdd163624410721c8 (diff) | |
download | txr-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.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 |