[GRASS-SVN] r62099 - grass/trunk/general/g.mapset
svn_grass at osgeo.org
svn_grass at osgeo.org
Fri Sep 26 12:18:48 PDT 2014
Author: martinl
Date: 2014-09-26 12:18:48 -0700 (Fri, 26 Sep 2014)
New Revision: 62099
Modified:
grass/trunk/general/g.mapset/g.mapset.html
Log:
g.mapset: manual cosmetics
Modified: grass/trunk/general/g.mapset/g.mapset.html
===================================================================
--- grass/trunk/general/g.mapset/g.mapset.html 2014-09-26 19:00:28 UTC (rev 62098)
+++ grass/trunk/general/g.mapset/g.mapset.html 2014-09-26 19:18:48 UTC (rev 62099)
@@ -8,24 +8,22 @@
<h2>NOTES</h2>
The shell continues to use the history for the old mapset. To change this
-you can switch the history to the new settings by commands:<br>
-<br>
+you can switch the history to the new settings by commands. For Bash:
+
<div class="code"><pre>
- history -w
- history -r /"$GISDBASE/$LOCATION/$MAPSET"/.bash_history
- HISTFILE=/"$GISDBASE/$LOCATION/$MAPSET"/.bash_history
-</pre></div><br>
+history -w
+history -r /"$GISDBASE/$LOCATION/$MAPSET"/.bash_history
+HISTFILE=/"$GISDBASE/$LOCATION/$MAPSET"/.bash_history
+</pre></div>
<h2>SEE ALSO</h2>
<em>
-<a href="g.gisenv.html">g.gisenv</a><br>
+<a href="g.gisenv.html">g.gisenv</a>,
<a href="g.mapsets.html">g.mapsets</a>
</em>
-<br>
-
<h2>AUTHOR</h2>
Radim Blazek
More information about the grass-commit
mailing list