Add copyright
[unix-history] / usr / src / usr.sbin / lpr / lptest / lptest.1
CommitLineData
6be9699a
KM
1.\" Copyright (c) 1985 Regents of the University of California.
2.\" All rights reserved. The Berkeley software License Agreement
3.\" specifies the terms and conditions for redistribution.
4.\"
5.\" @(#)lptest.1 6.1 (Berkeley) %G%
6.\"
7.TH LPTEST 1 ""
8.UC 6
9.SH NAME
10lptest \- generate lineprinter ripple pattern
11.SH SYNOPSIS
12.B lptest
13[
14.B length
15[
16.B count
17] ]
18.br
19.SH DESCRIPTION
20.I Lptest
21writes the traditional "ripple test" pattern on standard output.
22In 96 lines,
23this pattern will print all 96 printable ASCII characters
24in each position.
25While originally created to test printers, it is quite
26useful for testing terminals,
27driving terminal ports for debugging purposes,
28or any other task where a quick supply of random data is needed.
29.PP
30The
31.I length
32argument specifies the output line length if the the default
33length of 79 is inappropriate.
34.PP
35The
36.I count
37argument specifies the number of output lines to be generated if
38the default count of 200 is inappropriate.
39Note that if
40.I count
41is to be specified,
42.I length
43must be also be specified.
44.SH "SEE ALSO"
45.SH BUGS