summary refs log tree commit diff
path: root/pc1toppm.html
diff options
context:
space:
mode:
Diffstat (limited to 'pc1toppm.html')
-rw-r--r--pc1toppm.html70
1 files changed, 36 insertions, 34 deletions
diff --git a/pc1toppm.html b/pc1toppm.html
index 8a6335d5..dc142154 100644
--- a/pc1toppm.html
+++ b/pc1toppm.html
@@ -1,25 +1,22 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 3.2//EN">
-<HTML><HEAD><TITLE>Pc1toppm User Manual</TITLE></HEAD>
-<BODY>
-<H1>pc1toppm</H1>
+<html><head><title>Pc1toppm User Manual</title></head>
+<body>
+<h1>pc1toppm</h1>
 Updated: 30 April 2004
-<BR>
-<A HREF="#index">Table Of Contents</A>
+<br>
+<a href="#index">Table Of Contents</a>
 
-<A NAME="lbAB">&nbsp;</A>
-<H2>NAME</H2>
+<h2>NAME</h2>
 
 pc1toppm - convert an Atari Degas .pc1 into a PPM image
 
-<A NAME="lbAC">&nbsp;</A>
-<H2>SYNOPSIS</H2>
+<h2 id="synopsis">SYNOPSIS</h2>
 
-<B>pc1toppm</B>
+<b>pc1toppm</b>
 
-[<I>pc1file</I>]
+[<i>pc1file</i>]
 
-<A NAME="lbAD">&nbsp;</A>
-<H2>DESCRIPTION</H2>
+<h2 id="description">DESCRIPTION</h2>
 
 <p>This program is part of <a href="index.html">Netpbm</a>.
 
@@ -28,28 +25,33 @@ produces a PPM image as output.
 
 <p>The .pc1 format is a compressed (run length encoded) variation on .pi1.
 
-<A NAME="history"></a>
-<h2>HISTORY</h2>
+<h2 id="options">OPTIONS</h2>
+
+<p>There are no command line options defined specifically
+for <b>pc1toppm</b>, but it recognizes the options common to all
+programs based on libnetpbm (See <a href="index.html#commonoptions">
+Common Options</a>.)
+
+<h2 id="history">HISTORY</h2>
 <p><b>pc1toppm</b> was new in Netpbm 10.22 (April 2004)
 
-<A NAME="lbAE">&nbsp;</A>
-<H2>SEE ALSO</H2>
-
-<A HREF="ppm.html">ppm</A>,
-<A HREF="pi1toppm.html">pi1toppm</A>,
-<A HREF="pi3topbm.html">pi3topbm</A>,
-<A HREF="pbmtopi3.html">pbmtopi3</A>
-
-<HR>
-<A NAME="index">&nbsp;</A>
-<H2>Table Of Contents</H2>
-<UL>
-<LI><A HREF="#lbAB">NAME</A>
-<LI><A HREF="#lbAC">SYNOPSIS</A>
-<LI><A HREF="#lbAD">DESCRIPTION</A>
-<LI><A HREF="#lbAE">SEE ALSO</A>
-</UL>
-</BODY>
-</HTML>
+<h2 id="seealso">SEE ALSO</h2>
+
+<a href="ppm.html">ppm</a>,
+<a href="pi1toppm.html">pi1toppm</a>,
+<a href="pi3topbm.html">pi3topbm</a>,
+<a href="pbmtopi3.html">pbmtopi3</a>
+
+<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="#history">HISTORY</a>
+<li><a href="#seealso">SEE ALSO</a>
+</ul>
+</body>
+</html>