Ticket #35549: patch-doc-pinfo.texi.diff
File patch-doc-pinfo.texi.diff, 5.1 KB (added by master@…, 12 years ago) |
---|
-
doc/pinfo.texi
old new 60 60 @value{DATE}. 61 61 62 62 @menu 63 * Invoking:: Comman line options.63 * Invoking:: Command line options. 64 64 * Configuration:: Configurable behaviour of pinfo. 65 65 * Internationalization Support:: Localization. 66 66 * Author:: Who wrote pinfo. 67 67 * Bugs:: Help debugging. 68 68 * Copyright:: Copying. 69 * Index:: Search.69 * Index:: Index. 70 70 71 71 @detailmenu 72 72 --- The Detailed Node Listing --- … … 80 80 81 81 * Color:: Color settings. 82 82 * Keys:: Bindable keyboard. 83 * Options:: Confi ruration options.83 * Options:: Configuration options. 84 84 * Example config file:: Build in values. 85 85 86 86 Keys … … 100 100 @value{PROGRAM} [@var{options}] [@var{info_page}] 101 101 102 102 @value{PROGRAM} is a program for viewing info files. You specify which 103 page you want to read by passing it an @var{info_page} argument. This argumen 104 t 103 page you want to read by passing it an @var{info_page} argument. This argument 105 104 contains the name of an info page (i.e. @samp{bash}). The program 106 105 will then (by default) search for it in the current diectory, @file{/usr/share/info}, 107 106 @file{/usr/info}, @file{/usr/local/share/info}, @file{/usr/local/info}, … … 113 112 to the function @code{openinfo()} in @file{filehandling_functions.c}. 114 113 115 114 When the search for info pages fails, man is called with the @var{info_page} 116 argument, and it 's output is parsed by @value{PROGRAM}. This means that115 argument, and its output is parsed by @value{PROGRAM}. This means that 117 116 when you don't have the appropriate info page, but have a man page 118 117 instead; the man page will be viewed. 119 118 … … 132 131 could be used as a manual pager). Warning: Everything what follows this 133 132 option is passed to the @code{man} program. Don't be confused if 134 133 @value{PROGRAM} options, which followed @samp{-m} don't work. 135 When using this option, pinfo does not parse the info options as us sual!134 When using this option, pinfo does not parse the info options as usual! 136 135 It invokes the man part of program. 137 136 138 137 You can also call the man function of @value{PROGRAM} in another way. 139 138 When @value{PROGRAM} is called with an @code{argv[0]} (the program file 140 name), which contains the word @code{man} in it 's name, the man139 name), which contains the word @code{man} in its name, the man 141 140 functions are enabled automatically. 142 141 143 142 Previously there was a symlink to @value{PROGRAM}, called @code{pman}, 144 but I had to remove it from the distribution, since it 's name was in143 but I had to remove it from the distribution, since its name was in 145 144 conflict with some other utility. Anyway, you can feel free to create 146 145 such a link if you wish. 147 146 @item -r, --raw-filename … … 161 160 @item -t, --force-manual-tag-table 162 161 forces manual detection of tag table. This allows you to view info 163 162 pages, which may be corrupted. (as i.e. version of jed's pages, 164 shipped with RH5.0). The tag table corruption us sualy appears in that163 shipped with RH5.0). The tag table corruption usualy appears in that 165 164 the info links, which you follow, move you to quite unexpected nodes. 166 165 @item --node=@var{nodename}, --node @var{nodename} 167 166 Go to the node @var{nodename} of info file. Since 0.6.7 it is also … … 239 238 @cindex How to use it 240 239 241 240 Now let's move to the key definitions. Here we first put a key name 242 (again all keys are present in the example); then we enter it 's value --241 (again all keys are present in the example); then we enter its value -- 243 242 either surrounded by apostrophes, or a keycode number (like in 244 @var{KEY_REFRESH_1}), or its mnemonic code name if it 's a special key243 @var{KEY_REFRESH_1}), or its mnemonic code name if its a special key 245 244 (like i.e. in @var{KEY_FOLLOWLINK_1}). 246 245 247 246 If you wish to specify key by code value, use the supplied program … … 284 283 Alternate key for repeating the last search. 285 284 286 285 @item KEY_GOTO_1 287 Key for explicitly going to a node (by specifing it 's name).286 Key for explicitly going to a node (by specifing its name). 288 287 289 288 @item KEY_GOTO_2 290 Alternate key for explicitly going to a node (by specifing it 's name).289 Alternate key for explicitly going to a node (by specifing its name). 291 290 292 291 @item KEY_PREVNODE_1 293 292 Key for going to a node marked as 'Prev' in the header. In manpage viewer … … 443 442 this means a printable character c. The syntax is just like in C/C++ ;). 444 443 445 444 @item [number] 446 you can also specify key as it 's code number. It is useful e.g. when445 you can also specify key as its code number. It is useful e.g. when 447 446 specifing control keys, and some nonstandard keys. A numerical value of 448 447 zero turns given keybinding off. 449 448 … … 703 702 @email{pborys@@zeus.polsl.gliwice.pl}, or 704 703 @email{pborys@@p-soft.silesia.linux.org.pl}. 705 704 706 There was also a lot of other people, who contributed to this code. See 707 the @file{AUTHORS} file. 705 A lot of other people also contributed 706 to this code. 707 See the @file{AUTHORS} file. 708 708 709 709 Please send bug reports to the author: @value{AUTHOR} @value{CONTACT}. 710 710