about summary refs log tree commit diff
path: root/ppmtospu.html
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2020-07-11 03:14:39 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2020-07-11 03:14:39 +0000
commita87703a515ec08a0637c2b3b3e6cd0ef1a7e78ff (patch)
tree0e462a89e51e65b0d293104f437aa371d8e56ee1 /ppmtospu.html
parente4dbb262ce92440414dad7735f9b9264e47cffa0 (diff)
downloadnetpbm-mirror-a87703a515ec08a0637c2b3b3e6cd0ef1a7e78ff.tar.gz
netpbm-mirror-a87703a515ec08a0637c2b3b3e6cd0ef1a7e78ff.tar.xz
netpbm-mirror-a87703a515ec08a0637c2b3b3e6cd0ef1a7e78ff.zip
cleanup
git-svn-id: http://svn.code.sf.net/p/netpbm/code/userguide@3893 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'ppmtospu.html')
-rw-r--r--ppmtospu.html75
1 files changed, 40 insertions, 35 deletions
diff --git a/ppmtospu.html b/ppmtospu.html
index 4423feb2..4c95d9b4 100644
--- a/ppmtospu.html
+++ b/ppmtospu.html
@@ -1,27 +1,26 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 3.2//EN">
-<HTML><HEAD><TITLE>Ppmtospu User Manual</TITLE></HEAD>
-<BODY>
-<H1>ppmtospu</H1>
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 3.3//EN">
+<html><head><title>Ppmtospu User Manual</title></head>
+<body>
+<h1>ppmtospu</h1>
 Updated: 08 March 2012
-<BR>
-<A HREF="#index">Table Of Contents</A>
-
-<H2>NAME</H2>
+<br>
+<a href="#index">Table Of Contents</a>
 
+<h2>NAME</h2>
 ppmtospu - convert a PPM image to an Atari Spectrum 512 image
 
-<H2 id="synopsis">SYNOPSIS</H2>
+<h2 id="synopsis">SYNOPSIS</h2>
 
-<B>ppmtospu</B>
+<b>ppmtospu</b>
 
 [<b>-d0</b>|<b>-d2</b>|<b>-d4</b>]
-[<I>ppmfile</I>]
+[<i>ppmfile</i>]
 
-<P>All options can be abbreviated to their shortest unique prefix.
+<p>All options can be abbreviated to their shortest unique prefix.
 You may use two hyphens instead of one.  You may separate an option
 name and its value with white space instead of an equals sign.
 
-<H2 id="description">DESCRIPTION</H2>
+<h2 id="description">DESCRIPTION</h2>
 
 <p>This program is part of <a href="index.html">Netpbm</a>. 
 
@@ -36,7 +35,12 @@ image of a different size, you can use <b>pamcut</b> or <b>pamscale</b>
 to force it to these dimensions.
 
 
-<H2 id="options">OPTIONS</H2>
+<h2 id="options">OPTIONS</h2>
+
+<p>In addition to the options common to all programs based on libnetpbm
+(most notably <b>-quiet</b>, see <a href="index.html#commonoptions">
+Common Options</a>), <b>ppmtospu</b> recognizes the following
+command line options:
 
 <dl>
 <dt><b>-d0</b>
@@ -52,24 +56,24 @@ to force it to these dimensions.
 </dl>
 
 
-<H2 id="seealso">SEE ALSO</H2>
+<h2 id="seealso">SEE ALSO</h2>
 
 
-<B><A HREF="sputoppm.html">sputoppm</A></B>,
-<B><A HREF="spctoppm.html">spctoppm</A></B>,
-<B><A HREF="pamscale.html">pamscale</A></B>,
-<B><A HREF="pamcut.html">pamcut</a></b>,
-<B><A HREF="ppm.html">ppm</A></B>
+<b><a href="sputoppm.html">sputoppm</a></b>,
+<b><a href="spctoppm.html">spctoppm</a></b>,
+<b><a href="pamscale.html">pamscale</a></b>,
+<b><a href="pamcut.html">pamcut</a></b>,
+<b><a href="ppm.html">ppm</a></b>
 
 
-<H2 id="author">AUTHOR</H2>
+<h2 id="author">AUTHOR</h2>
 
 Copyright (C) 1990 by Steve Belczyk
 
 
-<h2 id="history">HISTORY</H2>
+<h2 id="history">HISTORY</h2>
 
-<P>This program was new in Netpbm 10.58 (March 2012).
+<p>This program was new in Netpbm 10.58 (March 2012).
 
 <p>But it was written in 1990.  Steve Belczyk posted it along
 with <b>sputoppm</b>, <b>spctoppm</b>, <b>pi1toppm</b>, and
@@ -78,7 +82,7 @@ to comp.sources.misc on July 15, 1990.  For reasons that have been lost
 to history, all of these entered the Netpbm (then Pbmplus) distribution
 <em>except</em> <b>ppmtospu</b>.
 
-<P>Georges Kesseler wondered In March 2012 why there was no counterpart to
+<p>Georges Kesseler wondered In March 2012 why there was no counterpart to
 <b>sputoppm</b> in Netpbm and searched the web, finding only one reference
 to <b>ppmtopsu</b>: the 1990 comp.sources.misc posting, including the source
 code.  He emailed the Netpbm maintainer suggesting it be added.
@@ -88,15 +92,16 @@ using common library code.  So Bryan completely recoded it, but retained
 nearly all of the original logic.
 
 
-<HR>
-<H2 id="contents">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>
+<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>
+<li><a href="#history">HISTORY</a>
+</ul>
+</body>
+</html>