.TH TKINFO 1 .\" NAME should be all caps, SECTION should be 1-8, maybe w/ subsection .\" other parms are allowed: see man(7), man(1) .SH NAME tkinfo \- program to view GNU Info files .SH SYNOPSIS .B tkinfo [ .B \-\-help ] [ .B \-headers | .B +headers ] [ .B \-buttons | .B +buttons ] [ .B \-scrollthrough | .B +scrollthrough ] [ .B \-pagesep | .B +pagesep ] [ .B \-showdir | .B +showdir ] [ .B \-balloons | .B +balloons ] [ .B \-linklook .I type ] [ .B \-highlight .I type ] [ .B \-searchlook .I type ] [ .B \-geometry .I geom ] [ .B \-display .I display ] [ .B \-iconic ] [ .B \-dir .I dir1 ] [ .B \-dir .I dir2 ] ... [ .I node ] .SH "DESCRIPTION" .PP .B tkinfo is a graphical browser for documentation in the GNU Info hypertext format. .SH OPTIONS .TP .B \-\-help Produces a short help message. .TP .B \-/+headers Turns on/off display of the raw info node headers in the first line of the window. Default is on. .TP .B \-/+buttons Turns on/off display of the button row. Default is on. .TP .B \-/+balloons Turns on/off balloonhelp for the buttons. Default is on. .TP .B \-/+scrollthrough Turns on/off jumping to the successor node when attempting to scroll at the bottom of a node. Default is on. .TP .B \-/+pagesep Turns on/off inserting of page separators when scrolling page-wise. Default is on. .TP .B \-/+showdir Turns on/off showing the full pathname of the displayed info file. Default is off. .TP .BI "\-linklook " type Specifies how to display cross references and menu entries. .I type must be one of "color", "font", or "underline". Default is "color" on color displays and "underline" on black and white displays. .TP .BI "\-highlight " type Specifies how to highlight links. .I type must be one of "color", "inverse", or "underline". Default is "inverse". .TP .BI "\-searchlook " type Specifies how to highlight matches after searches. .I type must be one of "color", "inverse", or "underline". Default is "inverse". .TP .BI "\-geometry " geom Geometry of the window. .I geom must be of the form XxY+A+B or XxY or +A+B, where X and Y specify the size of the window in characters and A and B the location in pixels. .TP .BI "\-display " display X display to use for the .B tkinfo window. .TP .B \-iconic Start the first window in iconic state. .TP .BI "\-dir " dir Specifies directories to search for info files, in addition to those contained in the INFOPATH environment variable. The directories specified with \-dir will be searched first, in the order given. .TP .I node Specifies the info node to visit initially. Possible formats for .I node are: .br "(filename)nodename" most general .br "(filename)" equivalent to (filename)Top .br "filename" equivalent to (filename). .PP If filename is not absolute, the info directories (from INFOPATH and \-dir) will be searched. If filename cannot be found, its lower case version will be tried. .PP An alternative way to specify the node "(FILE)NODE" is with "\-file FILE \-node NODE". .PP If no .I node is given, the default node "(dir)Top" is used. .SH ENVIRONMENT .TP .B INFOPATH A colon (``:'') separated list of directories to search for info files. More directories can be given with \-dir options, above. If not set, .B tkinfo will try various standard directories that should be ok for most systems. .TP .B INFOSUFFIX A colon separated list of file suffixes to try when searching for an info file. If not set, .B tkinfo will try the suffixes "", ".info", and "\-info". In addition, .B tkinfo will always automatically try the suffixes .Z, .z, and .gz and deal with the compressed file if necessary. .SH "SEE ALSO" The program documents itself in the info format: start it and type "h". Customization via X resources is also documented in that way. .PP You can get additional information and the latest version of .B tkinfo on the WWW at http://math-www.uni-paderborn.de/~axel/tkinfo/ .SH AUTHOR This manual page was written by Craig Sanders for the Debian GNU/Linux system and released under the GNU General Public License. Some changes were made by Axel Boldt .