[GRASS-SVN] r62838 - grass/trunk/general/g.copy

svn_grass at osgeo.org svn_grass at osgeo.org
Thu Nov 20 13:05:16 PST 2014


Author: martinl
Date: 2014-11-20 13:05:16 -0800 (Thu, 20 Nov 2014)
New Revision: 62838

Modified:
   grass/trunk/general/g.copy/g.copy.html
Log:
g.copy: manual cosmetics

Modified: grass/trunk/general/g.copy/g.copy.html
===================================================================
--- grass/trunk/general/g.copy/g.copy.html	2014-11-20 11:22:17 UTC (rev 62837)
+++ grass/trunk/general/g.copy/g.copy.html	2014-11-20 21:05:16 UTC (rev 62838)
@@ -1,14 +1,12 @@
 <h2>DESCRIPTION</h2>
 
-A user may access data stored under the other mapsets
-listed in his mapset search path.  However, the user may
-only modify data stored under his own current mapset.
-<em>g.copy</em> allows the user to copy existing data files
-<em>from</em> other mapsets <em>to</em> the user's current
-mapset ($MAPSET).  The files to be copied must exist in the
-user's current mapset search path and location; output is
-sent to the relevant data element directory(ies) under the
-user's current mapset.
+A user may access data stored under the other mapsets listed in his
+mapset search path. However, the user may only modify data stored
+under his own current mapset. <em>g.copy</em> allows the user to copy
+existing data files <b>from</b> other mapsets <b>to</b> the user's
+current mapset ($MAPSET). The files to be copied must exist in the
+user's current mapset search path and location; output is sent to the
+relevant data element directory(ies) under the user's current mapset.
 
 <h2>EXAMPLES</h2>
 
@@ -17,7 +15,6 @@
 to copy an existing vector map <em>roads</em> to a file
 called <em>rds.old</em>, the user could type:
 
-<p>
 <div class="code"><pre>
 g.copy rast=soils,soils.ph vect=roads,rds.old
 </pre></div>
@@ -29,23 +26,19 @@
 file called <em>soils</em> to be placed under the user's
 current mapset:
 
-<p>
 <div class="code"><pre>
-g.copy rast='soils at wilson',soils
+g.copy rast=soils at wilson,soils
 </pre></div>
 
-<p>
-If no mapset name is specified, <em>g.copy</em> searches
-for the named <em>from</em> map in each of the mapset
-directories listed in the user's current mapset search path
-in the order in which mapsets are listed there (see 
+If no mapset name is specified, <em>g.copy</em> searches for the
+named <b>from</b> map in each of the mapset directories listed in the
+user's current mapset search path in the order in which mapsets are
+listed there (see <em><a href="g.mapsets.html">g.mapsets</a></em>).
 
-<em><a href="g.mapsets.html">g.mapsets</a></em>).
-
 <h2>NOTES</h2>
 
 If the user does not enter parameter values but instead
-types only <b>g.copy</b> on the command line the program
+types only <em>g.copy</em> on the command line the program
 will prompt the user for a data type, the name of a file of
 this data type to copy, and the name of a new file to hold
 the copy.  After both file names have been entered, the
@@ -61,17 +54,19 @@
 
 <h2>SEE ALSO</h2>
 
-<em><a href="g.access.html">g.access</a></em><br>
+<em>
+  <a href="g.access.html">g.access</a>,
+  <a href="g.list.html">g.list</a>,
+  <a href="g.mapsets.html">g.mapsets</a>,
+  <a href="g.remove.html">g.remove</a>,
+  <a href="g.rename.html">g.rename</a>
+</em>
 
-<em><a href="g.list.html">g.list</a></em><br>
-<em><a href="g.mapsets.html">g.mapsets</a></em><br>
-<em><a href="g.remove.html">g.remove</a></em><br>
-<em><a href="g.rename.html">g.rename</a></em>
-
 <h2>AUTHOR</h2>
 
 Michael Shapiro,
-U.S.Army Construction Engineering 
+U.S. Army Construction Engineering 
 Research Laboratory
 
-<p><i>Last changed: $Date$</i><p>
+<p>
+<i>Last changed: $Date$</i>



More information about the grass-commit mailing list