logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

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

Author

       Markus Neteler

Description

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

Examples

       Show index page in the browser.
       g.manual -i
       Show manual page of d.vect module in the browser.
       g.manual d.vect
       Show module manual page in terminal.
       g.manual -m d.vect

Keywords

       general, manual, help

Name

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

Notes

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

Source Code

       Available at: g.manual source code (history)

       Accessed: Friday Apr 04 01:21:11 2025

       Main index | General index | Topics index | Keywords index | Graphical index | Full index

       © 2003-2025 GRASS Development Team, GRASS GIS 8.4.1 Reference Manual

GRASS 8.4.1                                                                                     g.manual(1grass)

Synopsis

g.manualg.manual--helpg.manual [-itmo] entry=string  [--help]  [--verbose]  [--quiet]  [--ui]

   Flags:-i
           Display index

       -t
           Display topics

       -m
           Display as MAN text page instead of HTML page in browser

       -o
           Display online manuals instead of locally installed
           Use  online  manuals  available  at  https://grass.osgeo.org  website.  This  flag has no effect when
           displaying MAN text pages.

       --help
           Print usage summary

       --verbose
           Verbose module output

       --quiet
           Quiet module output

       --ui
           Force launching GUI dialog

   Parameters:entry=string[required]
           Manual entry to be displayed

See Also