Jelajahi Sumber

g.mlist/g.mremove: long lines in manual broken

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@60542 15284696-431f-4ddb-bdfa-cd5b030d7da7
Huidae Cho 11 tahun lalu
induk
melakukan
8258485ab5
2 mengubah file dengan 8 tambahan dan 6 penghapusan
  1. 4 2
      general/g.mlist/g.mlist.html
  2. 4 4
      general/g.mremove/g.mremove.html

+ 4 - 2
general/g.mlist/g.mlist.html

@@ -116,12 +116,14 @@ List "tmp" if "tmp" raster map exists:
 g.mlist -r pattern='^tmp$'
 </pre></div>
 
-List &quot;tmp0&quot; ...&quot;tmp9&quot; if corresponding vector map exists (each map name linewise):
+List &quot;tmp0&quot; ...&quot;tmp9&quot; 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 &quot;tmp0&quot;...&quot;tmp9&quot; if corresponding vector map exists (each map name comma separated):
+List &quot;tmp0&quot;...&quot;tmp9&quot; 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>

+ 4 - 4
general/g.mremove/g.mremove.html

@@ -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>