new copyright & pathname (htable)
[unix-history] / usr / src / old / tk / tk.1
CommitLineData
4a9b666c 1.\" @(#)tk.1 6.1 (Berkeley) %G%
ff587718 2.\"
4a9b666c 3.TH TK 1 ""
ff587718
KM
4.AT 3
5.SH NAME
6tk \- paginator for the Tektronix 4014
7.SH SYNOPSIS
8.B tk
9[
10.B \-t
11]
12[
13.B \-\c
14.I N
15]
16[
17.B \-p\c
18.I L
19]
20[
21file
22]
23.SH DESCRIPTION
24The output of
25.I tk
26is intended for a Tektronix 4014 terminal.
27.I Tk
28arranges for 66 lines to fit on the screen,
29divides the screen into
30.I N
31columns,
32and
33contributes an eight space page offset
34in the (default) single-column case.
35Tabs, spaces, and backspaces are collected and plotted
36when necessary.
37Teletype Model 37 half- and reverse-line sequences
38are interpreted and plotted.
39At the end of each page
40.I tk
41waits for a newline (empty line) from the keyboard before
42continuing on to the next page.
43In this wait state, the command
44.BI ! command
45will send the
46.I command
47to the shell.
48.PP
49The command line options are:
50.TP
51.B \-t
52Don't wait between pages; for directing output into a file.
53.PP
54.TP
55.BI \- N
56Divide the screen into \fIN\fR columns and
57wait after the last column.
58.TP
59.BI \-p L
60Set page length to \fIL\fR
61lines.
62.SH SEE ALSO
63pr(1)