]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
Mention TMPDIR.
authorRichard M. Stallman <rms@gnu.org>
Tue, 25 Jul 1995 01:23:12 +0000 (01:23 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 25 Jul 1995 01:23:12 +0000 (01:23 +0000)
doc/standards.texi
standards.texi

index 17e312f0cf3caab279d75dfa2aa76b91616d099c..06f25594e2c36ff98a67ea89019d88c153b36f1e 100644 (file)
@@ -3,7 +3,7 @@
 @setfilename standards.info
 @settitle GNU Coding Standards
 @c UPDATE THIS DATE WHENEVER YOU MAKE CHANGES!
-@set lastupdate 16 May 1995
+@set lastupdate 24 July 1995
 @c %**end of header
 
 @ifinfo
@@ -1072,6 +1072,10 @@ bits (0 through 255).  A single run of the program might have 256
 errors; if you try to return 256 as the exit status, the parent process
 will see 0 as the status, and it will appear that the program succeeded.
 
+If you make temporary files, check the @code{TMPDIR} environment
+variable; if that variable is defined, use the specified directory
+instead of @file{/tmp}.
+
 @node Errors
 @chapter Formatting Error Messages
 
index 17e312f0cf3caab279d75dfa2aa76b91616d099c..06f25594e2c36ff98a67ea89019d88c153b36f1e 100644 (file)
@@ -3,7 +3,7 @@
 @setfilename standards.info
 @settitle GNU Coding Standards
 @c UPDATE THIS DATE WHENEVER YOU MAKE CHANGES!
-@set lastupdate 16 May 1995
+@set lastupdate 24 July 1995
 @c %**end of header
 
 @ifinfo
@@ -1072,6 +1072,10 @@ bits (0 through 255).  A single run of the program might have 256
 errors; if you try to return 256 as the exit status, the parent process
 will see 0 as the status, and it will appear that the program succeeded.
 
+If you make temporary files, check the @code{TMPDIR} environment
+variable; if that variable is defined, use the specified directory
+instead of @file{/tmp}.
+
 @node Errors
 @chapter Formatting Error Messages