about summary refs log tree commit diff
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2012-11-09 15:26:05 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2012-11-09 15:26:05 +0000
commit5dedc824a9cd3d3e152fc33752c1e65f24d21ab6 (patch)
tree00761cc1d086d80b386cb21c7756790cc6bc5695
parent98f1d61e4f3c94f7810288f4a22b22d07b7d9539 (diff)
downloadnetpbm-mirror-5dedc824a9cd3d3e152fc33752c1e65f24d21ab6.tar.gz
netpbm-mirror-5dedc824a9cd3d3e152fc33752c1e65f24d21ab6.tar.xz
netpbm-mirror-5dedc824a9cd3d3e152fc33752c1e65f24d21ab6.zip
remove extraneous paragraph
git-svn-id: http://svn.code.sf.net/p/netpbm/code/userguide@1758 9d0c8265-081b-0410-96cb-a4ca84ce46f8
-rw-r--r--pgmmedian.html3
1 files changed, 0 insertions, 3 deletions
diff --git a/pgmmedian.html b/pgmmedian.html
index 0b3e4513..bb2577f1 100644
--- a/pgmmedian.html
+++ b/pgmmedian.html
@@ -55,9 +55,6 @@ If (<i>maxval</i> / ((<i>width</i> * <i>height</i>) - 1)), where
 value, <b>pgmmedian</b> uses histogram sort.  Otherwise, it uses kth
 value.
 
-<p>If expression is less than the cutoff, <b>pgmmedian</b> uses the
-histogram sort.  Otherwise it uses the select kth value method.
-
 <p>This option has no effect if you specify <b>-type</b>.
 
 <p>The default is 250