diff options
author | murray <murray@FreeBSD.org> | 2001-11-19 08:35:59 +0000 |
---|---|---|
committer | murray <murray@FreeBSD.org> | 2001-11-19 08:35:59 +0000 |
commit | 56252b5cc7e36b13716f98a2cd80116e80b3b783 (patch) | |
tree | ae348a02c16c261d89655b6a800d0aa2a5d47bca /usr.bin/fold | |
parent | 638dcc63b261cc2d42cc0fbeb79d5d859e3142b5 (diff) | |
download | FreeBSD-src-56252b5cc7e36b13716f98a2cd80116e80b3b783.zip FreeBSD-src-56252b5cc7e36b13716f98a2cd80116e80b3b783.tar.gz |
Add a missing word to form a complete sentence.
PR: docs/32084
Submitted by: setantae@submonkey.net
Diffstat (limited to 'usr.bin/fold')
-rw-r--r-- | usr.bin/fold/fold.1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/fold/fold.1 b/usr.bin/fold/fold.1 index 3c2bfec..f9f774d 100644 --- a/usr.bin/fold/fold.1 +++ b/usr.bin/fold/fold.1 @@ -46,7 +46,7 @@ .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 |