Jump to content

INFOPATH: Difference between revisions

From EDM2
Ak120 (talk | contribs)
mNo edit summary
Ak120 (talk | contribs)
mNo edit summary
Line 1: Line 1:
Defines the directory where info files are stored. You need an info-browser to view info files. Info files contains documentation and they are used by some GNU programs.
Defines the directory where info files are stored. You need an info-browser to view info files. Info files contain documentation and they are used by some GNU programs.
  SET INFO=<path1>;<path2>, ...
  SET INFO=<path1>;<path2>, ...



Revision as of 18:25, 16 December 2017

Defines the directory where info files are stored. You need an info-browser to view info files. Info files contain documentation and they are used by some GNU programs.

SET INFO=<path1>;<path2>, ...

Parameters

Path
Can be any full path.
Note: Paths must be defined with Unix like forward slashes. If you define more than one path, they must be delimited with a semicolon.