summary refs log tree commit diff
path: root/pfmtopam.html
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2020-07-11 03:14:39 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2020-07-11 03:14:39 +0000
commita87703a515ec08a0637c2b3b3e6cd0ef1a7e78ff (patch)
tree0e462a89e51e65b0d293104f437aa371d8e56ee1 /pfmtopam.html
parente4dbb262ce92440414dad7735f9b9264e47cffa0 (diff)
downloadnetpbm-mirror-a87703a515ec08a0637c2b3b3e6cd0ef1a7e78ff.tar.gz
netpbm-mirror-a87703a515ec08a0637c2b3b3e6cd0ef1a7e78ff.tar.xz
netpbm-mirror-a87703a515ec08a0637c2b3b3e6cd0ef1a7e78ff.zip
cleanup
git-svn-id: http://svn.code.sf.net/p/netpbm/code/userguide@3893 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'pfmtopam.html')
-rw-r--r--pfmtopam.html73
1 files changed, 39 insertions, 34 deletions
diff --git a/pfmtopam.html b/pfmtopam.html
index 5d9a06a6..adcdb44a 100644
--- a/pfmtopam.html
+++ b/pfmtopam.html
@@ -1,25 +1,25 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 3.2//EN">
-<HTML><HEAD><TITLE>Pfmtopam User Manual</TITLE></HEAD>
-<BODY>
-<H1>pfmtopam</H1>
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 3.3//EN">
+<html><head><title>Pfmtopam User Manual</title></head>
+<body>
+<h1>pfmtopam</h1>
 Updated: 10 April 2004
 
-<A HREF="#index">Table Of Contents</A>
+<a href="#index">Table Of Contents</a>
 
-<H2>NAME</H2>
+<h2>NAME</h2>
 pfmtopam - Convert PFM (Portable Float Map) image to Netpbm format
 
-<H2 id="synopsis">SYNOPSIS</H2>
-<B>pfmtopam</B>
+<h2 id="synopsis">SYNOPSIS</h2>
+<b>pfmtopam</b>
 [<b>-maxval=</b><i>n</i>]
 [<b>-verbose</b>]
-[<I>imagefile</I>]
+[<i>imagefile</i>]
 
-<P>All options can be abbreviated to their shortest unique prefix.
+<p>All options can be abbreviated to their shortest unique prefix.
 You may use two hyphens instead of one.  You may separate an option
 name and its value with white space instead of an equals sign.
 
-<H2 id="description">DESCRIPTION</H2>
+<h2 id="description">DESCRIPTION</h2>
 
 <p>This program is part of <a href="index.html">Netpbm</a>.
 
@@ -40,40 +40,45 @@ subformat.
 image to Netpbm format.
 
 
-<H2 id="options">OPTIONS</H2>
+<h2 id="options">OPTIONS</h2>
 
-<DL COMPACT>
-<DT><B>-maxval=</b><i>n</i>
+<p>In addition to the options common to all programs based on libnetpbm
+(most notably <b>-quiet</b>, see <a href="index.html#commonoptions">
+Common Options</a>), <b>pfmtopam</b> recognizes the following
+command line options:
 
-<DD>
-     <P>This specifies the maxval for the PAM.  Default is 255.
+<dl compact>
+<dt><b>-maxval=</b><i>n</i>
 
-<DT><B>-verbose</b>
+<dd>
+     <p>This specifies the maxval for the PAM.  Default is 255.
 
-<DD>
-     <P>This causes <b>pfmtopam</b> to display messages describing 
+<dt><b>-verbose</b>
+
+<dd>
+     <p>This causes <b>pfmtopam</b> to display messages describing 
      the PFM input file.
 
-</DL>
+</dl>
 
-<H2 id="seealso">SEE ALSO</H2>
+<h2 id="seealso">SEE ALSO</h2>
 
-<B><A HREF="pamtopfm.html">pamtopfm</A></B>,
-<B><A HREF="pam.html">pam</A></B>,
+<b><a href="pamtopfm.html">pamtopfm</a></b>,
+<b><a href="pam.html">pam</a></b>,
 
 <h2 id="history">HISTORY</h2>
 
 <p><b>pfmtopam</b> was added to Netpbm in Release 10.22 (April 2004).
 
 
-<HR>
-<H2 id="index">Table Of Contents</H2>
-<UL>
-<LI><A HREF="#synopsis">SYNOPSIS</A>
-<LI><A HREF="#description">DESCRIPTION</A>
-<LI><A HREF="#options">OPTIONS</A>
-<LI><A HREF="#seealso">SEE ALSO</A>
-<LI><A HREF="#history">HISTORY</A>
-</UL>
-</BODY>
-</HTML>
+<hr>
+<h2 id="index">Table Of Contents</h2>
+<ul>
+<li><a href="#synopsis">SYNOPSIS</a>
+<li><a href="#description">DESCRIPTION</a>
+<li><a href="#options">OPTIONS</a>
+<li><a href="#seealso">SEE ALSO</a>
+<li><a href="#history">HISTORY</a>
+</ul>
+</body>
+</html>