[GRASS-SVN] r59788 - grass/branches/develbranch_6/scripts/d.resize
svn_grass at osgeo.org
svn_grass at osgeo.org
Fri Apr 18 19:19:54 PDT 2014
Author: hamish
Date: 2014-04-18 19:19:54 -0700 (Fri, 18 Apr 2014)
New Revision: 59788
Modified:
grass/branches/develbranch_6/scripts/d.resize/description.html
Log:
add handy example
Modified: grass/branches/develbranch_6/scripts/d.resize/description.html
===================================================================
--- grass/branches/develbranch_6/scripts/d.resize/description.html 2014-04-18 17:22:17 UTC (rev 59787)
+++ grass/branches/develbranch_6/scripts/d.resize/description.html 2014-04-19 02:19:54 UTC (rev 59788)
@@ -1,16 +1,33 @@
<h2>DESCRIPTION</h2>
-<em>d.resize</em> Sets the current display monitor window size to specified height and width.
-<br>
+<em>d.resize</em> sets the current display monitor window size to specified
+height and width.
+
+<h2>EXAMPLE</h2>
+
+Resize the display monitor to be the same aspect ratio as a sheet of A4 paper:
+
+<div class="code"><pre>
+d.mon x0
+d.resize w=630 h=891
+</pre></div>
+
+
<h2>SEE ALSO</h2>
-<em><a href="d.monsize.html">d.monsize</a></em>,
+<em>
+<a href="d.info.html">d.info</a>,
+<a href="d.mon.html">d.mon</a>,
+<a href="d.monsize.html">d.monsize</a>
+</em>
<h2>AUTHOR</h2>
-Unknown
-Update to GRASS 5.7 by Michael Barton, Arizona State University
-<p><i>Last changed: $Date$</i>
+Unknown<br>
+Updated to GRASS 5.7 by Michael Barton, Arizona State University
+
+<p>
+<i>Last changed: $Date$</i>
More information about the grass-commit
mailing list