diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 2000-11-21 18:14:56 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 2000-11-21 18:14:56 +0000 |
commit | 4b5206f4053345075d6198b081efcc9c1ac4b3fd (patch) | |
tree | ed99c9bb36602a6e06c843ab8e26a12686e41e0c /usr.bin | |
parent | 99703f09e158d3b5c1a4b42c8eb999136cc6e515 (diff) |
Document -h option and correctly describe half-reverse and half-reverse
line feeds; mpech@prosoft.org.lv
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/col/col.1 | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/usr.bin/col/col.1 b/usr.bin/col/col.1 index cfb4c50e1ee..0513f5453d8 100644 --- a/usr.bin/col/col.1 +++ b/usr.bin/col/col.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: col.1,v 1.6 2000/11/09 17:52:06 aaron Exp $ +.\" $OpenBSD: col.1,v 1.7 2000/11/21 18:14:55 aaron Exp $ .\" $NetBSD: col.1,v 1.4 1995/03/26 05:25:52 glass Exp $ .\" .\" Copyright (c) 1990, 1993 @@ -45,7 +45,7 @@ .Nd filter reverse line feeds from input .Sh SYNOPSIS .Nm col -.Op Fl bfx +.Op Fl bfhx .Op Fl l Ar num .Sh DESCRIPTION .Nm @@ -71,6 +71,9 @@ Forward half-line feeds are permitted mode). Normally characters printed on a half-line boundary are printed on the following line. +.It Fl h +Compress spaces into tabs. +This is the default behavior. .It Fl x Output multiple spaces instead of tabs. .It Fl l Ar num @@ -88,10 +91,10 @@ table: .Bl -tag -width "carriage return" -compact .It ESC\-7 Reverse line feed (escape then 7). -.It ESC\-8 -Half reverse line feed (escape then 8). -.It ESC\-9 -Half forward line feed (escape then 9). +.It ESC\-10 +Half reverse line feed (escape then 10). +.It ESC\-11 +Half forward line feed (escape then 11). .It backspace Moves back one column (8); ignored in the first column. .It carriage return |