summaryrefslogtreecommitdiffstats
path: root/doc/binary.n
diff options
context:
space:
mode:
authornijtmans@users.sourceforge.net <jan.nijtmans>2013-09-15 16:30:01 (GMT)
committernijtmans@users.sourceforge.net <jan.nijtmans>2013-09-15 16:30:01 (GMT)
commit89b57f409fadf8cd5604bc50a723896553677397 (patch)
tree360685fd1b62a3725597d9104b1a1eabd7d2fa8e /doc/binary.n
parentf2eac46460392f2e6d6a2732729e12d491076c24 (diff)
parent5820105c5d29c96bbe0abf36c67c79d67b5c3f40 (diff)
downloadtcl-89b57f409fadf8cd5604bc50a723896553677397.zip
tcl-89b57f409fadf8cd5604bc50a723896553677397.tar.gz
tcl-89b57f409fadf8cd5604bc50a723896553677397.tar.bz2
Add back -wrapchar option to "binary encode uuencode"
Diffstat (limited to 'doc/binary.n')
-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