manual page distributed with 4.1BSD
authorKirk McKusick <mckusick@ucbvax.Berkeley.EDU>
Tue, 30 Apr 1985 05:25:21 +0000 (21:25 -0800)
committerKirk McKusick <mckusick@ucbvax.Berkeley.EDU>
Tue, 30 Apr 1985 05:25:21 +0000 (21:25 -0800)
SCCS-vsn: usr.bin/fold/fold.1 4.1

usr/src/usr.bin/fold/fold.1 [new file with mode: 0644]

diff --git a/usr/src/usr.bin/fold/fold.1 b/usr/src/usr.bin/fold/fold.1
new file mode 100644 (file)
index 0000000..0280335
--- /dev/null
@@ -0,0 +1,36 @@
+.\" Copyright (c) 1980 Regents of the University of California.
+.\" All rights reserved.  The Berkeley software License Agreement
+.\" specifies the terms and conditions for redistribution.
+.\"
+.\"    @(#)fold.1      4.1 (Berkeley) %G%
+.\"
+.TH FOLD 1 2/24/79
+.UC
+.SH NAME
+fold \- fold long lines for finite width output device
+.SH SYNOPSIS
+.B fold
+[
+\-width
+] [
+file ...
+]
+.SH DESCRIPTION
+.I 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
+.I width.
+The default for
+.I width
+is 80.
+.I Width
+should be a multiple of 8 if tabs are present, or the tabs should
+be expanded using
+.IR expand (1)
+before coming to
+.I fold.
+.SH SEE\ ALSO
+expand(1)
+.SH BUGS
+If underlining is present it may be messed up by folding.