[BACK]Return to col.1 CVS log [TXT][DIR] Up to [local] / src / usr.bin / col

Diff for /src/usr.bin/col/col.1 between version 1.12 and 1.13

version 1.12, 2014/10/17 21:10:56 version 1.13, 2015/05/09 20:36:18
Line 77 
Line 77 
 Output multiple spaces instead of tabs.  Output multiple spaces instead of tabs.
 .El  .El
 .Pp  .Pp
 The control sequences for carriage motion that  In the input stream,
 .Nm  .Nm
 understands and their decimal ASCII values are listed in the following  understands both the escape sequences of the form escape-digit
 table:  mandated by
   .St -susv2
   and the traditional
   .Bx
   format escape-control-character.
   The control sequences for carriage motion and their ASCII values
   are as follows:
 .Pp  .Pp
 .Bl -tag -width "escape-backspace" -compact  .Bl -tag -width "escape-backspace" -compact
 .It escape\-bell  .It escape\-bell
 Reverse line feed (27 then 7).  Reverse line feed (27 then 7).
   .It escape\-digit\-7
   Reverse line feed (27 then 55).
 .It escape\-backspace  .It escape\-backspace
 Half reverse line feed (27 then 8).  Half reverse line feed (27 then 8).
   .It escape\-digit\-8
   Half reverse line feed (27 then 56).
 .It escape\-tab  .It escape\-tab
 Half forward line feed (27 then 9).  Half forward line feed (27 then 9).
   .It escape\-digit\-9
   Half forward line feed (27 then 57).
   In
   .Fl f
   mode, this sequence may also occur in the output stream.
 .It backspace  .It backspace
 Moves back one column (8); ignored in the first column.  Moves back one column (8); ignored in the first column.
 .It carriage return  .It carriage return

Legend:
Removed from v.1.12  
changed lines
  Added in v.1.13