Browse Source

v.univar: manual syntax cosmetics

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@63393 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa 10 years ago
parent
commit
71beb99043
1 changed files with 8 additions and 7 deletions
  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>