diff options
Diffstat (limited to 'usr.bin/fold/fold.1')
-rw-r--r-- | usr.bin/fold/fold.1 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/fold/fold.1 b/usr.bin/fold/fold.1 index f9f774d..63a52f2 100644 --- a/usr.bin/fold/fold.1 +++ b/usr.bin/fold/fold.1 @@ -48,10 +48,10 @@ 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 -The options are as follows: +The following option is available: .Bl -tag -width indent -.It Fl w -Specifies a line width to use instead of the default 80 characters. +.It Fl w Ar width +Specify a line width to use instead of the default 80 characters. .Ar Width should be a multiple of 8 if tabs are present, or the tabs should be expanded using |