Quellcode durchsuchen

g.mapset: manual cosmetics

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@62099 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa vor 10 Jahren
Ursprung
Commit
9d1d0fec48
1 geänderte Dateien mit 7 neuen und 9 gelöschten Zeilen
  1. 7 9
      general/g.mapset/g.mapset.html

+ 7 - 9
general/g.mapset/g.mapset.html

@@ -8,23 +8,21 @@ the GUI at the same time.
 <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>