summary refs log tree commit diff
path: root/pnm.html
diff options
context:
space:
mode:
Diffstat (limited to 'pnm.html')
-rw-r--r--pnm.html74
1 files changed, 37 insertions, 37 deletions
diff --git a/pnm.html b/pnm.html
index 54d3c59b..c8045dae 100644
--- a/pnm.html
+++ b/pnm.html
@@ -1,36 +1,36 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 3.2//EN">
-<HTML>
-<HEAD>
-<TITLE>The PNM Format</TITLE>
-<META NAME="manual_section" CONTENT="5">
-</HEAD>
-<BODY>
-
-<H1>pnm</H1>
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 3.3//EN">
+<html>
+<head>
+<title>The PNM Format</title>
+<meta name="manual_section" content="5">
+</head>
+<body>
+
+<h1>pnm</h1>
 Updated: 27 November 2013
-<BR>
-<A HREF="#index">Table Of Contents</A>
+<br>
+<a href="#index">Table Of Contents</a>
 
-<H2>NAME</H2>
+<h2>NAME</h2>
 
 pnm - Netpbm superformat
 
-<H2 id="description">DESCRIPTION</H2>
+<h2 id="description">DESCRIPTION</h2>
 
-<P>The PNM format is just an abstraction of the PBM, PGM, and PPM
+<p>The PNM format is just an abstraction of the PBM, PGM, and PPM
 formats.  I.e. the name "PNM" refers collectively to
 PBM, PGM, and PPM.
 
-<P>The name "PNM" is an acronym derived from "Portable
+<p>The name "PNM" is an acronym derived from "Portable
 Any Map." This derivation makes more sense if you consider
 it in the context of the other Netpbm format names: PBM, PGM, and PPM.
 
-<P>The more general term "Netpbm format" refers to the PNM
+<p>The more general term "Netpbm format" refers to the PNM
 formats plus PAM.
 
 <p>PNM is principally used with <a href="index.html">Netpbm</a>.
 
-<P>Note that besides being names of formats, PBM, PGM, PPM, and PNM
+<p>Note that besides being names of formats, PBM, PGM, PPM, and PNM
 are also classes of programs.  A PNM program can take PBM, PGM, or PPM
 input.  That's nothing special -- a PPM program can too.  But a PNM
 program can often produce multiple output formats as well, and a PNM
@@ -39,7 +39,7 @@ respond to each differently whereas a PPM program sees everything as
 if it were PPM.  This is discussed more in <a href="index.html">the
 description of the netpbm programs</a>.
 
-<P>"pnm" also appears in the names of the most general <a
+<p>"pnm" also appears in the names of the most general <a
 href="libnetpbm.html">Netpbm library routines</a>, some of which aren't even
 related to the PNM format.
 
@@ -61,22 +61,22 @@ depending on the particular subformat, or "pnm" if it is not
 convenient to distinguish the subformats.
 
 
-<H2 id="seealso">SEE ALSO</H2>
-<A HREF="ppm.html">ppm</A>,
-<A HREF="pgm.html">pgm</A>,
-<A HREF="pbm.html">pbm</A>,
-<A HREF="pam.html">pam</A>,
-<A HREF="directory.html">programs that process PNM</A>,
-<A HREF="libnetpbm.html">libnetpbm</A>
-
-
-<HR>
-<H2 id="index">Table Of Contents</H2>
-<UL>
-<LI><A HREF="#description">DESCRIPTION</A>
-<li><A HREF="#internetmediatype">INTERNET MEDIA TYPE</A>
-<li><A HREF="#filename">FILE NAME</A>
-<LI><A HREF="#seealso">SEE ALSO</A>
-</UL>
-</BODY>
-</HTML>
+<h2 id="seealso">SEE ALSO</h2>
+<a href="ppm.html">ppm</a>,
+<a href="pgm.html">pgm</a>,
+<a href="pbm.html">pbm</a>,
+<a href="pam.html">pam</a>,
+<a href="directory.html">programs that process PNM</a>,
+<a href="libnetpbm.html">libnetpbm</a>
+
+
+<hr>
+<h2 id="index">Table Of Contents</h2>
+<ul>
+<li><a href="#description">DESCRIPTION</a>
+<li><a href="#internetmediatype">INTERNET MEDIA TYPE</a>
+<li><a href="#filename">FILE NAME</a>
+<li><a href="#seealso">SEE ALSO</a>
+</ul>
+</body>
+</html>