Print this page
9842 man page typos and spelling

Split Close
Expand all
Collapse all
          --- old/usr/src/man/man5/tecla.5.man.txt
          +++ new/usr/src/man/man5/tecla.5.man.txt
↓ open down ↓ 232 lines elided ↑ open up ↑
 233  233  
 234  234  
 235  235  
 236  236         and then hit M-p, then rather than returning the previously typed emacs
 237  237         line, which doesn't start with "ls", tecla would recall the "ls -l
 238  238         getline.c" line. Pressing M-p again would recall the "ls ~/tecla/"
 239  239         line.
 240  240  
 241  241  
 242  242         Note that if the string that you are searching for, contains any of the
 243      -       special characters, *, ?, or '[', then it is interpretted as a pattern
 244      -       to be matched.  Thus, cotinuing with the above example, after typing in
 245      -       the list of commands shown, if you then typed:
      243 +       special characters, *, ?, or '[', then it is interpreted as a pattern
      244 +       to be matched.  Thus, continuing with the above example, after typing
      245 +       in the list of commands shown, if you then typed:
 246  246  
 247  247           *tecla*
 248  248  
 249  249  
 250  250  
 251  251         and hit M-p, then the "emacs ~/tecla/getline.c" line would be recalled
 252  252         first, since it contains the word tecla somewhere in the line,
 253  253         Similarly, hitting M-p again, would recall the "ls ~/tecla/" line, and
 254  254         hitting it once more would recall the "ls ~/tecla/" line. The pattern
 255  255         syntax is the same as that described for file name expansion, in the
↓ open down ↓ 332 lines elided ↑ open up ↑
 588  588                                       matches that established by the last
 589  589                                       invocation of either history-search-
 590  590                                       forward or history-search-backward.
 591  591  
 592  592  
 593  593         complete-word
 594  594                                       Attempt to complete the incomplete word
 595  595                                       which precedes the cursor. Unless the
 596  596                                       host program has customized word
 597  597                                       completion, file name completion is
 598      -                                     attempted.  In vi commmand mode the
      598 +                                     attempted.  In vi command mode the
 599  599                                       character under the cursor is also
 600  600                                       included in the word being completed, and
 601  601                                       you are left in vi insert mode.
 602  602  
 603  603  
 604  604         expand-filename
 605  605                                       Within the command line, expand wild
 606  606                                       cards, tilde expressions and dollar
 607  607                                       expressions in the file name which
 608  608                                       immediately precedes the cursor. In vi
 609      -                                     commmand mode the character under the
      609 +                                     command mode the character under the
 610  610                                       cursor is also included in the file name
 611  611                                       being expanded, and you are left in vi
 612  612                                       insert mode.
 613  613  
 614  614  
 615  615         list-glob
 616  616                                       List any file names which match the wild-
 617  617                                       card, tilde and dollar expressions in the
 618  618                                       file name which immediately precedes the
 619  619                                       cursor, then redraw the input line
↓ open down ↓ 426 lines elided ↑ open up ↑
1046 1046  
1047 1047         up
1048 1048                  up-history
1049 1049  
1050 1050  
1051 1051         down
1052 1052                  down-history
1053 1053  
1054 1054  
1055 1055  
1056      -       The remaining bindings don't depend on the terminal setttings.
     1056 +       The remaining bindings don't depend on the terminal settings.
1057 1057  
1058 1058         ^F
1059 1059                              cursor-right
1060 1060  
1061 1061  
1062 1062         ^B
1063 1063                              cursor-left
1064 1064  
1065 1065  
1066 1066         M-i
↓ open down ↓ 979 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX