summary refs log tree commit diff
path: root/sirtopnm.html
diff options
context:
space:
mode:
Diffstat (limited to 'sirtopnm.html')
-rw-r--r--sirtopnm.html63
1 files changed, 32 insertions, 31 deletions
diff --git a/sirtopnm.html b/sirtopnm.html
index f42148cc..44c44e71 100644
--- a/sirtopnm.html
+++ b/sirtopnm.html
@@ -1,24 +1,21 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 3.2//EN">
-<HTML><HEAD><TITLE>Sirtopnm User Manual</TITLE></HEAD>
-<BODY>
-<H1>sirtopnm</H1>
+<html><head><title>Sirtopnm User Manual</title></head>
+<body>
+<h1>sirtopnm</h1>
 Updated: 20 March 1991
-<BR>
-<A HREF="#index">Table Of Contents</A>
-<A NAME="lbAB">&nbsp;</A>
-<H2>NAME</H2>
+<br>
+<a href="#index">Table Of Contents</a>
+<h2>NAME</h2>
 
 sirtopnm - convert a Solitaire file to PNM
 
-<A NAME="lbAC">&nbsp;</A>
-<H2>SYNOPSIS</H2>
+<h2 id="synopsis">SYNOPSIS</h2>
 
-<B>sirtopnm</B>
+<b>sirtopnm</b>
 
-[<I>sirfile</I>]
+[<i>sirfile</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,27 +25,31 @@ on the input file - if it's an MGI TYPE 17 file, <b>sirtopnm</b>
 generates a PGM file.  If it's an MGI TYPE 11 file, <b>sirtopnm</b>
 generates PPM.  The program tells you which type it is writing.
 
-<A NAME="lbAF">&nbsp;</A>
-<H2>SEE ALSO</H2>
+<h2 id="options">OPTIONS</h2>
 
-<A HREF="pnmtosir.html">pnmtosir</A>, 
-<A HREF="pnm.html">pnm</A>
+<p>There are no command line options defined specifically
+for <b>sirtopnm</b>, but it recognizes the options common to all
+programs based on libnetpbm (See <a href="index.html#commonoptions">
+Common Options</a>.)
 
-<A NAME="lbAG">&nbsp;</A>
-<H2>AUTHOR</H2>
+<h2 id="seealso">SEE ALSO</h2>
+
+<a href="pnmtosir.html">pnmtosir</a>, 
+<a href="pnm.html">pnm</a>
+
+<h2 id="author">AUTHOR</h2>
 
 Copyright (C) 1991 by Marvin Landis.
 
-<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="#lbAF">SEE ALSO</A>
-<LI><A HREF="#lbAG">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>