summaryrefslogtreecommitdiff
path: root/usr.bin/m4
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2004-02-17 19:28:32 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2004-02-17 19:28:32 +0000
commit8f19c7d4ad774664d775f6f507c2d294f8996c46 (patch)
tree58367e58dd7ba8c9df1dd5e9bb4bb925efb6e5d9 /usr.bin/m4
parentf264acc6f862608f3097a862511f0b4bce298f8b (diff)
Change the maketemp() description into what it really does.
ok espie@ jmc@
Diffstat (limited to 'usr.bin/m4')
-rw-r--r--usr.bin/m4/m4.19
1 files changed, 4 insertions, 5 deletions
diff --git a/usr.bin/m4/m4.1 b/usr.bin/m4/m4.1
index 6481822022f..5eacfaff5eb 100644
--- a/usr.bin/m4/m4.1
+++ b/usr.bin/m4/m4.1
@@ -1,4 +1,4 @@
-.\" @(#) $OpenBSD: m4.1,v 1.34 2003/06/29 11:04:03 espie Exp $
+.\" @(#) $OpenBSD: m4.1,v 1.35 2004/02/17 19:28:31 miod Exp $
.\"
.\" Copyright (c) 1989, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -281,10 +281,9 @@ usually for cleanup purposes (e.g.,
causes the macro cleanup to be
invoked after all other processing is done).
.It Ic maketemp
-Translates the string
-.Dq XXXXX
-in the first argument with the current process
-ID leaving other characters alone.
+Invokes
+.Xr mkstemp 3
+on the first argument, and returns the modified string.
This can be used to create unique
temporary file names.
.It Ic paste