Ticket #35549: patch-doc-pinfo.1.in.diff
File patch-doc-pinfo.1.in.diff, 2.7 KB (added by master@…, 12 years ago) |
---|
-
doc/pinfo.1.in
old new 27 27 .IR "filehandling_functions.c". 28 28 .P 29 29 When the search for info pages fails, man is called with the infopage 30 argument, and it 's output is parsed by pinfo. This means that when you don't30 argument, and its output is parsed by pinfo. This means that when you don't 31 31 have the appropriate info page, but have a man page instead; the man page 32 32 will be viewed. 33 33 .P … … 53 53 .P 54 54 You can also call the man function of pinfo in another way. When pinfo is 55 55 called with an argv[0] (the program file name), which contains the word 'man' 56 in it 's name, the man functions are enabled automatically.56 in its name, the man functions are enabled automatically. 57 57 .P 58 58 Previously there was a symlink to pinfo, called pman, but I had to remove it 59 from the distribution, since it 's name was in conflict with some other59 from the distribution, since its name was in conflict with some other 60 60 utility. Anyway, you can feel free to create such a link if you wish. 61 61 .P 62 62 .BR "-r", … … 188 188 KEY_BACK_1=KEY_LEFT 189 189 KEY_BACK_2='l' 190 190 KEY_FOLLOWLINK_1=KEY_RIGHT 191 KEY_FOLLOWLINK_2='\ n'191 KEY_FOLLOWLINK_2='\\n' 192 192 # 12 is a code for ctrl+l 193 193 KEY_REFRESH_1=12 194 194 KEY_REFRESH_2='~' … … 237 237 blinking attribute, or highlighted background in some other configurations. 238 238 .P 239 239 Now let's move to the key definitions. Here we first put a key name (again 240 all keys are present in the example); then we enter it 's value -- either240 all keys are present in the example); then we enter its value -- either 241 241 surrounded 242 242 by apostrophes, or a keycode number (like in KEY_REFRESH_1), or its mnemonic 243 code name if it 's a special key (like i.e. in KEY_FOLLOWLINK_1).243 code name if its a special key (like i.e. in KEY_FOLLOWLINK_1). 244 244 .P 245 245 If you wish to specify key by code value, use the supplied program 'testkey' 246 246 to obtain the needed value. It mainly is a feature, when you want to add … … 274 274 Alternate key for repeating the last search. 275 275 .TP 276 276 .B KEY_GOTO_1 277 Key for explicitly going to a node (by specifying it 's name).277 Key for explicitly going to a node (by specifying its name). 278 278 .TP 279 279 .B KEY_GOTO_2 280 Alternate key for explicitly going to a node (by specifying it 's name).280 Alternate key for explicitly going to a node (by specifying its name). 281 281 .TP 282 282 .B KEY_PREVNODE_1 283 283 Key for going to a node marked as 'Prev' in the header. In man page viewer … … 441 441 C/C++ ;). 442 442 .TP 443 443 .B [number] 444 \- you can also specify key as it 's code number. It is useful e.g. when444 \- you can also specify key as its code number. It is useful e.g. when 445 445 specifying control keys, and some nonstandard keys. 446 446 A numerical value of zero turns given key binding off. 447 447 .sp