install correct aliases file
[unix-history] / usr / src / usr.sbin / lpr / lptest / lptest.1
CommitLineData
929f44b0
KB
1.\" Copyright (c) 1985 The Regents of the University of California.
2.\" All rights reserved.
6be9699a 3.\"
929f44b0
KB
4.\" Redistribution and use in source and binary forms are permitted
5.\" provided that the above copyright notice and this paragraph are
6.\" duplicated in all such forms and that any documentation,
7.\" advertising materials, and other materials related to such
8.\" distribution and use acknowledge that the software was developed
9.\" by the University of California, Berkeley. The name of the
10.\" University may not be used to endorse or promote products derived
11.\" from this software without specific prior written permission.
12.\" THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR
13.\" IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
14.\" WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
15.\"
16.\" @(#)lptest.1 6.2 (Berkeley) %G%
6be9699a
KM
17.\"
18.TH LPTEST 1 ""
19.UC 6
20.SH NAME
21lptest \- generate lineprinter ripple pattern
22.SH SYNOPSIS
23.B lptest
24[
25.B length
26[
27.B count
28] ]
29.br
30.SH DESCRIPTION
31.I Lptest
32writes the traditional "ripple test" pattern on standard output.
33In 96 lines,
34this pattern will print all 96 printable ASCII characters
35in each position.
36While originally created to test printers, it is quite
37useful for testing terminals,
38driving terminal ports for debugging purposes,
39or any other task where a quick supply of random data is needed.
40.PP
41The
42.I length
43argument specifies the output line length if the the default
44length of 79 is inappropriate.
45.PP
46The
47.I count
48argument specifies the number of output lines to be generated if
49the default count of 200 is inappropriate.
50Note that if
51.I count
52is to be specified,
53.I length
54must be also be specified.
55.SH "SEE ALSO"
56.SH BUGS