12345678910111213141516171819202122232425262728293031 |
- <h2>DESCRIPTION</h2>
- <em>g.manual</em> display the manual pages of GRASS in HTML and MAN
- format.
- <h2>NOTES</h2>
- The name of the HTML browser is defined in the environment variable
- <tt>GRASS_HTML_BROWSER</TT>. For most platforms this should be an
- executable in your PATH, or the full path to an executable. See
- <a href="variables.html">variables</a> for details.
- <h2>EXAMPLES</h2>
- <div class="code"><pre>
- # how index
- g.manual index
- # show module manual page in HTML browser
- g.manual d.vect
- # show module manual page in terminal
- g.manual -m d.vect
- </pre></div>
- <h2>AUTHOR</h2>
- Markus Neteler
- <p><i>Last changed: $Date$</i>
|