summaryrefslogtreecommitdiffstats
path: root/text-utils/col.1
diff options
context:
space:
mode:
authorKarel Zak2006-12-07 00:25:43 +0100
committerKarel Zak2006-12-07 00:25:43 +0100
commit22853e4a82c6ef7b336527529acb94b14a0b0fd8 (patch)
treeee28e4598c8c449d7e811711d8ce8eb17caecfb6 /text-utils/col.1
parentImported from util-linux-2.10f tarball. (diff)
downloadkernel-qcow2-util-linux-22853e4a82c6ef7b336527529acb94b14a0b0fd8.tar.gz
kernel-qcow2-util-linux-22853e4a82c6ef7b336527529acb94b14a0b0fd8.tar.xz
kernel-qcow2-util-linux-22853e4a82c6ef7b336527529acb94b14a0b0fd8.zip
Imported from util-linux-2.10m tarball.
Diffstat (limited to 'text-utils/col.1')
-rw-r--r--text-utils/col.114
1 files changed, 13 insertions, 1 deletions
diff --git a/text-utils/col.1 b/text-utils/col.1
index 1bf985277..141512111 100644
--- a/text-utils/col.1
+++ b/text-utils/col.1
@@ -42,7 +42,7 @@
.Nd filter reverse line feeds from input
.Sh SYNOPSIS
.Nm col
-.Op Fl bfx
+.Op Fl bfpx
.Op Fl l Ar num
.Sh DESCRIPTION
.Nm Col
@@ -66,6 +66,12 @@ written to each column position.
Forward half line feeds are permitted (``fine'' mode).
Normally characters printed on a half line boundary are printed
on the following line.
+.It Fl p
+Force unknown control sequences to be passed through unchanged.
+Normally,
+.Nm col
+will filter out any control sequences from the input other than those
+recognized and interpreted by itself, which are listed below.
.It Fl x
Output multiple spaces instead of tabs.
.It Fl l Ns Ar num
@@ -119,6 +125,12 @@ will display a warning message.
.Xr expand 1 ,
.Xr nroff 1 ,
.Xr tbl 1
+.Sh STANDARDS
+The
+.Nm col
+utility conforms to the Single UNIX Specification, Version 2. The
+.Fl l
+option is an extension to the standard.
.Sh HISTORY
A
.Nm col