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

NAME

6       g.manual  - Displays the manual pages of GRASS modules.
7

KEYWORDS

9       general, manual, help
10

SYNOPSIS

12       g.manual
13       g.manual --help
14       g.manual [-itmo] entry=string  [--help]  [--verbose]  [--quiet]  [--ui]
15
16   Flags:
17       -i
18           Display index
19
20       -t
21           Display topics
22
23       -m
24           Display as MAN text page instead of HTML page in browser
25
26       -o
27           Display online manuals instead of locally installed
28           Use  online  manuals  available  at http://grass.osgeo.org website.
29           This flag has no effect when displaying MAN text pages.
30
31       --help
32           Print usage summary
33
34       --verbose
35           Verbose module output
36
37       --quiet
38           Quiet module output
39
40       --ui
41           Force launching GUI dialog
42
43   Parameters:
44       entry=string [required]
45           Manual entry to be displayed
46

DESCRIPTION

48       g.manual displays the manual pages of GRASS in HTML and MAN format.
49

NOTES

51       The name  of  the  browser  is  defined  in  the  environment  variable
52       GRASS_HTML_BROWSER.  For most platforms this should be an executable in
53       your PATH, or the  full  path  to  an  executable.  See  variables  for
54       details.
55

EXAMPLES

57       Show index page in the browser.
58       g.manual -i
59       Show manual page of d.vect module in the browser.
60       g.manual d.vect
61       Show module manual page in terminal.
62       g.manual -m d.vect
63

AUTHOR

65       Markus Neteler
66

SOURCE CODE

68       Available at: g.manual source code (history)
69
70       Main  index | General index | Topics index | Keywords index | Graphical
71       index | Full index
72
73       © 2003-2019 GRASS Development Team, GRASS GIS 7.8.2 Reference Manual
74
75
76
77GRASS 7.8.2                                                        g.manual(1)
Impressum