]> granicus.if.org Git - postgis/commitdiff
fix errors in notes
authorRegina Obe <lr@pcorp.us>
Mon, 30 May 2011 07:39:39 +0000 (07:39 +0000)
committerRegina Obe <lr@pcorp.us>
Mon, 30 May 2011 07:39:39 +0000 (07:39 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@7290 b70326c6-7e19-0410-871a-916f4a2858ee

doc/reference_raster.xml

index 4430652bfee0b3662dee61eee4d5ee4360c53a19..cbd09692570f59ffd5c6e7b5d646830af93a2fa2 100644 (file)
@@ -3256,7 +3256,7 @@ rid | exclude_nodata | include_nodata
                                <title>Description</title>
                                
                                <para>Compute quantiles in the context of the sample or population. Thus, a value could be examined to be at the raster's 25%, 50%, 75% percentile.</para> 
-                               <note><para>If <varname>exclude_nodata_value</varname> is set to true, will also count pixels with no data. Set <varname>exclude_nodata_value</varname> to false to get only pixels with data</para></note>
+                               <note><para>If <varname>exclude_nodata_value</varname> is set to false, will also count pixels with no data.</para></note>
                                <para>Availability: 2.0.0 </para>
                        </refsection>
                                
@@ -3395,7 +3395,7 @@ ORDER BY value, quantile,rid
                                <title>Description</title>
                                
                                <para>Returns the number of pixels in a given band of a raster or raster coverage.  If no band is specified <varname>nband</varname> defaults to 1. </para> 
-                               <note><para>If <varname>exclude_nodata_value</varname> is set to true, will also count pixels with no data. Set <varname>exclude_nodata_value</varname> to false to get only pixels with data</para></note>
+                               <note><para>If <varname>exclude_nodata_value</varname> is set to false, will also count pixels with no data.</para></note>
                                <para>Availability: 2.0.0 </para>
                        </refsection>