[GRASS-SVN] r30475 - grass/trunk/general/g.mkfontcap

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Mar 5 04:48:31 EST 2008


Author: pkelly
Date: 2008-03-05 04:48:30 -0500 (Wed, 05 Mar 2008)
New Revision: 30475

Modified:
   grass/trunk/general/g.mkfontcap/description.html
Log:
Correct example: as the preceding setence says, g.mkfontcap will write to
the file specified by GRASS_FONT_CAP if it is set!


Modified: grass/trunk/general/g.mkfontcap/description.html
===================================================================
--- grass/trunk/general/g.mkfontcap/description.html	2008-03-05 09:10:14 UTC (rev 30474)
+++ grass/trunk/general/g.mkfontcap/description.html	2008-03-05 09:48:30 UTC (rev 30475)
@@ -27,15 +27,15 @@
 <tt>$GISBASE/etc/fontcap</tt>. If the environment variable
 <strong>GRASS_FONT_CAP</strong> is set, the output will instead be written 
 to the file specified by that variable. This is useful if you don't have
-permission to modify <tt>$GISBASE/etc/fontcap</tt>, in this case you can
+permission to modify <tt>$GISBASE/etc/fontcap</tt>: in this case you can
 use e.g.
 
 <div class="code"><pre>
-g.mkfontcap -s > $HOME/.gfontcap
-
 # use local file version instead of system copy
 GRASS_FONT_CAP=$HOME/.gfontcap
 export $GRASS_FONT_CAP
+
+g.mkfontcap
 </pre></div>
 
 to create a personal copy and then to make GRASS use that file



More information about the grass-commit mailing list