summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2013-09-15 16:30:01 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2013-09-15 16:30:01 (GMT)
commitd005d657b483f1d31c4acf3b7d0aafac8e0b288a (patch)
tree360685fd1b62a3725597d9104b1a1eabd7d2fa8e /doc
parent0f1f636a50239c2409172a34da5fa1b1f45bf9c4 (diff)
parentdc8a74cb4dd9032147ee2106fb16a738e394bc1f (diff)
downloadtcl-d005d657b483f1d31c4acf3b7d0aafac8e0b288a.zip
tcl-d005d657b483f1d31c4acf3b7d0aafac8e0b288a.tar.gz
tcl-d005d657b483f1d31c4acf3b7d0aafac8e0b288a.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 b301f4d..0cdf465 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