aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/col
diff options
context:
space:
mode:
authorPhilippe Charnier <charnier@FreeBSD.org>2002-04-19 23:44:58 +0000
committerPhilippe Charnier <charnier@FreeBSD.org>2002-04-19 23:44:58 +0000
commit3898680cf705cef4e1cc606b44cd91fc4252bcd5 (patch)
tree1070287b1054de985087e8287086ae5d4c5ed090 /usr.bin/col
parent0c7c579ba6b65512b9b668508dc41b8b5b057c65 (diff)
Notes
Diffstat (limited to 'usr.bin/col')
-rw-r--r--usr.bin/col/col.115
1 files changed, 9 insertions, 6 deletions
diff --git a/usr.bin/col/col.1 b/usr.bin/col/col.1
index e5b85fa290a5..95785168b8ff 100644
--- a/usr.bin/col/col.1
+++ b/usr.bin/col/col.1
@@ -46,8 +46,9 @@
.Op Fl bfhpx
.Op Fl l Ar num
.Sh DESCRIPTION
-.Nm Col
-filters out reverse (and half reverse) line feeds so that the output is
+The
+.Nm
+utility filters out reverse (and half reverse) line feeds so that the output is
in the correct order with only forward and half forward line
feeds, and replaces white-space characters with tabs where possible.
This can be useful in processing the output of
@@ -55,8 +56,9 @@ This can be useful in processing the output of
and
.Xr tbl 1 .
.Pp
-.Nm Col
-reads from the standard input and writes to the standard output.
+The
+.Nm
+utility reads from the standard input and writes to the standard output.
.Pp
The options are as follows:
.Bl -tag -width indent
@@ -117,8 +119,9 @@ reverse line feed (11)
All unrecognized control characters and escape sequences are
discarded.
.Pp
-.Nm Col
-keeps track of the character set as characters are read and makes
+The
+.Nm
+utility keeps track of the character set as characters are read and makes
sure the character set is correct when they are output.
.Pp
If the input attempts to back up to the last flushed line,