Penguin
Annotated edit history of colcrt(1) version 1 showing authors affecting page license. View with all changes included.
Rev Author # Line
1 perry 1 ----
2 __NAME__
3
4
5 colcrt - filter nroff output for CRT previewing
6 __SYNOPSIS__
7
8
9 colcrt [[-] [[-2] [[file ...]
10 __DESCRIPTION__
11
12
13 Colcrt provides virtual half-line and reverse line feed
14 sequences for terminals without such capability, and on
15 which overstriking is destructive. Half-line characters and
16 underlining (changed to dashing `-') are placed on new lines
17 in between the normal output lines.
18
19
20 The following options are available:
21 - Suppress all underlining. This option is especiallyuseful for previewing ''allboxed'' tables from tbl
22 (1).
23
24
25 -2
26 Cause all half-lines to be printed, effectively dou- ble spacing the output. Normally, a minimal space output format is used which will suppress empty lines. The program never suppresses two consecutive empty lines, however. The -2 option is useful for sending output to the line printer when the output contains superscripts and subscripts which would oth- erwise be invisible.
27
28
29 __EXAMPLES__
30
31
32 A typical use of colcrt would be
33
34
35 tbl exum2.n | nroff -ms | colcrt - | more
36 __SEE ALSO__
37
38
39 col(1), more(1), nroff(1),
40 troff(1), ul(1)
41 __BUGS__
42
43
44 Should fold underlines onto blanks even with the - option so
45 that a true underline character would show.
46
47
48 Can't back up more than 102 lines.
49
50
51 General overstriking is lost; as a special case |
52 overstruck with - or underline becomes
53 +.
54
55
56 Lines are trimmed to 132 characters.
57
58
59 Some provision should be made for processing superscripts
60 and subscripts in documents which are already
61 double-spaced.
62 __HISTORY__
63
64
65 The colcrt command appeared in 3.0 BSD
66 .
67
68
69 BSD June 30, 1993 1
70 ----
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.