summaryrefslogtreecommitdiffstats
path: root/usr.bin/col/col.1
diff options
context:
space:
mode:
authormikeh <mikeh@FreeBSD.org>2001-06-17 04:24:16 +0000
committermikeh <mikeh@FreeBSD.org>2001-06-17 04:24:16 +0000
commit714cc67ab669e57482b4991f6b38771231a73aca (patch)
tree8db6603063905c27d9d4de94ac61e41842b9e159 /usr.bin/col/col.1
parent8174fd75ca03de898fc2e94ccc9a0e0315851d4f (diff)
downloadFreeBSD-src-714cc67ab669e57482b4991f6b38771231a73aca.zip
FreeBSD-src-714cc67ab669e57482b4991f6b38771231a73aca.tar.gz
Add the -p flag to force unknown control sequences to be passed
through unchanged. Reviewed by: silence on -audit Obtained from: NetBSD MFC after: 3 weeks
Diffstat (limited to 'usr.bin/col/col.1')
-rw-r--r--usr.bin/col/col.18
1 files changed, 7 insertions, 1 deletions
diff --git a/usr.bin/col/col.1 b/usr.bin/col/col.1
index 4576e77..72c76d9 100644
--- a/usr.bin/col/col.1
+++ b/usr.bin/col/col.1
@@ -43,7 +43,7 @@
.Nd filter reverse line feeds from input
.Sh SYNOPSIS
.Nm
-.Op Fl bfhx
+.Op Fl bfhpx
.Op Fl l Ar num
.Sh DESCRIPTION
.Nm Col
@@ -69,6 +69,12 @@ Normally characters printed on a half line boundary are printed
on the following line.
.It Fl h
Don't output multiple spaces instead of tabs (default).
+.It Fl p
+Force unknown control sequences to be passed through unchanged.
+Normally,
+.Nm
+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 Ar num
OpenPOWER on IntegriCloud