g.manual.html 771 B

12345678910111213141516171819202122232425262728293031323334353637383940
  1. <h2>DESCRIPTION</h2>
  2. <em>g.manual</em> displays the manual pages of GRASS in HTML and MAN
  3. format.
  4. <h2>NOTES</h2>
  5. The name of the 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. Show index page in the browser.
  11. <div class="code"><pre>
  12. g.manual -i
  13. </pre></div>
  14. Show manual page of <em><a href="d.vect.html">d.vect</a></em> module
  15. in the browser.
  16. <div class="code"><pre>
  17. g.manual d.vect
  18. </pre></div>
  19. Show module manual page in terminal.
  20. <div class="code"><pre>
  21. g.manual -m d.vect
  22. </pre></div>
  23. <h2>AUTHOR</h2>
  24. Markus Neteler
  25. <!--
  26. <p>
  27. <i>Last changed: $Date$</i>
  28. -->