]> git.ipfire.org Git - thirdparty/util-linux.git/blob - text-utils/colcrt.1.adoc
06519983a2638dc6c0e6915309d49be53f4e71a6
[thirdparty/util-linux.git] / text-utils / colcrt.1.adoc
1 //po4a: entry man manual
2 ////
3 Copyright (c) 1980, 1990, 1993
4 The Regents of the University of California. All rights reserved.
5
6 Redistribution and use in source and binary forms, with or without
7 modification, are permitted provided that the following conditions
8 are met:
9 1. Redistributions of source code must retain the above copyright
10 notice, this list of conditions and the following disclaimer.
11 2. Redistributions in binary form must reproduce the above copyright
12 notice, this list of conditions and the following disclaimer in the
13 documentation and/or other materials provided with the distribution.
14 3. All advertising materials mentioning features or use of this software
15 must display the following acknowledgement:
16 This product includes software developed by the University of
17 California, Berkeley and its contributors.
18 4. Neither the name of the University nor the names of its contributors
19 may be used to endorse or promote products derived from this software
20 without specific prior written permission.
21
22 THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
23 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
24 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
25 ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
26 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
27 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
28 OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
29 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
30 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
31 OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
32 SUCH DAMAGE.
33
34 @(#)colcrt.1 8.1 (Berkeley) 6/30/93
35 ////
36 = colcrt(1)
37 :doctype: manpage
38 :man manual: User Commands
39 :man source: util-linux {release-version}
40 :page-layout: base
41 :command: colcrt
42 :plus: +
43
44 == NAME
45
46 colcrt - filter nroff output for CRT previewing
47
48 == SYNOPSIS
49
50 *colcrt* [options] [_file_ ...]
51
52 == DESCRIPTION
53
54 *colcrt* provides virtual half-line and reverse line feed sequences for terminals without such capability, and on which overstriking is destructive. Half-line characters and underlining (changed to dashing `-') are placed on new lines in between the normal output lines.
55
56 == OPTIONS
57
58 *-*, *--no-underlining*::
59 Suppress all underlining. This option is especially useful for previewing _allboxed_ tables from *tbl*(1).
60
61 *-2*, *--half-lines*::
62 Causes all half-lines to be printed, effectively double 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 otherwise be invisible.
63
64 include::man-common/help-version.adoc[]
65
66 == HISTORY
67
68 The *colcrt* command appeared in 3.0BSD.
69
70 == BUGS
71
72 Should fold underlines onto blanks even with the *'-'* option so that a true underline character would show.
73
74 Can't back up more than 102 lines.
75
76 //TRANSLATORS: Keep {plus} untranslated.
77 General overstriking is lost; as a special case '|' overstruck with '-' or underline becomes '{plus}'.
78
79 Lines are trimmed to 132 characters.
80
81 Some provision should be made for processing superscripts and subscripts in documents which are already double-spaced.
82
83 == EXAMPLES
84
85 A typical use of *colcrt* would be:
86
87 ____
88 *tbl exum2.n | nroff -ms | colcrt - | more*
89 ____
90
91
92 == SEE ALSO
93
94 *col*(1),
95 *more*(1),
96 *nroff*(1),
97 *troff*(1),
98 *ul*(1)
99
100 include::man-common/bugreports.adoc[]
101
102 include::man-common/footer.adoc[]
103
104 ifdef::translation[]
105 include::man-common/translation.adoc[]
106 endif::[]