BSD 1 development
[unix-history] / man6 / fold.6
CommitLineData
0632d7e3
BJ
1.th FOLD VI 8/24/77
2.sh NAME
3fold \- fold long lines for finite width output device
4.sh SYNOPSIS
5.bd fold
6[
7\-width
8] [
9file ...
10]
11.sh DESCRIPTION
12.it Fold
13is a filter which will fold the contents of the specified files,
14or the standard input if no files are specified,
15breaking the lines to have maximum width
16.it width.
17The default for
18.it width
19is 80.
20.it Width
21should be a multiple of 8 if tabs are present, or the tabs should
22be expanded using
23.it expand
24(VI)
25before coming to
26.it fold.
27.sh SEE\ ALSO
28expand (VI)
29.sh AUTHOR
30William Joy
31.sh BUGS
32If underlining is present it may be messed up by folding.