=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/fold/fold.1,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- src/usr.bin/fold/fold.1 1996/06/26 05:33:22 1.2 +++ src/usr.bin/fold/fold.1 1998/09/26 19:54:44 1.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: fold.1,v 1.2 1996/06/26 05:33:22 deraadt Exp $ +.\" $OpenBSD: fold.1,v 1.3 1998/09/26 19:54:44 aaron Exp $ .\" $NetBSD: fold.1,v 1.5 1995/09/01 01:42:42 jtc Exp $ .\" .\" Copyright (c) 1980, 1993 @@ -39,17 +39,17 @@ .Os .Sh NAME .Nm fold -.Nd "fold long lines for finite width output device" +.Nd fold long lines for finite width output device .Sh SYNOPSIS .Nm fold .Op Fl bs .Op Fl w Ar width -.Ar +.Ar file Op Ar ... .Sh DESCRIPTION -.Nm Fold +.Nm fold is a filter which folds the contents of the specified files, or the standard input if no files are specified, -breaking the lines to have maximum of 80 characters. +breaking the lines to have a maximum of 80 characters. .Pp The options are as follows: .Bl -tag -width indent @@ -67,7 +67,7 @@ .Pp The .Nm fold -utility exits 0 on success, and >0 if an error occurs. +utility exits 0 on success or >0 if an error occurred. .Sh SEE ALSO .Xr expand 1 .Sh STANDARDS @@ -78,7 +78,7 @@ .Sh BUGS If underlining is present it may be messed up by folding. .Pp -.Ar Width +.Ar width should be a multiple of 8 if tabs are present, or the tabs should be expanded using .Xr expand 1