1g.manual(1)                 GRASS GIS 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 https://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  de‐
54       tails.
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       Accessed: Mon Jun 20 16:47:44 2022
71
72       Main  index | General index | Topics index | Keywords index | Graphical
73       index | Full index
74
75       © 2003-2022 GRASS Development Team, GRASS GIS 8.2.0 Reference Manual
76
77
78
79GRASS 8.2.0                                                        g.manual(1)
Impressum