summary refs log tree commit diff
path: root/neotoppm.html
diff options
context:
space:
mode:
Diffstat (limited to 'neotoppm.html')
-rw-r--r--neotoppm.html71
1 files changed, 36 insertions, 35 deletions
diff --git a/neotoppm.html b/neotoppm.html
index 383b78d2..a6469b9f 100644
--- a/neotoppm.html
+++ b/neotoppm.html
@@ -1,56 +1,57 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 3.2//EN">
-<HTML><HEAD><TITLE>Neotoppm User Manual</TITLE></HEAD>
-<BODY>
-<H1>neotoppm</H1>
+<html><head><title>Neotoppm User Manual</title></head>
+<body>
+<h1>neotoppm</h1>
 Updated: 24 April 2001
-<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>
 
 neotoppm - convert an Atari Neochrome .neo into a PPM image
 
-<A NAME="lbAC">&nbsp;</A>
-<H2>SYNOPSIS</H2>
+<h2 id="synopsis">SYNOPSIS</h2>
 
-<B>neotoppm</B>
-[<I>neofile</I>]
+<b>neotoppm</b>
+[<i>neofile</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>neotoppm</b> reads an Atari Neochrome .neo file as input and
 produces a PPM image as output.
 
-<A NAME="lbAE">&nbsp;</A>
-<H2>SEE ALSO</H2>
+<h2 id="options">OPTIONS</h2>
 
-<B><A HREF="ppmtoneo.html">ppmtoneo</A></B>,
-<B><A HREF="ppm.html">ppm</A></B>
+<p>There are no command line options defined specifically
+for <b>neotoppm</b>, but it recognizes the options common to all
+programs based on libnetpbm (See <a href="index.html#commonoptions">
+Common Options</a>.)
 
+<h2 id="seealso">SEE ALSO</h2>
 
-<A NAME="lbAF">&nbsp;</A>
-<H2>AUTHOR</H2>
+<b><a href="ppmtoneo.html">ppmtoneo</a></b>,
+<b><a href="ppm.html">ppm</a></b>
 
-Copyright (C) 2001 by Teemu Hukkanen &lt;<A
-HREF="mailto:tjhukkan@iki.fi">tjhukkan@iki.fi</A>&gt;, based on
-pi1toppm by Steve Belczyk (<A
-HREF="mailto:seb3@gte.com">seb3@gte.com</A>) and Jef Poskanzer.
 
+<h2 id="author">AUTHOR</h2>
 
+Copyright (C) 2001 by Teemu Hukkanen &lt;<a
+href="mailto:tjhukkan@iki.fi">tjhukkan@iki.fi</a>&gt;, based on
+pi1toppm by Steve Belczyk (<a
+href="mailto:seb3@gte.com">seb3@gte.com</a>) and Jef Poskanzer.
 
-<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>