m4-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Changes to m4/doc/m4.texinfo


From: Gary V . Vaughan
Subject: Changes to m4/doc/m4.texinfo
Date: Mon, 02 May 2005 17:21:44 -0400

Index: m4/doc/m4.texinfo
diff -u m4/doc/m4.texinfo:1.19 m4/doc/m4.texinfo:1.20
--- m4/doc/m4.texinfo:1.19      Tue Feb  8 08:31:38 2005
+++ m4/doc/m4.texinfo   Mon May  2 21:21:43 2005
@@ -22,7 +22,8 @@
 @ifinfo
 This file documents GNU @code{m4} @value{VERSION}
 
-Copyright (C) 1989, 1990, 1991, 1992, 1993, 1994, 1998, 1999, 2000, 2001
+Copyright (C) 1989, 1990, 1991, 1992, 1993, 1994, 1998, 1999, 2000,
+2001, 2004
 Free Software Foundation, Inc.
 
 Permission is granted to copy, distribute and/or modify this document
@@ -3465,28 +3466,21 @@
 
 @deffn {Builtin (m4)} maketemp (@var{template})
 There is a builtin macro, @code{maketemp}, for making temporary file
-names, which expands to a name of a non-existent file, made from the
+names, which expands to a name of a new, empty file, made from the
 string @var{template}, which should end with the string @samp{XXXXXX}.
 The six @code{X}'s are then replaced, usually with something that
 includes the process id of the @code{m4} process, in order to make the
 file name unique.
 
-The builtin macro @code{maketemp} is recognized only when given
-arguments.
address@hidden deffn
-
 @comment ignore
 @example
 maketemp(`/tmp/fooXXXXXX')
 @result{}/tmp/fooa07346
-maketemp(`/tmp/fooXXXXXX')
address@hidden/tmp/fooa07346
 @end example
 
-As seen in the example, several calls of @code{maketemp} might expand to
-the same string, since the selection criteria is whether the file exists
-or not.  If a file has not been created before the next call, the two
-macro calls might expand to the same name.
+The builtin macro @code{maketemp} is recognized only when given
+arguments.
address@hidden deffn
 
 @node Miscellaneous
 @chapter Miscellaneous builtin macros




reply via email to

[Prev in Thread] Current Thread [Next in Thread]