summaryrefslogtreecommitdiffstats
path: root/usr.bin/col/README
diff options
context:
space:
mode:
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