[GRASS-SVN] r60542 - in grass/trunk/general: g.mlist g.mremove

svn_grass at osgeo.org svn_grass at osgeo.org
Wed May 28 07:29:53 PDT 2014


Author: hcho
Date: 2014-05-28 07:29:53 -0700 (Wed, 28 May 2014)
New Revision: 60542

Modified:
   grass/trunk/general/g.mlist/g.mlist.html
   grass/trunk/general/g.mremove/g.mremove.html
Log:
g.mlist/g.mremove: long lines in manual broken

Modified: grass/trunk/general/g.mlist/g.mlist.html
===================================================================
--- grass/trunk/general/g.mlist/g.mlist.html	2014-05-28 14:22:01 UTC (rev 60541)
+++ grass/trunk/general/g.mlist/g.mlist.html	2014-05-28 14:29:53 UTC (rev 60542)
@@ -116,12 +116,14 @@
 g.mlist -r pattern='^tmp$'
 </pre></div>
 
-List "tmp0" ..."tmp9" if corresponding vector map exists (each map name linewise):
+List "tmp0" ..."tmp9" if corresponding vector map exists
+(each map name linewise):
 <div class="code"><pre>
 g.mlist -r type=vect pattern='^tmp[0-9]$'
 </pre></div>
 
-List "tmp0"..."tmp9" if corresponding vector map exists (each map name comma separated):
+List "tmp0"..."tmp9" if corresponding vector map exists
+(each map name comma separated):
 <div class="code"><pre>
 g.mlist -r type=vect separator=comma pattern='^tmp[0-9]$'
 </pre></div>

Modified: grass/trunk/general/g.mremove/g.mremove.html
===================================================================
--- grass/trunk/general/g.mremove/g.mremove.html	2014-05-28 14:22:01 UTC (rev 60541)
+++ grass/trunk/general/g.mremove/g.mremove.html	2014-05-28 14:29:53 UTC (rev 60542)
@@ -1,9 +1,9 @@
 <h2>DESCRIPTION</h2>
 
-<em>g.mremove</em> removes data files matching a pattern given by wildcards or POSIX Extended Regular Expressions.
-If the <b>-f</b> force flag is not given then nothing is removed, instead
-the list of selected file names is printed to <tt>stdout</tt>
-as a preview of the files to be deleted.
+<em>g.mremove</em> removes data files matching a pattern given by wildcards or
+POSIX Extended Regular Expressions. If the <b>-f</b> force flag is not given
+then nothing is removed, instead the list of selected file names is printed to
+<tt>stdout</tt> as a preview of the files to be deleted.
 
 <h2>EXAMPLE</h2>
 



More information about the grass-commit mailing list