about summary refs log tree commit diff
path: root/pnmshear.html
diff options
context:
space:
mode:
Diffstat (limited to 'pnmshear.html')
-rw-r--r--pnmshear.html13
1 files changed, 6 insertions, 7 deletions
diff --git a/pnmshear.html b/pnmshear.html
index 3a5ba311..e72b24a8 100644
--- a/pnmshear.html
+++ b/pnmshear.html
@@ -17,6 +17,11 @@ pnmshear - shear a PNM image by a specified angle
 [<B>-noantialias</B>] [<B>-background=</B><I>color</I>]
 <I>angle</I> [<I>pnmfile</I>]
 
+<P>All options can be abbreviated to their shortest unique prefix.
+You may use two hyphens instead of one to designate an option.  You
+may use either white space or equals signs between an option name and
+its value.
+
 <H2 id="description">DESCRIPTION</H2>
 
 <p>This program is part of <a href="index.html">Netpbm</a>.
@@ -44,7 +49,7 @@ If the angle is negative, it shears the other way:
 </PRE>
 
 The angle should not get too close to 90 or -90, or the resulting
-anymap will be unreasonably wide.
+image will be unreasonably wide.
 
 <P><b>pnmshear</b> does the shearing by looping over the source pixels
 and distributing fractions to each of the destination pixels.  This
@@ -57,12 +62,6 @@ problem, you can run the result through <b>pnmquant</b>.
 
 <H2 id="options">OPTIONS</H2>
 
-<P>
-All options can be abbreviated to their shortest unique prefix.  You
-may use two hyphens instead of one to designate an option.  You may
-use either white space or equals signs between an option name and its
-value.
-
 <DL COMPACT>
 <DT><b>-background=</b><i>color</i>