summary refs log tree commit diff
path: root/libmaketmpfile.html
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2008-01-01 21:58:05 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2008-01-01 21:58:05 +0000
commit5d4fe667810dc0453cebc91e44748ecca2f67ee4 (patch)
tree94a88626149bcac3c042258e347e48314046b3ef /libmaketmpfile.html
parent9f6cc4b68a47ae7417f1f12f785387d6b5a442e6 (diff)
downloadnetpbm-mirror-5d4fe667810dc0453cebc91e44748ecca2f67ee4.tar.gz
netpbm-mirror-5d4fe667810dc0453cebc91e44748ecca2f67ee4.tar.xz
netpbm-mirror-5d4fe667810dc0453cebc91e44748ecca2f67ee4.zip
"miscellaneous update"
git-svn-id: http://svn.code.sf.net/p/netpbm/code/userguide@544 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'libmaketmpfile.html')
-rw-r--r--libmaketmpfile.html11
1 files changed, 7 insertions, 4 deletions
diff --git a/libmaketmpfile.html b/libmaketmpfile.html
index 86efb78d..baea66d6 100644
--- a/libmaketmpfile.html
+++ b/libmaketmpfile.html
@@ -8,7 +8,9 @@
 <h1>pm_make_tmpfile()</h1>
 Updated: 10 November 2007
 <br>
+
 <h2>NAME</h2>
+
 pm_make_tmpfile() - create a temporary named file
 
 <h2>SYNOPSIS</h2>
@@ -22,9 +24,9 @@ pm_make_tmpfile(FILE **       fileP,
 
 <h2>EXAMPLE</h2>
 
-<p>This simple example creates a temporary file, writes "hello world"
-to it, then writes some search patterns to it, then uses it as input
-to <b>grep</b>:
+<p>This simple example creates a temporary file, writes &quot;hello
+world&quot; to it, then writes some search patterns to it, then uses
+it as input to <b>grep</b>:
 
 <pre>
 #include &lt;netpbm/pm.h&gt;
@@ -83,7 +85,8 @@ it issues a message to Standard Error and aborts the program.
 
 
 <h2>HISTORY</h2>
-<b>pm_tmpfile()</b> was introduced in Netpbm 10.27 (March 2005).
+
+<p><b>pm_tmpfile()</b> was introduced in Netpbm 10.27 (March 2005).
 
 </body>
 </html>