summary refs log tree commit diff
path: root/pbmtoibm23xx.html
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2020-07-11 03:14:39 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2020-07-11 03:14:39 +0000
commita87703a515ec08a0637c2b3b3e6cd0ef1a7e78ff (patch)
tree0e462a89e51e65b0d293104f437aa371d8e56ee1 /pbmtoibm23xx.html
parente4dbb262ce92440414dad7735f9b9264e47cffa0 (diff)
downloadnetpbm-mirror-a87703a515ec08a0637c2b3b3e6cd0ef1a7e78ff.tar.gz
netpbm-mirror-a87703a515ec08a0637c2b3b3e6cd0ef1a7e78ff.tar.xz
netpbm-mirror-a87703a515ec08a0637c2b3b3e6cd0ef1a7e78ff.zip
cleanup
git-svn-id: http://svn.code.sf.net/p/netpbm/code/userguide@3893 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'pbmtoibm23xx.html')
-rw-r--r--pbmtoibm23xx.html66
1 files changed, 35 insertions, 31 deletions
diff --git a/pbmtoibm23xx.html b/pbmtoibm23xx.html
index 753ad5f0..71e49efe 100644
--- a/pbmtoibm23xx.html
+++ b/pbmtoibm23xx.html
@@ -1,27 +1,26 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 3.2//EN">
-<HTML><HEAD><TITLE>Pbmtoibm23xx User Manual</TITLE></HEAD>
-<BODY>
-<H1>pbmtoibm23xx</H1>
-Updated: October 16, 2004
-<BR>
-<A HREF="#index">Table Of Contents</A>
-
-<H2>NAME</H2>
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 3.3//EN">
+<html><head><title>Pbmtoibm23xx User Manual</title></head>
+<body>
+<h1>pbmtoibm23xx</h1>
+Updated: 16 October 2004
+<br>
+<a href="#index">Table Of Contents</a>
+
+<h2>NAME</h2>
 pbmtoibm23xx - convert a PBM image to IBM 23XX printer stream
 
-<H2 id="synopsis">SYNOPSIS</H2>
+<h2 id="synopsis">SYNOPSIS</h2>
 
-<B>pbmtoibm23xxx</B>
+<b>pbmtoibm23xxx</b>
 [<b>-xres=</b><i>dpi</i>]
 [<b>-yres=</b><i>dpi</i>]
-[<I>pbmfile</I> ...]
+[<i>pbmfile</i> ...]
 
 <p>Minimum unique abbreviation of option is acceptable.  You may use double
 hyphens instead of single hyphen to denote options.  You may use white
 space in place of the equals sign to separate an option name from its value.
 
-<H2 id="description">DESCRIPTION</H2>
+<h2 id="description">DESCRIPTION</h2>
 
 <p>This program is part of <a href="index.html">Netpbm</a>.
 
@@ -32,7 +31,12 @@ all the files to Standard Output.
 <p>If you don't specify any file names, <b>pbmtoibm23xx</b> reads from
 Standard Input.
 
-<H2 id="options">OPTIONS</H2>
+<h2 id="options">OPTIONS</h2>
+
+<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>pbmtoibm23xx</b> recognizes the following
+command line options:
 <dl>
 <dt><b>-xres=</b><i>dpi</i>
 
@@ -63,27 +67,27 @@ me know if you find any.
 
 <p><b>pbmtoibm23xx</b> was new in Netpbm 10.25 (October 2004).
 
-<H2 id="seealso">SEE ALSO</H2>
+<h2 id="seealso">SEE ALSO</h2>
 
 
-<A HREF="pbm.html">pbm</A>,
+<a href="pbm.html">pbm</a>,
 Ghostscript (<b>gs</b>).
 
-<H2 id="author">AUTHOR</H2>
+<h2 id="author">AUTHOR</h2>
 
 <p>Copyright (C) 2004 Jorrit Fahlke &lt;jorrit@jorrit.de&gt;.  Copying
 policy: GNU GPL version 2
 
-<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="#limitations">LIMITATIONS</A>
-<LI><A HREF="#seealso">SEE ALSO</A>
-<LI><A HREF="#history">HISTORY</A>
-<LI><A HREF="#author">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="#limitations">LIMITATIONS</a>
+<li><a href="#history">HISTORY</a>
+<li><a href="#seealso">SEE ALSO</a>
+<li><a href="#author">AUTHOR</a>
+</ul>
+</body>
+</html>