about summary refs log tree commit diff
path: root/pnmtile.html
diff options
context:
space:
mode:
Diffstat (limited to 'pnmtile.html')
-rw-r--r--pnmtile.html70
1 files changed, 39 insertions, 31 deletions
diff --git a/pnmtile.html b/pnmtile.html
index 25f83a53..ae37dee6 100644
--- a/pnmtile.html
+++ b/pnmtile.html
@@ -1,22 +1,22 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 3.2//EN">
-<HTML><HEAD><TITLE>Pnmtile User Manual</TITLE></HEAD>
-<BODY>
-<H1>pnmtile</H1>
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 3.3//EN">
+<html><head><title>Pnmtile User Manual</title></head>
+<body>
+<h1>pnmtile</h1>
 Updated: 01 April 2007
-<BR>
-<A HREF="#index">Table Of Contents</A>
+<br>
+<a href="#index">Table Of Contents</a>
 
-<H2>NAME</H2>
+<h2>NAME</h2>
 pnmtile - replicate an image to fill a specified region
 
-<H2 id="synopsis">SYNOPSIS</H2>
+<h2 id="synopsis">SYNOPSIS</h2>
 
-<B>pnmtile</B>
-<I>width</I>
-<i>height</I>
-[<I>pnmfile</I>]
+<b>pnmtile</b>
+<i>width</i>
+<i>height</i>
+[<i>pnmfile</i>]
 
-<H2 id="description">DESCRIPTION</H2>
+<h2 id="description">DESCRIPTION</h2>
 
 <p>This program is part of <a href="index.html">Netpbm</a>.
 
@@ -33,26 +33,34 @@ with <b>pnmcat</b>.
 see <b>pamundice</b> or (for a thumbnail sheet) <b>pnmindex</b>.
 
 
-<H2 id="seealso">SEE ALSO</H2>
+<h2 id="options">OPTIONS</h2>
 
-<A HREF="pamundice.html">pamundice</A>,
-<A HREF="pnmcat.html">pnmcat</A>,
-<A HREF="pamdice.html">pamdice</A>,
-<A HREF="pnmindex.html">pnmindex</A>,
-<A HREF="pampop9.html">pampop9</A>,
-<A HREF="pnm.html">pnm</A>
+<p>There are no command line options defined specifically
+for <b>pnmtile</b>, but it recognizes the options common to all
+programs based on libnetpbm (See <a href="index.html#commonoptions">
+Common Options</a>.)
 
-<H2 id="author">AUTHOR</H2>
+<h2 id="seealso">SEE ALSO</h2>
+
+<a href="pamundice.html">pamundice</a>,
+<a href="pnmcat.html">pnmcat</a>,
+<a href="pamdice.html">pamdice</a>,
+<a href="pnmindex.html">pnmindex</a>,
+<a href="pampop9.html">pampop9</a>,
+<a href="pnm.html">pnm</a>
+
+<h2 id="author">AUTHOR</h2>
 
 Copyright (C) 1989 by Jef Poskanzer.
 
-<HR>
-<H2 id="index">Table Of Contents</H2>
-<UL>
-<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>
+<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>