summary refs log tree commit diff
path: root/libtmpfile.html
diff options
context:
space:
mode:
Diffstat (limited to 'libtmpfile.html')
-rw-r--r--libtmpfile.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/libtmpfile.html b/libtmpfile.html
index 6a7e53d9..208757d8 100644
--- a/libtmpfile.html
+++ b/libtmpfile.html
@@ -1,4 +1,4 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 3.2//EN">
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 3.3//EN">
 <html> <head>
 <title>Netpbm subroutine library: pm_tmpfile() function</title>
 <meta name="manual_section" content="3">
@@ -45,13 +45,13 @@ fclose(myfileP);
 
 </pre>
 
-<h2>DESCRIPTION</H2>
+<h2>DESCRIPTION</h2>
 
 <p>This library function is part of <a href="index.html">Netpbm</a>.
 
 <p><b>pm_tmpfile()</b> creates and opens an unnamed temporary file.
 It is basically the same thing as the standard C library
-<b>tmpfile()</b> function, except that it uses the <b>TMPFILE</B>
+<b>tmpfile()</b> function, except that it uses the <b>TMPFILE</b>
 environment variable to decide where to create the temporary file.
 If <b>TMPFILE</b> is not set or is set to something unusable (e.g.
 too long), <b>pm_tmpfile()</b> falls back to the value of the