Document TMPDIR in man pages. Closes: #558266
authorJoey Hess <joey@gnu.kitenet.net>
Fri, 25 Dec 2009 19:34:56 +0000 (14:34 -0500)
committerJoey Hess <joey@gnu.kitenet.net>
Fri, 25 Dec 2009 19:34:56 +0000 (14:34 -0500)
debian/changelog
pristine-bz2
pristine-gz
pristine-tar

index 3826efd..694d03f 100644 (file)
@@ -3,6 +3,7 @@ pristine-tar (1.01) UNRELEASED; urgency=low
   * Use italics in man pages to highlight which parts of command
     lines are file names. Closes: #561015
   * Added an example. Closes: #561016
+  * Document TMPDIR in man pages. Closes: #558266
 
  -- Joey Hess <joeyh@debian.org>  Mon, 14 Dec 2009 14:07:44 -0500
 
index abd1ba9..cca9377 100755 (executable)
@@ -56,6 +56,16 @@ Don't clean up the temporary directory on exit.
 
 =back
 
+=head1 ENVIRONMENT
+
+=over 4
+
+=item B<TMPDIR>
+
+Specifies a location to place temporary files, other than the default.
+
+=back
+
 =head1 AUTHOR
 
 Joey Hess <joeyh@debian.org>,
index f225dde..dc9a43d 100755 (executable)
@@ -67,6 +67,16 @@ Don't clean up the temporary directory on exit.
 
 =back
 
+=head1 ENVIRONMENT
+
+=over 4
+
+=item B<TMPDIR>
+
+Specifies a location to place temporary files, other than the default.
+
+=back
+
 =head1 AUTHOR
 
 Joey Hess <joeyh@debian.org>,
index 1b858f5..329af07 100755 (executable)
@@ -145,6 +145,16 @@ Currently only the git revision control system is supported by the
 is not clean or has uncommitted changes, or has changes staged in the
 index; none of that will be touched by "checkout" or "commit".
 
+=head1 ENVIRONMENT
+
+=over 4
+
+=item B<TMPDIR>
+
+Specifies a location to place temporary files, other than the default.
+
+=back
+
 =head1 AUTHOR
 
 Joey Hess <joeyh@debian.org>