-
Notifications
You must be signed in to change notification settings - Fork 2
andlrc/rpgleman
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
NAME
rpgleman - Get man pages for ILE RPG
SYNOPSIS
Download and install man pages for built-in functions, declaration
keywords, control keywords, calculation operations and compiler
directives in ILE RPG.
INSTALL
To install man pages run the following, ``sudo'' might be needed:
$ make install
REBUILD MAN PAGES
To download and rebuild from IBM one can run the following:
$ make {all|bif|dkw|cop|hkw|cd}
To speed up downloading one can if ``make'' supports is use ``-j'' to run
multiply jobs at the same time. See ``make(1)'' for more information.
DEPENDENCIES
The following Perl modules is used and should be installed in order to
rebuild man pages:
HTML::TreeBuilder::XPath
HTTP::Tiny
IO::Socket::SSL
MAN PAGES
Man pages for built-in functions, declaration keywords, and calculation
operators are installed in ``/usr/share/man/man3RPG'' and can be accessed
with:
$ man 3RPG %TIME
Man pages for control keywords are installed in
``/usr/share/man/man3RPGHSPEC'' and can be accessed with:
$ man 3RPGHSPEC BNDDIR
Man pages for compiler directives are installed in
``/usr/share/man/man3RPGCOMPDIR'' and can be accessed with:
$ man 3RPGCOMPDIR DEFINE
VIM INTEGRATION
One can change the ``keywordprg'' to search the proper man pages:
:setlocal keywordprg=man\ --sections=3RPG,3RPGHSPEC,3RPGCOMPDIR
Which makes ``K'' look for man pages in ``3RPG'', ``3RPGHSPEC'' and
``3RPGCOMPDIR''.
Change the ``iskeyword'' option to avoid having to visual select keywords
containing ``%'' and ``-''.
:setlocal iskeyword+=%,-
If ``rpgle.vim''[0] is used, then this is already changed.
[0]: https://github.com/andlrc/rpgle.vim
SEE ALSO
make(1), cpan(1perl), man(1)
AUTHOR
Andreas Louv <[email protected]>
LICENSE
This program is free software; you can redistribute it and/or modify it
under the same terms as Perl itself.
All the content is copyright IBM and one should contact them to get a
license.
About
Get man pages for ILE RPG
Topics
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published