diff options
author | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2014-10-17 21:10:57 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2014-10-17 21:10:57 +0000 |
commit | 50932e83ff8ea988471f12c07fc593bb9814af8c (patch) | |
tree | 812ab23a84b6f84a1d8c7812d8e3429810fb5293 | |
parent | 7d9fe7e5b97b35f455c1d17ad190e03167dad336 (diff) |
Partial revert of rev. 1.7 (Nov. 21, 2000):
The half line feed escape codes are decimal 8 and 9 (octal 010 and 011).
While here, make it clear that the numbers are ASCII, and consistently
use lower cases character names in the first column and decimal numbers
in the parentheses at the end of the second column.
OK millert@
-rw-r--r-- | usr.bin/col/col.1 | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/usr.bin/col/col.1 b/usr.bin/col/col.1 index 6cc50e624af..4ced0737280 100644 --- a/usr.bin/col/col.1 +++ b/usr.bin/col/col.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: col.1,v 1.11 2010/10/29 07:58:04 jmc Exp $ +.\" $OpenBSD: col.1,v 1.12 2014/10/17 21:10:56 schwarze Exp $ .\" $NetBSD: col.1,v 1.4 1995/03/26 05:25:52 glass Exp $ .\" .\" Copyright (c) 1990, 1993 @@ -33,7 +33,7 @@ .\" .\" @(#)col.1 8.1 (Berkeley) 6/29/93 .\" -.Dd $Mdocdate: October 29 2010 $ +.Dd $Mdocdate: October 17 2014 $ .Dt COL 1 .Os .Sh NAME @@ -79,16 +79,16 @@ Output multiple spaces instead of tabs. .Pp The control sequences for carriage motion that .Nm -understands and their decimal values are listed in the following +understands and their decimal ASCII values are listed in the following table: .Pp -.Bl -tag -width "carriage return" -compact -.It ESC\-7 -Reverse line feed (escape then 7). -.It ESC\-10 -Half reverse line feed (escape then 10). -.It ESC\-11 -Half forward line feed (escape then 11). +.Bl -tag -width "escape-backspace" -compact +.It escape\-bell +Reverse line feed (27 then 7). +.It escape\-backspace +Half reverse line feed (27 then 8). +.It escape\-tab +Half forward line feed (27 then 9). .It backspace Moves back one column (8); ignored in the first column. .It carriage return |