Module Name:    src
Committed By:   wiz
Date:           Thu Sep 15 09:40:57 UTC 2011

Modified Files:
        src/usr.bin/fold: fold.1

Log Message:
Add argument in options table. Resize to fit.


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 src/usr.bin/fold/fold.1

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/usr.bin/fold/fold.1
diff -u src/usr.bin/fold/fold.1:1.13 src/usr.bin/fold/fold.1:1.14
--- src/usr.bin/fold/fold.1:1.13	Thu Sep 15 09:39:57 2011
+++ src/usr.bin/fold/fold.1	Thu Sep 15 09:40:57 2011
@@ -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 @@
 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 @@
 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.

Reply via email to