[GRASS-dev] [GRASS GIS] #3975: g.manual -m gives ERROR: No manual page entry
GRASS GIS
trac at osgeo.org
Mon Nov 18 09:15:58 PST 2019
#3975: g.manual -m gives ERROR: No manual page entry
--------------------------+---------------------------------
Reporter: jidanni | Owner: grass-dev@…
Type: defect | Status: new
Priority: normal | Milestone: 7.8.2
Component: Docs | Version: git-releasebranch78
Resolution: | Keywords: Debian
CPU: Unspecified | Platform: Unspecified
--------------------------+---------------------------------
Comment (by Bas Couwenberg):
> maybe that's the problem?
No, that just renames `grass7.1` to `grass78.1`.
> The manual pages are expected to be under
> /usr/lib64/grass78/docs/man/man1/x.yyy.1
Which is not the case on Debian:
{{{
$ apt-file search man1/g.manual.1
grass-doc: /usr/share/man/man1/g.manual.1grass.gz
}}}
So `g.manual.py` needs to be patched to test the `.1grass` section suffix
instead of just `.1`, this is more in line with what `man(1)` does, as it
has no issue to find manpages with `.1foo` suffixes:
{{{
$ man -w g.manual
/usr/share/man/man1/g.manual.1grass.gz
}}}
--
Ticket URL: <https://trac.osgeo.org/grass/ticket/3975#comment:4>
GRASS GIS <https://grass.osgeo.org>
More information about the grass-dev
mailing list