about summary refs log tree commit diff
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2011-06-25 20:21:58 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2011-06-25 20:21:58 +0000
commit0f5362e1e0a560248c98b47df12e02699964b6b2 (patch)
treec461213c52724d0da497acce8bebd44e086d2b42
parent64bb765a05b666b6933d5aa7bc081dbbdfc81d5e (diff)
downloadnetpbm-mirror-0f5362e1e0a560248c98b47df12e02699964b6b2.tar.gz
netpbm-mirror-0f5362e1e0a560248c98b47df12e02699964b6b2.tar.xz
netpbm-mirror-0f5362e1e0a560248c98b47df12e02699964b6b2.zip
miscellaneous update
git-svn-id: http://svn.code.sf.net/p/netpbm/code/userguide@1497 9d0c8265-081b-0410-96cb-a4ca84ce46f8
-rw-r--r--fstopgm.html10
-rw-r--r--pamtosrf.html8
-rw-r--r--pgmhist.html24
-rw-r--r--pnmtops.html17
-rw-r--r--ppmbrighten.html2
-rw-r--r--srftopam.html12
6 files changed, 40 insertions, 33 deletions
diff --git a/fstopgm.html b/fstopgm.html
index 95d44384..0db04b97 100644
--- a/fstopgm.html
+++ b/fstopgm.html
@@ -36,14 +36,14 @@ This will tell you whether you need to use <B>pamscale.</B>
 
 Then use one of the following pipelines:
 <PRE>
-  fstopgm | pgmnorm
-  fstopgm | pamscale -whatever | pgmnorm
+  fstopgm | pnmnorm
+  fstopgm | pamscale -whatever | pnmnorm
 </PRE>
 
 To go to PBM, you want something more like one of these:
 <PRE>
-  fstopgm | pamenlarge 3 | pgmnorm | pamditherbw
-  fstopgm | pamenlarge 3 | pamscale &lt;whatever&gt; | pgmnorm | pamditherbw
+  fstopgm | pamenlarge 3 | pnmnorm | pamditherbw
+  fstopgm | pamenlarge 3 | pamscale &lt;whatever&gt; | pnmnorm | pamditherbw
 </PRE>
 
 You want to enlarge when going to a bitmap because otherwise you lose
@@ -57,7 +57,7 @@ Oakland, CA.
 
 <A HREF="pgmtofs.html">pgmtofs</A>,
 <A HREF="pgm.html">pgm</A>,
-<A HREF="pgmnorm.html">pgmnorm</A>,
+<A HREF="pnmnorm.html">pnmnorm</A>,
 <A HREF="pamenlarge.html">pamenlarge</A>,
 <A HREF="pamscale.html">pamscale</A>,
 <A HREF="pamditherbw.html">pamditherbw</A>
diff --git a/pamtosrf.html b/pamtosrf.html
index 3399e54f..179820af 100644
--- a/pamtosrf.html
+++ b/pamtosrf.html
@@ -68,19 +68,17 @@ Output is always on Standard Output.
 
 <h2><a id="see_also">SEE ALSO</a></h2>
 
-<p>
 <ul>
   <li><a href="srftopam.html">srftopam</a>
-  <li><a href="pnmcat.html">pnmcat</a></li>
-  <li><a href="pam.html">pam</a></p>
+  <li><a href="pnmcat.html">pnmcat</a>
+  <li><a href="pam.html">pam</a>
   </ul>
 
 <h2 a="history">HISTORY</h2>
 
 <P><b>srftopam</b> was new in Netpbm 10.55 (June 2011).
-</p>
 
-</P>It was contributed by Mike Frysinger.
+<P>It was contributed by Mike Frysinger.
 
 <hr />
 
diff --git a/pgmhist.html b/pgmhist.html
index fbe1e40f..9f3ffdf3 100644
--- a/pgmhist.html
+++ b/pgmhist.html
@@ -6,35 +6,30 @@ Updated: 28 February 1989
 <BR>
 <A HREF="#index">Table Of Contents</A>
 
-<A NAME="lbAB">&nbsp;</A>
 <H2>NAME</H2>
 
 pgmhist - print a histogram of the values in a PGM image
 
-<A NAME="lbAC">&nbsp;</A>
-<H2>SYNOPSIS</H2>
+<H2 id="synopsis">SYNOPSIS</H2>
 
 <B>pgmhist</B>
 
 [<I>pgmfile</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>pgmhist</b> reads a PGM image as input and 
 prints a histogram of the gray values.
 
-<A NAME="lbAE">&nbsp;</A>
-<H2>SEE ALSO</H2>
+<H2 id="name">SEE ALSO</H2>
 
-<A HREF="pgmnorm.html">pgmnorm</A>,
+<A HREF="pnmnorm.html">pnmnorm</A>,
 <A HREF="ppmhist.html">ppmhist</A>
 <A HREF="pgm.html">pgm</A>,
 
-<A NAME="lbAF">&nbsp;</A>
-<H2>AUTHOR</H2>
+<H2 id="author">AUTHOR</H2>
 
 Copyright (C) 1989 by Jef Poskanzer.
 
@@ -42,11 +37,10 @@ Copyright (C) 1989 by Jef Poskanzer.
 <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>
+<LI><A HREF="#synopsis">SYNOPSIS</A>
+<LI><A HREF="#description">DESCRIPTION</A>
+<LI><A HREF="#seealso">SEE ALSO</A>
+<LI><A HREF="#author">AUTHOR</A>
 </UL>
 </BODY>
 </HTML>
diff --git a/pnmtops.html b/pnmtops.html
index ffd4e772..61382720 100644
--- a/pnmtops.html
+++ b/pnmtops.html
@@ -404,6 +404,23 @@ format.  <b>pnmtops</b>'s custom raster-generating code just doesn't
 know the 12 bit format.
 
 
+<h2 id="applications">APPLICATIONS</h2>
+
+<p>You can use the Postscript output a number of ways.  Many printers take
+Postscript input (but you still need some kind of printer driver to transport
+the Postscript to the printer).
+
+<p>There is also the Ghostscript program (not part of Netpbm), which takes
+Postscript as input and generates an output stream to control any of myriad
+models of printer (but you still need some kind of printer driver to transport
+that stream to the printer).
+
+<p>Ghostscript also can convert the Postscript file to PDF, which is a very
+popular document and image format.  Use Ghostscript's <b>pdfwrite</b> output
+device type.  The program <b>ps2pdf</b> (distributed with Ghostscript) is a
+convenient way to run Ghostscript with <b>pdfwrite</b>.
+
+
 <H2 id="seealso">SEE ALSO</H2>
 
 <p>Postscript is described in the <a
diff --git a/ppmbrighten.html b/ppmbrighten.html
index 542cce0f..e78e583c 100644
--- a/ppmbrighten.html
+++ b/ppmbrighten.html
@@ -127,7 +127,7 @@ with a bogus error message.
 <A NAME="lbAE">&nbsp;</A>
 <H2>SEE ALSO</H2>
 
-<A HREF="pgmnorm.html">pgmnorm</A>, 
+<A HREF="pnmnorm.html">pnmnorm</A>, 
 <A HREF="ppmdim.html">ppmdim</A>, 
 <A HREF="pamfunc.html">pamfunc</A>, 
 <A HREF="ppmflash.html">ppmflash</A>, 
diff --git a/srftopam.html b/srftopam.html
index 7314c4e6..b27f1331 100644
--- a/srftopam.html
+++ b/srftopam.html
@@ -53,20 +53,18 @@ Output is always on Standard Output.
 
 <h2><a id="see_also">SEE ALSO</a></h2>
 
-<p>
 <ul>
   <li><a href="pamtosrf.html">pamtosrf</a>
-  <li><a href="pamdice.html">pamdice</a></li>
-  <li><a href="pamsplit.html">pamsplit</a></li>
-  <li><a href="pam.html">pam</a></p>
+  <li><a href="pamdice.html">pamdice</a>
+  <li><a href="pamsplit.html">pamsplit</a>
+  <li><a href="pam.html">pam</a>
   </ul>
 
-<h2 a="history">HISTORY</h2>
+<h2 id="history">HISTORY</h2>
 
 <P><b>srftopam</b> was new in Netpbm 10.55 (June 2011).
-</p>
 
-</P>It was contributed by Mike Frysinger.
+<P>It was contributed by Mike Frysinger.
 
 
 <hr />