about summary refs log tree commit diff
path: root/pnmsmooth.html
diff options
context:
space:
mode:
Diffstat (limited to 'pnmsmooth.html')
-rw-r--r--pnmsmooth.html20
1 files changed, 6 insertions, 14 deletions
diff --git a/pnmsmooth.html b/pnmsmooth.html
index 4eb6f837..77970a0d 100644
--- a/pnmsmooth.html
+++ b/pnmsmooth.html
@@ -13,21 +13,9 @@ pnmsmooth - smooth out an image
 <H2 id="synopsis">SYNOPSIS</H2>
 
 <B>pnmsmooth</B>
-
-[<b>-width=</b><i>cols</i>]
-[<b>-height=</b><i>rows</i>]
-
+[<b>-width=</b><i>cols</i>] [<b>-height=</b><i>rows</i>]
 [<B>-dump</B>=<I>dumpfile</I>]
-
-[<I>pnmfile</I>]
-
-<p>Deprecated backward-compatibility option:
-
-[<b>-size</b>]
-
-<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.
+[<I>pnmfile</I>] [<b>-size</b>]
 
 <H2 id="description">DESCRIPTION</H2>
 
@@ -40,6 +28,10 @@ progam that generates a PGM convolution matrix and then invokes
 
 <H2 id="options">OPTIONS</H2>
 
+<p>Minimum unique abbreviations of options 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.
+
 <DL COMPACT>
 <dt><b>-width=</b><i>cols</i>
 <dt><b>-height</b>=<i>rows</i>