about summary refs log tree commit diff
path: root/pbmtoln03.html
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2020-06-24 02:17:11 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2020-06-24 02:17:11 +0000
commitd06e8ef37fbe6594a5cd73a1c897a816db99f35c (patch)
tree2eded7e8c8839c78a484aee3c874c6ef605a5de6 /pbmtoln03.html
parentaed071d6acf292f6cd0dd2a00b1ab54101aa6009 (diff)
downloadnetpbm-mirror-d06e8ef37fbe6594a5cd73a1c897a816db99f35c.tar.gz
netpbm-mirror-d06e8ef37fbe6594a5cd73a1c897a816db99f35c.tar.xz
netpbm-mirror-d06e8ef37fbe6594a5cd73a1c897a816db99f35c.zip
miscellaneous update
git-svn-id: http://svn.code.sf.net/p/netpbm/code/userguide@3864 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'pbmtoln03.html')
-rw-r--r--pbmtoln03.html89
1 files changed, 43 insertions, 46 deletions
diff --git a/pbmtoln03.html b/pbmtoln03.html
index d5e07d4b..6fee1c6b 100644
--- a/pbmtoln03.html
+++ b/pbmtoln03.html
@@ -1,76 +1,73 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 3.2//EN">
-<HTML><HEAD><TITLE>Pbmtoln03 User Manual</TITLE></HEAD>
-<BODY>
-<H1>pbmtoln03</H1>
+<html><head><title>Pbmtoln03 User Manual</title></head>
+<body>
+<h1>pbmtoln03</h1>
 Updated: 7 May 1993
-<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>
 pbmtoln03 - convert PBM image to DEC LN03+ Sixel output
 
-<A NAME="lbAC">&nbsp;</A>
-<H2>SYNOPSIS</H2>
+<h2 id="synopsis">SYNOPSIS</h2>
 
-<B>pbmtoln03</B>
-[<B>-rltbf</B>]
-<I>pbmfile</I>
+<b>pbmtoln03</b>
+[<b>-rltbf</b>]
+<i>pbmfile</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>pbmtoln03</b> reads a PBM image as input and produces a DEC
 LN03+ Sixel output file.
 
-<A NAME="lbAE">&nbsp;</A>
-<H2>OPTIONS</H2>
+<h2 id="options">OPTIONS</h2>
 
-<DL COMPACT>
-<DT><B>-l nn</B>
+<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>pbmtoln03</b> recognizes the following
+command line options:
 
-<DD>Use "nn" as value for left margin (default 0).
+<dl compact>
+<dt><b>-l nn</b>
 
-<DT><B>-r nn</B>
+<dd>Use "nn" as value for left margin (default 0).
 
-<DD>Use "nn" as value for right margin (default 2400).
+<dt><b>-r nn</b>
 
-<DT><B>-t nn</B>
+<dd>Use "nn" as value for right margin (default 2400).
 
-<DD>Use "nn" as value for top margin (default 0).
+<dt><b>-t nn</b>
 
-<DT><B>-b nn</B>
+<dd>Use "nn" as value for top margin (default 0).
 
-<DD>Use "nn" as value for bottom margin (default 3400).
+<dt><b>-b nn</b>
 
-<DT><B>-f nn</B>
+<dd>Use "nn" as value for bottom margin (default 3400).
 
-<DD>Use "nn" as value for form length (default 3400).
+<dt><b>-f nn</b>
 
-</DL>
+<dd>Use "nn" as value for form length (default 3400).
 
-<A NAME="lbAF">&nbsp;</A>
-<H2>SEE ALSO</H2>
+</dl>
 
-<A HREF="pbm.html">pbm</A>
+<h2 id="seealso">SEE ALSO</h2>
 
-<A NAME="lbAG">&nbsp;</A>
-<H2>AUTHOR</H2>
+<a href="pbm.html">pbm</a>
+
+<h2 id="author">AUTHOR</h2>
 
 Tim Cook, 26 Feb 1992
 
-<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>