From 8ec27d6b35247153cee3394ff6c7e8ef85e63ff3 Mon Sep 17 00:00:00 2001 From: ru Date: Fri, 15 Dec 2006 11:23:59 +0000 Subject: Mention what underlining is meant here. --- usr.bin/fold/fold.1 | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/usr.bin/fold/fold.1 b/usr.bin/fold/fold.1 index 3928b88..7cc0129 100644 --- a/usr.bin/fold/fold.1 +++ b/usr.bin/fold/fold.1 @@ -32,7 +32,7 @@ .\" @(#)fold.1 8.1 (Berkeley) 6/6/93 .\" $FreeBSD$ .\" -.Dd August 2, 2004 +.Dd December 15, 2006 .Dt FOLD 1 .Os .Sh NAME @@ -62,7 +62,9 @@ Fold line after the last blank character within the first column positions (or bytes). .It Fl w Ar width Specify a line width to use instead of the default 80 columns. -.Ar Width +The +.Ar width +value should be a multiple of 8 if tabs are present, or the tabs should be expanded using .Xr expand 1 @@ -87,4 +89,6 @@ The utility conforms to .St -p1003.1-2001 . .Sh BUGS -If underlining is present it may be messed up by folding. +If underlining (see +.Xr ul 1 ) +is present it may be messed up by folding. -- cgit v1.1