summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2013-09-14 08:51:23 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2013-09-14 08:51:23 (GMT)
commitb1264cd184de3c9ba370ae1e9cb9bb029b12872b (patch)
tree2ac418b3d2c9c918fde5c909ab91f26af057e8c2 /doc
parent92eea63a7df5071fddef9b89b9122a5761670908 (diff)
downloadtcl-b1264cd184de3c9ba370ae1e9cb9bb029b12872b.zip
tcl-b1264cd184de3c9ba370ae1e9cb9bb029b12872b.tar.gz
tcl-b1264cd184de3c9ba370ae1e9cb9bb029b12872b.tar.bz2
Add back -wrapchar option to "binary encode uuencode".
Diffstat (limited to 'doc')
-rw-r--r--doc/binary.n9
1 files changed, 8 insertions, 1 deletions
diff --git a/doc/binary.n b/doc/binary.n
index 95be36e..9f22fb1 100644
--- a/doc/binary.n
+++ b/doc/binary.n
@@ -64,7 +64,7 @@ Indicates that the output should be split into lines of no more than
.
Indicates that, when lines are split because of the \fB\-maxlen\fR option,
\fIcharacter\fR should be used to separate lines. By default, this is a
-newline character,
+newline character.
.QW \en .
.PP
During decoding, the following options are supported:
@@ -102,6 +102,13 @@ During encoding, the following options are supported:
Indicates that the output should be split into lines of no more than
\fIlength\fR characters. By default, lines are split every 61 characters, and
this must be in the range 3 to 85 due to limitations in the encoding.
+.TP
+\fB\-wrapchar \fIcharacter\fR
+.
+Indicates that, when lines are split because of the \fB\-maxlen\fR option,
+\fIcharacter\fR should be used to separate lines. By default, this is a
+newline character.
+.QW \en .
.PP
During decoding, the following options are supported:
.TP