Przeglądaj źródła

v.univar: manual syntax cosmetics
(merge https://trac.osgeo.org/grass/changeset/63393 from trunk)


git-svn-id: https://svn.osgeo.org/grass/grass/branches/releasebranch_7_0@63394 15284696-431f-4ddb-bdfa-cd5b030d7da7

Martin Landa 10 lat temu
rodzic
commit
b3bf107a35
1 zmienionych plików z 8 dodań i 7 usunięć
  1. 8 7
      vector/v.univar/v.univar.html

+ 8 - 7
vector/v.univar/v.univar.html

@@ -4,21 +4,21 @@
 This includes the number of features counted, minimum and maximum values,
 This includes the number of features counted, minimum and maximum values,
 and range. 
 and range. 
 Variance and standard deviation is calculated only for points if
 Variance and standard deviation is calculated only for points if
-<tt>type=point</tt> is defined.
+<b>type=point</b> is defined.
 
 
 <p>Extended statistics adds median, 1st and 3rd quartiles, and 90th
 <p>Extended statistics adds median, 1st and 3rd quartiles, and 90th
 percentile to the output.
 percentile to the output.
 
 
 <h2>NOTES</h2>
 <h2>NOTES</h2>
 
 
-When using the <em>-d</em> flag, univariate statistics of vector
-geometry are calculated. Depending on the selected vector <em>type</em>,
+When using the <b>-d</b> flag, univariate statistics of vector
+geometry are calculated. Depending on the selected vector <b>type</b>,
 distances are calculated as follows:
 distances are calculated as follows:
 
 
 <ul>
 <ul>
-<li> <em>type=point</em>: point distances are considered;</li>
-<li> <em>type=line</em>: the first point of each line is considered;</li>
-<li> <em>type=area</em>: the centroid of each area is considered.</li>
+<li> <b>type=point</b>: point distances are considered;</li>
+<li> <b>type=line</b>: the first point of each line is considered;</li>
+<li> <b>type=area</b>: the centroid of each area is considered.</li>
 </ul>
 </ul>
 
 
 <h2>EXAMPLE</h2>
 <h2>EXAMPLE</h2>
@@ -59,4 +59,5 @@ extended by:<br>
 Hamish Bowman, University of Otago, New Zealand<br>
 Hamish Bowman, University of Otago, New Zealand<br>
 Martin Landa 
 Martin Landa 
 
 
-<p><i>Last changed: $Date$</i>
+<p>
+<i>Last changed: $Date$</i>