1g.manual(1)                   Grass User's Manual                  g.manual(1)
2
3
4

NAME

6       g.manual  - Display the HTML man pages of GRASS
7

KEYWORDS

9       general, manual, help
10

SYNOPSIS

12       g.manual
13       g.manual help
14       g.manual [-im]  [entry=string]   [--verbose]  [--quiet]
15
16   Flags:
17       -i
18           Display index
19
20       -m
21           Display as MAN text page instead of HTML page in browser
22
23       --verbose
24           Verbose module output
25
26       --quiet
27           Quiet module output
28
29   Parameters:
30       entry=string
31           Manual entry to be displayed
32

DESCRIPTION

34       g.manual display the manual pages of GRASS in HTML and MAN format.
35

NOTES

37       The  name  of  the  HTML browser is defined in the environment variable
38       GRASS_HTML_BROWSER. For most platforms this should be an executable  in
39       your  PATH,  or  the  full  path  to  an  executable. See variables for
40       details.
41

EXAMPLES

43
44       # how index
45       g.manual index
46       # show module manual page in HTML browser
47       g.manual d.vect
48       # show module manual page in terminal
49       g.manual -m d.vect
50
51

AUTHOR

53       Markus Neteler
54
55       Last changed: $Date: 2007-06-28 16:15:36 +0200 (Thu, 28 Jun 2007) $
56
57       Full index
58
59       © 2003-2008 GRASS Development Team
60
61
62
63GRASS 6.3.0                                                        g.manual(1)
Impressum