Update to the latest documention
diff --git a/www/command-line-options.html b/www/command-line-options.html
index 8e6619c..51d738d 100644
--- a/www/command-line-options.html
+++ b/www/command-line-options.html
@@ -252,15 +252,15 @@
     <dd>
        Copies the alpha channel values into all the color channels and turns
        'Off' the the image's transparency, so as to generate
-       a gray-scale mask of the image's shape. The alpha channel data is left
+       a grayscale mask of the image's shape. The alpha channel data is left
        intact just deactivated.  This is the inverse of 'Copy'.
        </dd>
 
     <dt>Copy</dt>
     <dd>
        Turns 'On' the alpha/matte channel, then copies the
-       gray-scale intensity of the image, into the alpha channel, converting
-       a gray-scale mask into a transparent shaped mask ready to be colored
+       grayscale intensity of the image, into the alpha channel, converting
+       a grayscale mask into a transparent shaped mask ready to be colored
        appropriately. The color channels are not modified.  </dd>
 
     <dt>Shape</dt>
@@ -699,7 +699,7 @@
 <p class="magick-description">Set the border width.</p>
 
 <div style="margin: auto;">
-  <h3 class="magick-header"><a id="brightness-contrast"></a>-brightness-contrast <var>brightness</var><br />-brightness-contrast <var>brightness</var>{x<var>contrast</var>}{<var>%</var>}}</h3>
+  <h3 class="magick-header"><a id="brightness-contrast"></a>-brightness-contrast <var>brightness</var><br />-brightness-contrast <var>brightness</var>{x<var>contrast</var>}{<var>%</var>}</h3>
 </div>
 
 <p class="magick-description">Adjust the brightness and/or contrast of the image.</p>
@@ -916,7 +916,7 @@
 default). These operators have yet to be made to understand the newer 'Sync'
 flag. </p>
 
-<p>For example <a href="command-line-options.html#threshold">-threshold</a> will by default gray-scale
+<p>For example <a href="command-line-options.html#threshold">-threshold</a> will by default grayscale
 the image before thresholding, if no <a href="command-line-options.html#channel" >-channel</a> setting
 has been defined. This is not 'Sync flag controlled, yet. </p>
 
@@ -1082,9 +1082,9 @@
 <p>If either the image being modified, or the lookup image, contains no
 transparency (i.e. <a href="command-line-options.html#alpha" >-alpha</a> is turned 'off') but the <a
 href="command-line-options.html#channel">-channel</a> setting includes alpha replacement, then it is
-assumed that image represents a gray-scale gradient which is used for the
-replacement alpha values.  That is you can use a gray-scale CLUT image to
-adjust a existing images alpha channel, or you can color a gray-scale image
+assumed that image represents a grayscale gradient which is used for the
+replacement alpha values.  That is you can use a grayscale CLUT image to
+adjust a existing images alpha channel, or you can color a grayscale image
 using colors form CLUT containing the desired colors, including transparency.
 </p>
 
@@ -1436,7 +1436,7 @@
 href="command-line-options.html#gravity" >-gravity</a>, and <a href="command-line-options.html#geometry" >-geometry</a>
 settings. </p>
 
-<p>If a third image is given this is treated as a gray-scale blending 'mask' image
+<p>If a third image is given this is treated as a grayscale blending 'mask' image
 relative to the first 'destination' image. This mask is blended with the
 source image.  However for the '<code>displace</code>' compose method, the
 mask is used to provide a separate Y-displacement image instead. </p>
@@ -1522,7 +1522,7 @@
 </pre>
 
 <div style="margin: auto;">
-  <h3 class="magick-header"><a id="contrast-stretch"></a>-contrast-stretch <var>black-point</var><br />-contrast-stretch <var>black-point</var>{x<var>white-point</var>}{<var>%</var>}}</h3>
+  <h3 class="magick-header"><a id="contrast-stretch"></a>-contrast-stretch <var>black-point</var><br />-contrast-stretch <var>black-point</var>{x<var>white-point</var>}{<var>%</var>}</h3>
 </div>
 
 <p class="magick-description">Increase the contrast in an image by <var>stretching</var> the range of intensity values.</p>
@@ -1544,7 +1544,7 @@
 bin to modify the image. As such some colors may be merged together when they
 originally fell into the same 'bin'. </p>
 
-<p>All the channels are normalized in concert by the came amount so as to
+<p>All the channels are normalized in concert by the same amount so as to
 preserve color integrity, when the default <a href="command-line-options.html#channel" >+channel</a>
 setting is in use.  Specifying any other <a href="command-line-options.html#channel" >-channel</a>
 setting will normalize the RGB channels independently.</p>
@@ -2451,7 +2451,7 @@
 <p class="magick-description">obtain image by descending window hierarchy.</p>
 
 <div style="margin: auto;">
-  <h3 class="magick-header"><a id="deskew"></a>-deskew <var>threshold</var></h3>
+  <h3 class="magick-header"><a id="deskew"></a>-deskew <var>threshold{%}</var></h3>
 </div>
 
 <p class="magick-description">straighten an image.  A threshold of 40% works for most images.</p>
@@ -2473,7 +2473,7 @@
 <p class="magick-description">render text right-to-left or left-to-right.</p>
 
 <div style="margin: auto;">
-  <h3 class="magick-header"><a id="displace"></a>-displace <var>horizontal-scale</var><br />-displace <var>horizontal-scale</var>x<var>vertical-scale</var></h3>
+  <h3 class="magick-header"><a id="displace"></a>-displace <var>horizontal-scale</var>{%}{!}<br />-displace <var>horizontal-scale</var>x<var>vertical-scale</var>{%}{!}</h3>
 </div>
 
 <p class="magick-description">shift image pixels as defined by a displacement map.</p>
@@ -2972,7 +2972,7 @@
 distorted image space.</p>
 
 <p>Setting a "<code><a href="command-line-options.html#define" >-define</a>
-distort:scale={scale_factor}</code>" will scale the output image (viewport or
+distort:scale=<var>scale_factor</var></code>" will scale the output image (viewport or
 otherwise) by that factor without changing the viewed contents of the
 distorted image. This can be used either for 'super-sampling' the image for
 a higher quality result, or for panning and zooming around the image (with
@@ -4489,8 +4489,8 @@
 images transparency or alpha/matte channel.</p>
 
 <p>See also <a href="command-line-options.html#clut" >-clut</a> which provides color value replacement
-of the individual color channels, usually involving a simpler gray-scale
-image. E.g:  gray-scale to color replacement, or modification by a histogram
+of the individual color channels, usually involving a simpler grayscale
+image. E.g:  grayscale to color replacement, or modification by a histogram
 mapping. </p>
 
 
@@ -5219,7 +5219,7 @@
 <p>On the other hand the plus form of the operator (<code>+level-colors</code>)
 will map the image color 'black' and 'white' to the given colors
 respectively, resulting in a gradient (de-contrasting) tint of the image to
-those colors. This can also be used to convert a plain gray-scale image into a
+those colors. This can also be used to convert a plain grayscale image into a
 one using the gradient of colors specified. </p>
 
 <p>By supplying a single color with a comma separator either before or after
@@ -5340,7 +5340,7 @@
 ">Architecture</a> page.  </p>
 
 <div style="margin: auto;">
-  <h3 class="magick-header"><a id="linear-stretch"></a>-linear-stretch <var>black-point</var><br />-linear-stretch <var>black-point</var>{x<var>white-point</var>}{<var>%</var>}}</h3>
+  <h3 class="magick-header"><a id="linear-stretch"></a>-linear-stretch <var>black-point</var><br />-linear-stretch <var>black-point</var>{x<var>white-point</var>}{<var>%</var>}</h3>
 </div>
 
 <p class="magick-description">Linear with saturation stretch.</p>
@@ -5622,7 +5622,7 @@
 name. </p>
 
 <div style="margin: auto;">
-  <h3 class="magick-header"><a id="mean-shift"></a>-mean-shift <var>width</var>x<var>height</var>{<var>+distance</var>{%}}</h3>
+  <h3 class="magick-header"><a id="mean-shift"></a>-mean-shift <var>width</var>x<var>height</var>{<var>+distance</var>{%}</h3>
 </div>
 
 <p class="magick-description">image noise removal and color reduction/segmentation (e.g. -mean-shift 7x7+10%).</p>
@@ -5881,7 +5881,7 @@
 (Before this version, it was equivalent to <a href="command-line-options.html#contrast-stretch"
 >-contrast-stretch 2%x99%</a>).</p>
 
-<p>All the channels are normalized in concert by the came amount so as to
+<p>All the channels are normalized in concert by the same amount so as to
 preserve color integrity, when the default <a href="command-line-options.html#channel" >+channel</a>
 setting is in use.  Specifying any other <a href="command-line-options.html#channel" >-channel</a>
 setting will normalize the RGB channels independently.</p>
@@ -6744,7 +6744,7 @@
 <p class="magick-description">separate an image channel into a grayscale image.  Specify the channel with <a href="command-line-options.html#channel">-channel</a>.</p>
 
 <div style="margin: auto;">
-  <h3 class="magick-header"><a id="sepia-tone"></a>-sepia-tone <var>threshold</var></h3>
+  <h3 class="magick-header"><a id="sepia-tone"></a>-sepia-tone <var>percent-threshold</var></h3>
 </div>
 
 <p class="magick-description">simulate a sepia-toned photo.</p>
@@ -7053,7 +7053,7 @@
 <p>Use this option to grab more than one image from the X server screen, to create an animation sequence.</p>
 
 <div style="margin: auto;">
-  <h3 class="magick-header"><a id="solarize"></a>-solarize <var>threshold</var></h3>
+  <h3 class="magick-header"><a id="solarize"></a>-solarize <var>percent-threshold</var></h3>
 </div>
 
 <p class="magick-description">negate all pixels above the threshold level.</p>