g.manual.html 631 B

12345678910111213141516171819202122232425262728293031
  1. <h2>DESCRIPTION</h2>
  2. <em>g.manual</em> display the manual pages of GRASS in HTML and MAN
  3. format.
  4. <h2>NOTES</h2>
  5. The name of the HTML browser is defined in the environment variable
  6. <tt>GRASS_HTML_BROWSER</TT>. For most platforms this should be an
  7. executable in your PATH, or the full path to an executable. See
  8. <a href="variables.html">variables</a> for details.
  9. <h2>EXAMPLES</h2>
  10. <div class="code"><pre>
  11. # how index
  12. g.manual index
  13. # show module manual page in HTML browser
  14. g.manual d.vect
  15. # show module manual page in terminal
  16. g.manual -m d.vect
  17. </pre></div>
  18. <h2>AUTHOR</h2>
  19. Markus Neteler
  20. <p><i>Last changed: $Date$</i>