diff options
author | Mike Heffner <mikeh@FreeBSD.org> | 2001-06-17 04:24:16 +0000 |
---|---|---|
committer | Mike Heffner <mikeh@FreeBSD.org> | 2001-06-17 04:24:16 +0000 |
commit | 844518ff93b604eee2668bfbbc2fb427e048b7b6 (patch) | |
tree | 8db6603063905c27d9d4de94ac61e41842b9e159 /usr.bin/col/col.1 | |
parent | f34d0e744759d7b80f1c3ff8f58c85dc8e167d04 (diff) | |
download | src-844518ff93b604eee2668bfbbc2fb427e048b7b6.tar.gz src-844518ff93b604eee2668bfbbc2fb427e048b7b6.zip |
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
Notes
Notes:
svn path=/head/; revision=78384
Diffstat (limited to 'usr.bin/col/col.1')
-rw-r--r-- | usr.bin/col/col.1 | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/usr.bin/col/col.1 b/usr.bin/col/col.1 index 4576e77aa469..72c76d99edb9 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 |