diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2013-09-14 08:51:23 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2013-09-14 08:51:23 (GMT) |
commit | b1264cd184de3c9ba370ae1e9cb9bb029b12872b (patch) | |
tree | 2ac418b3d2c9c918fde5c909ab91f26af057e8c2 /doc/binary.n | |
parent | 92eea63a7df5071fddef9b89b9122a5761670908 (diff) | |
download | tcl-b1264cd184de3c9ba370ae1e9cb9bb029b12872b.zip tcl-b1264cd184de3c9ba370ae1e9cb9bb029b12872b.tar.gz tcl-b1264cd184de3c9ba370ae1e9cb9bb029b12872b.tar.bz2 |
Add back -wrapchar option to "binary encode uuencode".
Diffstat (limited to 'doc/binary.n')
-rw-r--r-- | doc/binary.n | 9 |
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 |