summary refs log tree commit diff
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2007-06-29 00:13:24 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2007-06-29 00:13:24 +0000
commit56be5f71aa8ae65745572d98a693819a55081bf4 (patch)
treebafa2add10984feb4e30cb3911a6128ac47b9ef1
parenta2e7b8bd12429ae35b138862c712477093168cc0 (diff)
downloadnetpbm-mirror-56be5f71aa8ae65745572d98a693819a55081bf4.tar.gz
netpbm-mirror-56be5f71aa8ae65745572d98a693819a55081bf4.tar.xz
netpbm-mirror-56be5f71aa8ae65745572d98a693819a55081bf4.zip
"miscellaneous update"
git-svn-id: http://svn.code.sf.net/p/netpbm/code/userguide@345 9d0c8265-081b-0410-96cb-a4ca84ce46f8
-rw-r--r--pnmgamma.html24
-rw-r--r--ppmtolj.html32
2 files changed, 24 insertions, 32 deletions
diff --git a/pnmgamma.html b/pnmgamma.html
index 5ce9ceae..65d7e63e 100644
--- a/pnmgamma.html
+++ b/pnmgamma.html
@@ -12,18 +12,7 @@ pnmgamma - perform gamma correction on a PNM image
 
 <H2 id="synopsis">SYNOPSIS</H2>
 
-<B>pnmgamma </B>
-
-<br>
-[
- <B>-bt709ramp</B> |
- <B>-srgbramp</B> |
-]
-[<b>-ungamma</b>]
-<br>
-[<I>gamma</I> | <i>redgamma</i> <i>greengamma</i> <i>bluegamma</i>
-[<I>pnmfile</I>]]
-
+<p>
 <b>pnmgamma</b>
 {
  <b>-bt709tolinear</b> | 
@@ -38,6 +27,17 @@ pnmgamma - perform gamma correction on a PNM image
 
 [<i>pnmfile</i>]
 
+<p>
+<B>pnmgamma </B>
+[
+ <B>-bt709ramp</B> |
+ <B>-srgbramp</B> 
+]
+[<b>-ungamma</b>]
+<br>
+[{<I>gamma</I> | <i>redgamma</i> <i>greengamma</i> <i>bluegamma</i>}
+[<I>pnmfile</I>]]
+
 
 <H2 id="description">DESCRIPTION</H2>
 
diff --git a/ppmtolj.html b/ppmtolj.html
index 7cebe2dc..6c8e2e71 100644
--- a/ppmtolj.html
+++ b/ppmtolj.html
@@ -6,19 +6,17 @@ Updated: 4 Sept 2000
 <BR>
 <A HREF="#index">Table Of Contents</A>
 
-<A NAME="lbAB">&nbsp;</A>
-<H2>NAME</H2>
+<H2 id="name">NAME</H2>
 
 ppmtolj - convert a PPM image to an HP LaserJet PCL 5 Color file
 
-<A NAME="lbAC">&nbsp;</A>
-<H2>SYNOPSIS</H2>
+<H2 id="synopsis">SYNOPSIS</H2>
 
 <B>ppmtolj</B>
 
 [<b>-gamma</b> <I>val</I>]
 
-[<B>-resolution</B> <B>{75</b>|<b>100</b>|<b>150</b>|<b>300</b>|<b>600</B>}]
+[<B>-resolution</B> {<B>75</b>|<b>100</b>|<b>150</b>|<b>300</b>|<b>600</B>}]
 
 [<B>-delta</B>]
 
@@ -28,16 +26,14 @@ ppmtolj - convert a PPM image to an HP LaserJet PCL 5 Color file
 
 [<I>ppmfile</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>ppmtolj</b> reads a PPM image as input and converts it into a
 color file suitable to be printed by an HP color PCL 5 printer.
 
-<A NAME="lbAE">&nbsp;</A>
-<H2>OPTIONS</H2>
+<H2 id="options">OPTIONS</H2>
 
 <DL COMPACT>
 <DT><B>-delta</B>
@@ -67,8 +63,7 @@ Set the required output resolution 75|100|150|300|600
 
 </DL>
 
-<A NAME="seealso">&nbsp;</A>
-<H2>SEE ALSO</H2>
+<H2 id="seealso">SEE ALSO</H2>
 
 HP PCL 5 &amp; Color Reference Guide,
 <a href="pnmtopclxl.html"><b>pnmtopclxl.html</b></a>,
@@ -77,23 +72,20 @@ HP PCL 5 &amp; Color Reference Guide,
 <a href="thinkjettopbm.html"><b>thinkjettopbm</b></a>,
 <a href="ppm.html"><b>ppm.html</b></a>
 
-<A NAME="lbAH">&nbsp;</A>
-<H2>AUTHOR</H2>
+<H2 id="author">AUTHOR</H2>
 
 Copyright (C) 2000 by Jonathan Melvin.(<A
 HREF="mailto:jonathan.melvin@heywood.co.uk">jonathan.melvin@heywood.co.uk</A>)
 
 
 <HR>
-<A NAME="index">&nbsp;</A>
-<H2>Table Of Contents</H2>
+<H2 id="index">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">OPTIONS</A>
+<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="#lbAH">AUTHOR</A>
+<LI><A HREF="#author">AUTHOR</A>
 </UL>
 </BODY>
 </HTML>