From 4285677d6bcd1b5aef524a9145b3b4b4e625f64e Mon Sep 17 00:00:00 2001 From: wiz Date: Thu, 15 Sep 2011 09:40:57 +0000 Subject: [PATCH] Add argument in options table. Resize to fit. --- usr.bin/fold/fold.1 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/usr.bin/fold/fold.1 b/usr.bin/fold/fold.1 index 10c61ce18d2d..ca4965211ca4 100644 --- a/usr.bin/fold/fold.1 +++ b/usr.bin/fold/fold.1 @@ -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.