DataMuseum.dk

Presents historical artifacts from the history of:

ICL Comet 32

This is an automatic "excavation" of a thematic subset of
artifacts from Datamuseum.dk's BitArchive.

See our Wiki for more about ICL Comet 32

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - metrics - download

⟦6c3210ba6⟧ TextFile

    Length: 1726 (0x6be)
    Types: TextFile
    Notes: UNIX file
    Names: »colcrt.1«

Derivation

└─⟦26887b7e0⟧ Bits:30009717 Comet 32 harddisk image
    └─⟦28c352965⟧ »/a« UNIX Filesystem
        └─⟦this⟧ »usr/man/man1/colcrt.1« 

TextFile

.ig
	@(#)colcrt.1	2.1	7/1/84
	@(#)Copyright (C) 1983 by National Semiconductor Corp.
..
.TH COLCRT 1
.UC
.SH NAME
colcrt \- filter nroff output for CRT previewing
.SH SYNOPSIS
.B colcrt
[
.B \-
] [
.B \-2
] [
file ...
]
.SH DESCRIPTION
.I 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.
.PP
The optional
.B \- 
suppresses all underlining.
It is especially useful for previewing
.I allboxed
tables from
.IR  tbl (1).
.PP
The option
.B \-2
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
.B \-2
option is useful for sending output to the line printer when the output
contains superscripts and subscripts which would otherwise be invisible.
.PP
A typical use of
.I colcrt
would be
.PP
.DT
	tbl exum2.n | nroff \-ms | colcrt \- | more
.SH "SEE ALSO"
nroff/troff(1), col(1), more(1), ul(1)
.SH AUTHOR
William Joy
.SH BUGS
Should fold underlines onto blanks even with the
`\fB\-\fR'
option so that
a true underline character would show; if we did this, however,
.I colcrt
wouldn't get rid of
.I cu'd
underlining
completely.
.PP
Can't back up more than 102 lines.
.PP
General overstriking is lost;
as a special case `|' overstruck with `\-' or underline becomes `+'.
.PP
Lines are trimmed to 132 characters.
.PP
Some provision should be made for processing superscripts and subscripts
in documents which are already double-spaced.