Add argument in options table. Resize to fit.

This commit is contained in:
wiz 2011-09-15 09:40:57 +00:00
parent 826f78a987
commit 4285677d6b

View File

@ -1,4 +1,4 @@
.\" $NetBSD: fold.1,v 1.13 2011/09/15 09:39:57 wiz Exp $
.\" $NetBSD: fold.1,v 1.14 2011/09/15 09:40:57 wiz Exp $
.\"
.\" Copyright (c) 1980, 1993
.\" The Regents of the University of California. All rights reserved.
@ -47,7 +47,7 @@ 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:
.Bl -tag -width indent
.Bl -tag -width XwXwidthXX
.It Fl b
Count
.Ar width
@ -56,7 +56,7 @@ in bytes rather than column positions.
Fold line after the last blank character within the first
.Ar width
column positions (or bytes).
.It Fl w
.It Fl w Ar width
Specifies
.Ar width
to use as a line width, instead of the default 80 characters.