summary refs log tree commit diff
path: root/pi3topbm.html
diff options
context:
space:
mode:
Diffstat (limited to 'pi3topbm.html')
-rw-r--r--pi3topbm.html67
1 files changed, 34 insertions, 33 deletions
diff --git a/pi3topbm.html b/pi3topbm.html
index 514bd05b..c9506702 100644
--- a/pi3topbm.html
+++ b/pi3topbm.html
@@ -1,53 +1,54 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 3.2//EN">
-<HTML><HEAD><TITLE>Pi3topbm User Manual</TITLE></HEAD>
-<BODY>
-<H1>pi3topbm</H1>
+<html><head><title>Pi3topbm User Manual</title></head>
+<body>
+<h1>pi3topbm</h1>
 Updated: 11 March 1990
-<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>
 
 pi3topbm - convert an Atari Degas .pi3 file into a PBM image
 
-<A NAME="lbAC">&nbsp;</A>
-<H2>SYNOPSIS</H2>
+<h2 id="synopsis">SYNOPSIS</h2>
 
-<B>pi3topbm</B>
+<b>pi3topbm</b>
 
-[<I>pi3file</I>]
+[<i>pi3file</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>.
 
 <p><b>pi3topbm</b> reads an Atari Degas .pi3 file as input and
 produces a PBM image as output.
 
-<A NAME="lbAE">&nbsp;</A>
-<H2>SEE ALSO</H2>
+<h2 id="options">OPTIONS</h2>
 
-<A HREF="pbmtopi3.html">pbmtopi3</A>,
-<A HREF="pbm.html">pbm</A>,
-<A HREF="pi1toppm.html">pi1toppm</A>,
-<A HREF="ppmtopi1.html">ppmtopi1</A>
+<p>There are no command line options defined specifically
+for <b>pi3topbm</b>, but it recognizes the options common to all
+programs based on libnetpbm (See <a href="index.html#commonoptions">
+Common Options</a>.)
 
-<A NAME="lbAF">&nbsp;</A>
-<H2>AUTHOR</H2>
+<h2 id="seealso">SEE ALSO</h2>
+
+<a href="pbmtopi3.html">pbmtopi3</a>,
+<a href="pbm.html">pbm</a>,
+<a href="pi1toppm.html">pi1toppm</a>,
+<a href="ppmtopi1.html">ppmtopi1</a>
+
+<h2 id="author">AUTHOR</h2>
 
 Copyright (C) 1988 by David Beckemeyer (bdt!david) and Diomidis D. Spinellis.
 
-<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>
-<LI><A HREF="#lbAF">AUTHOR</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="#author">AUTHOR</a>
+</ul>
+</body>
+</html>