virtio-net: acknowledge used features
[minix3.git] / man / man1 / fold.1
blob092ef63da738c50df54ecc76c836fea936630dc7
1 .TH FOLD 1
2 .SH NAME
3 fold \- fold long lines
4 .SH SYNOPSIS
5 \fBfold\fR [\fB\-\fIn\fR]\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 \-\fIn\fR
20 # How long should the output lines be
21 .SH EXAMPLES
22 .TP 20
23 .B fold \-60
24 # Fold \fIstdin\fR to 60 characters
25 .TP 20
26 .B fold file
27 # Fold \fIfile\fP to 80 characters
28 .SH DESCRIPTION
29 .PP
30 \fIFold\fR takes copies its input from the named file (or \fIstdin\fR,
31 if none is specified) to standard output.
32 However, lines longer than the given maximum (default 80) are broken
33 into multiple lines of the maximum length by inserting new line characters.
34 .SH "SEE ALSO"
35 .BR width (1).