virtio-net: acknowledge used features
[minix3.git] / man / man1 / pr.1
blob6993d4ab6f8071ac5cd56fc734b1490507a7311e
1 .TH PR 1
2 .SH NAME
3 pr \- print a file
4 .SH SYNOPSIS
5 \fBpr\fR [\fB\-Mfnt\fR]\fR [\fB\-h \fIn\fR]  [\fB\-l \fIn\fR]  [\fB\-w \fIn\fR] [\fB\-\fRcolumns\fR] [\fB+\fIpage\fR] [\fIfile\fR] ...\fR
6 .br
7 .de FL
8 .TP
9 \\fB\\$1\\fR
10 \\$2
12 .de EX
13 .TP 20
14 \\fB\\$1\\fR
15 # \\$2
17 .SH OPTIONS
18 .TP 5
19 .B \-M
20 # Use MINIX style line number
21 .TP 5
22 .B \-f
23 # Do not fold long lines
24 .TP 5
25 .B \-h
26 # Take next argument as page header
27 .TP 5
28 .B \-l
29 # Sets page length in lines
30 .TP 5
31 .B \-n
32 # Number the output lines
33 .TP 5
34 .B \-t
35 # Do not print page header or trailer
36 .TP 5
37 .B \-w
38 # Sets line length in characters
39 .SH EXAMPLES
40 .TP 20
41 .B pr \-w85 \-l60 file
42 # Use 85 character line, 60 line page
43 .TP 20
44 .B pr \-3 file
45 # List \fIfile\fP three columns to a page
46 .TP 20
47 .B pr +4 file
48 # Start printing with page 4
49 .SH DESCRIPTION
50 .PP
51 .I Pr
52 formats one or more files for printing.
53 If no files are specified, \fIstdin\fR is printed.
54 Options are provided for setting the width and height of the page, the
55 number of columns to use (default 1), and the page to start with, among others.
56 .SH "SEE ALSO"
57 .BR lp (1).