/usr/share/doc/grass-doc/html/g.manual.html is in grass-doc 6.4.3-3.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>GRASS GIS manual: g.manual</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<link rel="stylesheet" href="grassdocs.css" type="text/css">
</head>
<body bgcolor="white">
<img src="grass_logo.png" alt="GRASS logo"><hr align=center size=6 noshade>
<h2>NAME</h2>
<em><b>g.manual</b></em> - Display the HTML man pages of GRASS
<h2>KEYWORDS</h2>
general, manual, help
<h2>SYNOPSIS</h2>
<b>g.manual</b><br>
<b>g.manual help</b><br>
<b>g.manual</b> [-<b>im</b>] [<b>entry</b>=<em>string</em>] [--<b>verbose</b>] [--<b>quiet</b>]
<h3>Flags:</h3>
<DL>
<DT><b>-i</b></DT>
<DD>Display index</DD>
<DT><b>-m</b></DT>
<DD>Display as MAN text page instead of HTML page in browser</DD>
<DT><b>--verbose</b></DT>
<DD>Verbose module output</DD>
<DT><b>--quiet</b></DT>
<DD>Quiet module output</DD>
</DL>
<h3>Parameters:</h3>
<DL>
<DT><b>entry</b>=<em>string</em></DT>
<DD>Manual entry to be displayed</DD>
</DL>
<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: 2007-06-28 07:15:36 -0700 (Thu, 28 Jun 2007) $</i>
<HR>
<P><a href="index.html">Main index</a> - <a href="general.html">general index</a> - <a href="full_index.html">Full index</a></P>
<P>© 2003-2013 <a href="http://grass.osgeo.org">GRASS Development Team</a></p>
</body>
</html>
|