Print this page
10057 Man page misspellings ouput particuliar overriden
Reviewed by: Gergő Mihály Doma <domag02@gmail.com>

Split Close
Expand all
Collapse all
          --- old/usr/src/man/man5/tecla.5
          +++ new/usr/src/man/man5/tecla.5
↓ open down ↓ 23 lines elided ↑ open up ↑
  24   24  .\" or other dealings in this Software without prior written authorization
  25   25  .\" of the copyright holder.
  26   26  .\" Portions Copyright (c) 2005, Sun Microsystems, Inc. All Rights Reserved.
  27   27  .TH TECLA 5 "April 9, 2016"
  28   28  .SH NAME
  29   29  tecla, teclarc \- User interface provided by the tecla library.
  30   30  .SH DESCRIPTION
  31   31  .LP
  32   32  This man page describes the command-line editing features that are available to
  33   33  users of programs that read keyboard input via the tecla library. Users of the
  34      -\fBtcsh shell\fR will find the default key bindings very familiar. Users of the
       34 +\fBtcsh\fR shell will find the default key bindings very familiar. Users of the
  35   35  \fBbash\fR shell will also find it quite familiar, but with a few minor
  36   36  differences, most notably in how forward and backward searches through the list
  37   37  of historical commands are performed. There are two major editing modes, one
  38   38  with \fBemacs\fR-like key bindings and another with \fBvi\fR-like key bindings.
  39   39  By default \fBemacs\fR mode is enabled, but \fBvi\fR(1) mode can alternatively
  40   40  be selected via the user's configuration file. This file can also be used to
  41   41  change the bindings of individual keys to suit the user's preferences. By
  42   42  default, tab completion is provided. If the application hasn't reconfigured
  43   43  this to complete other types of symbols, then tab completion completes file
  44   44  names.
↓ open down ↓ 1447 lines elided ↑ open up ↑
1492 1492  .ne 2
1493 1493  .na
1494 1494  \fBvi-repeat-change\fR
1495 1495  .ad
1496 1496  .RS 30n
1497 1497  In \fBvi\fR command mode, repeat the last command that modified the line.
1498 1498  .RE
1499 1499  
1500 1500  .SS "Default Key Bindings In \fBemacs\fR Mode"
1501 1501  .LP
1502      -The following default key bindings, which can be overriden by the tecla
     1502 +The following default key bindings, which can be overridden by the tecla
1503 1503  configuration file, are designed to mimic most of the bindings of the unix
1504      -\fBtcsh shell\fR shell, when it is in \fBemacs\fR editing mode.
     1504 +\fBtcsh\fR shell, when it is in \fBemacs\fR editing mode.
1505 1505  .sp
1506 1506  .LP
1507 1507  This is the default editing mode of the tecla library.
1508 1508  .sp
1509 1509  .LP
1510 1510  Under UNIX the terminal driver sets a number of special keys for certain
1511 1511  functions. The tecla library attempts to use the same key bindings to maintain
1512 1512  consistency. The key sequences shown for the following 6 bindings are thus just
1513 1513  examples of what they will probably be set to. If you have used the stty
1514 1514  command to change these keys, then the default bindings should match.
↓ open down ↓ 2147 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX