summary refs log tree commit diff
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2007-09-01 02:32:48 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2007-09-01 02:32:48 +0000
commit7fb4215b78c990e0e2343476f37f8ff4e83e923d (patch)
tree7bdd48152a55ebcb7f1a5118060fda3bafa25c73
parent7e632d8d1b91f5d8c9cd37262c7f5bc1cbf6f9d6 (diff)
downloadnetpbm-mirror-7fb4215b78c990e0e2343476f37f8ff4e83e923d.tar.gz
netpbm-mirror-7fb4215b78c990e0e2343476f37f8ff4e83e923d.tar.xz
netpbm-mirror-7fb4215b78c990e0e2343476f37f8ff4e83e923d.zip
"miscellaneous update"
git-svn-id: http://svn.code.sf.net/p/netpbm/code/userguide@396 9d0c8265-081b-0410-96cb-a4ca84ce46f8
-rw-r--r--directory.html2
-rw-r--r--index.html2
-rw-r--r--pamstack.html4
-rw-r--r--pbmtolj.html44
-rw-r--r--ppmtolj.html2
5 files changed, 25 insertions, 29 deletions
diff --git a/directory.html b/directory.html
index 73a86485..8c0e5ab0 100644
--- a/directory.html
+++ b/directory.html
@@ -560,7 +560,7 @@ convert JBIG BIE (compressed bitmap) to PNM
 <DT><B><a href=zeisstopnm.html>zeisstopnm</a></B>
 <DD>convert a Zeiss confocal file to Netpbm format
 
-<DT><B><a href=ppmtoarbtxt.html>ppmtoarbtxt.html</a></B>
+<DT><B><a href=ppmtoarbtxt.html>ppmtoarbtxt</a></B>
 <DD>convert PPM to just about any text-based format, using a grammar file
      
 </DL>
diff --git a/index.html b/index.html
index 79475591..d354be18 100644
--- a/index.html
+++ b/index.html
@@ -294,7 +294,7 @@ the same format as its input.
 <p>A program that uses the PGM library subroutines to read an image
 can read a PAM image as well a PGM image, if the PAM is a grayscale or
 black and white visual image.  That canonically means the PAM has a
-depth of 1 and a tuple type of GRAYSCALE or BLACK_AND_WHITE, but
+depth of 1 and a tuple type of GRAYSCALE or BLACKANDWHITE, but
 most Netpbm programs are fairly liberal and will take any PAM at all,
 ignoring all but the first plane.
 
diff --git a/pamstack.html b/pamstack.html
index 295a01fd..0edce2e5 100644
--- a/pamstack.html
+++ b/pamstack.html
@@ -30,6 +30,10 @@ its value with a space instead of <B>=</B>.
 produces a PAM image as output, consisting of all the planes
 (channels) of the inputs, stacked in the order specified.
 
+<p>For any one (but not more) of the input files, you may specify
+&quot;-&quot; to mean Standard Input.  If you specify no arguments at all,
+the input is one file: Standard Input.
+
 <P>The output is the same dimensions as the inputs, except that the
 depth is the sum of the depths of the inputs.  It has the same maxval.
 <B>pamstack</B> fails if the inputs are not all the same width, height,
diff --git a/pbmtolj.html b/pbmtolj.html
index 23e9210a..dd00be43 100644
--- a/pbmtolj.html
+++ b/pbmtolj.html
@@ -6,12 +6,10 @@ Updated: 23 April 2005
 <BR>
 <A HREF="#index">Table Of Contents</A>
 
-<A NAME="lbAB">&nbsp;</A>
-<H2>NAME</H2>
+<H2 id="name">NAME</H2>
 pbmtolj - convert a PBM image to HP LaserJet format
 
-<A NAME="lbAC">&nbsp;</A>
-<H2>SYNOPSIS</H2>
+<H2 id="synopsis">SYNOPSIS</H2>
 
 <B>pbmtolj</B>
 [<B>-resolution</B> <I>N</I>]
@@ -23,8 +21,7 @@ pbmtolj - convert a PBM image to HP LaserJet format
 [<I>pbmfile</I>]
 [<B>-copies</B> <I>N</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>.
 
@@ -47,8 +44,7 @@ after the first one are ignored.
 
 <p>Note that there is no ljtopbm tool.
 
-<A NAME="lbAE">&nbsp;</A>
-<H2>OPTIONS</H2>
+<H2 id="options">OPTIONS</H2>
 
 <DL COMPACT>
 <DT><B>-resolution</B>
@@ -92,34 +88,30 @@ controls the &quot;number of copies&quot; printer control;
 
 <P>You can abbreviate any option to its shortest unique prefix.
 
-<A NAME="lbAF">&nbsp;</A>
-<H2>SEE ALSO</H2>
+<H2 id="seealso">SEE ALSO</H2>
 
-<a href="pnmtopclxl.html"><b>pnmtopclxl.html</b></a>,
-<a href="pbmtolj.html"><b>ppmtolj.html</b></a>,
-<a href="pjtoppm.html"><b>pjtoppm.html</b></a>,
+<a href="pnmtopclxl.html"><b>pnmtopclxl</b></a>,
+<a href="pbmtolj.html"><b>ppmtolj</b></a>,
+<a href="pjtoppm.html"><b>pjtoppm</b></a>,
 <a href="ppmtopj.html"><b>ppmtopj</b></a>,
 <a href="thinkjettopbm.html"><b>thinkjettopbm</b></a>,
-<A HREF="pbm.html">pbm</A>
+<a href="pbm.html">pbm</A>
 
-<A NAME="lbAG">&nbsp;</A>
-<H2>AUTHOR</H2>
+<H2 id="author">AUTHOR</H2>
 
 Copyright (C) 1988 by Jef Poskanzer and Michael Haberler.
 <B>-float</B> and <B>-noreset</B> options added by Wim Lewis.
-<B>-delta, -packbits,</B> and <B>-compress</B> options added by Dave
-Platt.
+<B>-delta</b>, <b>-packbits</B>, and <B>-compress</B> options added by
+Dave Platt.
 
 <HR>
-<A NAME="index">&nbsp;</A>
-X<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="#lbAF">SEE ALSO</A>
-<LI><A HREF="#lbAG">AUTHOR</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="#author">AUTHOR</A>
 </UL>
 </BODY>
 </HTML>
diff --git a/ppmtolj.html b/ppmtolj.html
index 6c8e2e71..3d44df18 100644
--- a/ppmtolj.html
+++ b/ppmtolj.html
@@ -43,7 +43,7 @@ Apply delta row compression to reduce the size of the pcl file.
 <DT><B>-gamma</B> <I>int</I>
 
 <DD>
-Gamma correct the image using the integet parameter as a gamma (default 0).
+Gamma correct the image using the integer parameter as a gamma (default 0).
 
 <DT><B>-float</B>