[hackers] [sbase] fold: clarify utf8 behaviour in manpage || Connor Lane Smith
changeset: 137:0d3170184f48
user: Connor Lane Smith <cls_AT_lubutu.com>
date: Fri May 25 21:51:24 2012 +0100
files: fold.1
description:
fold: clarify utf8 behaviour in manpage
diff -r 86aa1bae5ce2 -r 0d3170184f48 fold.1
--- a/fold.1 Tue May 22 11:05:07 2012 +0000
+++ b/fold.1 Fri May 25 21:51:24 2012 +0100
_AT_@ -10,16 +10,16 @@
.SH DESCRIPTION
.B fold
reads each file in sequence and prints its lines, broken such that no line
-exceeds 80 characters. If no file is given, fold reads from stdin.
+exceeds 80 UTF-8 characters. If no file is given, fold reads from stdin.
.SH OPTIONS
.TP
.B \-b
-counts bytes rather than columns.
+counts bytes rather than characters.
.TP
.B \-s
breaks only at spaces.
.TP
.BI \-w " width"
-uses
+breaks at
.I width
-columns instead of 80.
+characters, instead of 80.
Received on Fri May 25 2012 - 22:52:06 CEST
This archive was generated by hypermail 2.3.0
: Fri May 25 2012 - 23:00:10 CEST