summaryrefslogtreecommitdiffstats
path: root/usr.bin/col/README
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/README
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/README')
-rw-r--r--usr.bin/col/README6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/col/README b/usr.bin/col/README
index f673f3a..116a044 100644
--- a/usr.bin/col/README
+++ b/usr.bin/col/README
@@ -1,4 +1,6 @@
# @(#)README 8.1 (Berkeley) 6/6/93
+#
+# $FreeBSD$
col - filter out reverse line feeds.
@@ -6,6 +8,7 @@ Options are:
-b do not print any backspaces (last character written is printed)
-f allow half line feeds in output, by default characters between
lines are pushed to the line below
+ -p force unknown control sequences to be passed through unchanged
-x do not compress spaces into tabs.
-l num keep (at least) num lines in memory, 128 are kept by default
@@ -20,9 +23,6 @@ page to reflect the way the code worked. Suspecting that this was probably
the wrong way to go, this version adopts the SVID defaults, and no longer
documents the -h option.
-The S5 -p flag is not supported because it isn't clear what it does (looks
-like a kludge introduced for a particular printer).
-
Known differences between AT&T's col and this one (# is delimiter):
Input AT&T col this col
#\nabc\E7def\n# # def\nabc\r# # def\nabc\n#
OpenPOWER on IntegriCloud