.th FOLD VI 8/24/77 .sh NAME fold \- fold long lines for finite width output device .sh SYNOPSIS .bd fold [ \-width ] [ file ... ] .sh DESCRIPTION .it Fold is a filter which will fold the contents of the specified files, or the standard input if no files are specified, breaking the lines to have maximum width .it width. The default for .it width is 80. .it Width should be a multiple of 8 if tabs are present, or the tabs should be expanded using .it expand (VI) before coming to .it fold. .sh SEE\ ALSO expand (VI) .sh AUTHOR William Joy .sh BUGS If underlining is present it may be messed up by folding.