summary refs log tree commit diff
path: root/pktopbm.html
diff options
context:
space:
mode:
Diffstat (limited to 'pktopbm.html')
-rw-r--r--pktopbm.html83
1 files changed, 40 insertions, 43 deletions
diff --git a/pktopbm.html b/pktopbm.html
index b7be08f2..eb955add 100644
--- a/pktopbm.html
+++ b/pktopbm.html
@@ -1,23 +1,20 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 3.2//EN">
-<HTML><HEAD><TITLE>Pktopbm User Manual</TITLE></HEAD>
-<BODY>
-<H1>pktopbm</H1>
+<html><head><title>Pktopbm User Manual</title></head>
+<body>
+<h1>pktopbm</h1>
 Updated: 6 August 1990
-<BR>
-<A HREF="#index">Table Of Contents</A>
+<br>
+<a href="#index">Table Of Contents</a>
 
-<A NAME="lbAB">&nbsp;</A>
-<H2>NAME</H2>
+<h2>NAME</h2>
 
 pktopbm - convert packed (PK) format font into PBM
 
-<A NAME="lbAC">&nbsp;</A>
-<H2>SYNOPSIS</H2>
+<h2 id="synopsis">SYNOPSIS</h2>
 
 pktopbm pkfile[.pk] [ -x width ] [ -y height ] [-c num] pbmfile ...
 
-<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>.
 
@@ -31,49 +28,49 @@ and voffset given in the pkfile. The basepoint will be placed in the
 lower left corner of the bitmap if the bitmap is bigger than the
 specified size it will be truncated at the top or right.
 
-<A NAME="lbAE">&nbsp;</A>
-<H2>OPTIONS</H2>
+<h2 id="options">OPTIONS</h2>
 
-<DL COMPACT>
-<DT><b>-c</b> <i>num</i>
-<DD>
+<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>pktopbm</b> recognizes the following
+command line options:
+
+<dl compact>
+<dt><b>-c</b> <i>num</i>
+<dd>
 Sets the character number of the next bitmap written to <i>num</i>.
 
-<DT><b>-x</b> <i>width</i>
-<DD>
+<dt><b>-x</b> <i>width</i>
+<dd>
 Sets the width of the image in columns.
 
-<DT><b>-y</b> <i>width</i>
-<DD>
+<dt><b>-y</b> <i>width</i>
+<dd>
 Sets the height of the image in rows.
 
-</DL>
+</dl>
 
-<A NAME="lbAF">&nbsp;</A>
-<H2>SEE ALSO</H2>
+<h2 id="seealso">SEE ALSO</h2>
 
-<A HREF="pbmtopk.html">pbmtopk</A>,
-<A HREF="pbm.html">pbm</A>
+<a href="pbmtopk.html">pbmtopk</a>,
+<a href="pbm.html">pbm</a>
 
-<A NAME="lbAG">&nbsp;</A>
-<H2>AUTHOR</H2>
+<h2 id="author">AUTHOR</h2>
 
-Adapted from Tom Rokicki's pxtopk by Angus Duggan &lt;<A
-HREF="mailto:ajcd@dcs.ed.ac.uk">ajcd@dcs.ed.ac.uk</A>&gt;.  &lt;<A
-HREF="mailto:bartel@informatik.tu-muenchen.de">bartel@informatik.tu-muenchen.de</A>&gt;
+Adapted from Tom Rokicki's pxtopk by Angus Duggan &lt;<a
+href="mailto:ajcd@dcs.ed.ac.uk">ajcd@dcs.ed.ac.uk</a>&gt;.  &lt;<a
+href="mailto:bartel@informatik.tu-muenchen.de">bartel@informatik.tu-muenchen.de</a>&gt;
 in March 1995.
 
 
-<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="#lbAE">OPTIONS</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>