diff options
author | Philippe Charnier <charnier@FreeBSD.org> | 2002-04-19 23:44:58 +0000 |
---|---|---|
committer | Philippe Charnier <charnier@FreeBSD.org> | 2002-04-19 23:44:58 +0000 |
commit | 3898680cf705cef4e1cc606b44cd91fc4252bcd5 (patch) | |
tree | 1070287b1054de985087e8287086ae5d4c5ed090 /usr.bin/fold | |
parent | 0c7c579ba6b65512b9b668508dc41b8b5b057c65 (diff) | |
download | src-test2-3898680cf705cef4e1cc606b44cd91fc4252bcd5.tar.gz src-test2-3898680cf705cef4e1cc606b44cd91fc4252bcd5.zip |
Notes
Diffstat (limited to 'usr.bin/fold')
-rw-r--r-- | usr.bin/fold/fold.1 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/usr.bin/fold/fold.1 b/usr.bin/fold/fold.1 index 071f39a12315..5f1ab3dd83b3 100644 --- a/usr.bin/fold/fold.1 +++ b/usr.bin/fold/fold.1 @@ -44,8 +44,9 @@ .Op Fl w Ar width .Op Ar .Sh DESCRIPTION -.Nm Fold -is a filter which folds the contents of the specified files, +The +.Nm +utility 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 a maximum of 80 characters. .Pp |