Module Name:    src
Committed By:   reed
Date:           Sat May 12 14:42:12 UTC 2012

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

Log Message:
Clarify description of -s switch.


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 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.14 src/usr.bin/fold/fold.1:1.15
--- src/usr.bin/fold/fold.1:1.14	Thu Sep 15 09:40:57 2011
+++ src/usr.bin/fold/fold.1	Sat May 12 14:42:12 2012
@@ -1,4 +1,4 @@
-.\"	$NetBSD: fold.1,v 1.14 2011/09/15 09:40:57 wiz Exp $
+.\"	$NetBSD: fold.1,v 1.15 2012/05/12 14:42:12 reed Exp $
 .\"
 .\" Copyright (c) 1980, 1993
 .\"	The Regents of the University of California.  All rights reserved.
@@ -29,7 +29,7 @@
 .\"
 .\"	@(#)fold.1	8.1 (Berkeley) 6/6/93
 .\"
-.Dd September 15, 2011
+.Dd May 12, 2012
 .Dt FOLD 1
 .Os
 .Sh NAME
@@ -56,6 +56,8 @@ in bytes rather than column positions.
 Fold line after the last blank character within the first
 .Ar width
 column positions (or bytes).
+If a blank character does not exist within the width, then
+a longer line will still be split at the width.
 .It Fl w Ar width
 Specifies
 .Ar width

Reply via email to