[GRASS-SVN] r62839 - in grass/branches/releasebranch_7_0: . general/g.copy

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


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

Modified:
   grass/branches/releasebranch_7_0/
   grass/branches/releasebranch_7_0/general/g.copy/g.copy.html
Log:
g.copy: manual cosmetics
        (merge r62838 from trunk)



Property changes on: grass/branches/releasebranch_7_0
___________________________________________________________________
Modified: svn:mergeinfo
   - /grass/trunk:60817,61096,61141,62179-62180,62182,62403,62422,62424,62437,62466,62469,62487,62491,62494,62501,62506,62508-62509,62515,62518-62519,62521,62526,62533,62539,62541,62555,62562,62566,62570,62573,62575,62585,62588,62597,62603,62606,62608-62609,62614,62618,62628,62632,62638,62642,62648-62649,62652,62654-62657,62666,62691,62705,62709,62723,62730,62739,62741,62743,62746,62750,62752,62757,62762,62785,62798,62800-62801,62803,62805,62812,62822,62824,62831
   + /grass/trunk:60817,61096,61141,62179-62180,62182,62403,62422,62424,62437,62466,62469,62487,62491,62494,62501,62506,62508-62509,62515,62518-62519,62521,62526,62533,62539,62541,62555,62562,62566,62570,62573,62575,62585,62588,62597,62603,62606,62608-62609,62614,62618,62628,62632,62638,62642,62648-62649,62652,62654-62657,62666,62691,62705,62709,62723,62730,62739,62741,62743,62746,62750,62752,62757,62762,62785,62798,62800-62801,62803,62805,62812,62822,62824,62831,62838

Modified: grass/branches/releasebranch_7_0/general/g.copy/g.copy.html
===================================================================
--- grass/branches/releasebranch_7_0/general/g.copy/g.copy.html	2014-11-20 21:05:16 UTC (rev 62838)
+++ grass/branches/releasebranch_7_0/general/g.copy/g.copy.html	2014-11-20 21:06:16 UTC (rev 62839)
@@ -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