Browse Source

manual: minor tweaks

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@66280 15284696-431f-4ddb-bdfa-cd5b030d7da7
Markus Neteler 9 years ago
parent
commit
d445971382

+ 1 - 1
imagery/i.cluster/i.cluster.html

@@ -269,7 +269,7 @@ i.group group=lsat7_2002 subgroup=lsat7_2002 \
 # generate signature file and report
 i.cluster group=lsat7_2002 subgroup=lsat7_2002 \
   signaturefile=sig_cluster_lsat2002 \
-  classes=10 report=rep_clust_lsat2002.txt
+  classes=10 reportfile=rep_clust_lsat2002.txt
 </pre></div>
 
 To complete the unsupervised classification, <em>i.maxlik</em> is subsequently used.

+ 1 - 0
temporal/t.create/t.create.html

@@ -44,6 +44,7 @@ t.create type=stvds temporaltype=relative \
 
 <em>
 <a href="t.register.html">t.register</a>,
+<a href="t.remove.html">t.remove</a>,
 <a href="t.info.html">t.info</a>
 </em>
 

+ 1 - 0
temporal/t.info/t.info.html

@@ -141,6 +141,7 @@ t.info input=2009_01_tempmean type=raster
 
 <em>
 <a href="t.create.html">t.create</a>,
+<a href="t.list.html">t.list</a>,
 <a href="t.register.html">t.register</a>,
 <a href="r.info.html">r.info</a>,
 <a href="r3.info.html">r3.info</a>,

+ 5 - 4
temporal/t.list/t.list.html

@@ -23,7 +23,7 @@ are in the user's current mapset search path (managed with
 
 <h2>EXAMPLES</h2>
 
-In order to obtain the list of raster space time dataset
+Obtain the list of raster space time dataset(s):
 
 <div class="code"><pre>
 t.list strds
@@ -32,11 +32,12 @@ Space time raster datasets with absolute time available in mapset &#60;climate_2
 tempmean_monthly@climate_2000_2012
 </pre></div>
 
-Tha user can obtain also the list of raster contained into temporal
-datasets
+The user can obtain also the list of raster maps contained in a temporal
+datasets (this may be the content of several space time datasets if enabled
+through <a href="g.mapsets.html">g.mapsets</a>):
 
 <div class="code"><pre>
-t.list rast
+t.list raster
 Time stamped raster maps with absolute time available in mapset &#60;climate_2000_2012&#62;:
 2009_01_tempmean@climate_2000_2012
 2009_02_tempmean@climate_2000_2012