diff options
Diffstat (limited to 'util/sbase/uuencode.1')
-rw-r--r-- | util/sbase/uuencode.1 | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/util/sbase/uuencode.1 b/util/sbase/uuencode.1 new file mode 100644 index 00000000..859f4a79 --- /dev/null +++ b/util/sbase/uuencode.1 @@ -0,0 +1,34 @@ +.Dd October 8, 2015 +.Dt UUENCODE 1 +.Os sbase +.Sh NAME +.Nm uuencode +.Nd encode a binary file +.Sh SYNOPSIS +.Nm +.Op Fl m +.Op Ar file +.Ar name +.Sh DESCRIPTION +.Nm +reads +.Ar file +and writes an encoded version to stdout. +The encoding uses only printing ASCII characters and +includes the mode of the file and the operand +.Ar name +for use by uudecode. +If no +.Ar name +is given +.Nm +reads from stdin. +.Sh OPTIONS +.Bl -tag -width Ds +.It Fl m +Use Base64 for encoding. +.El +.Sh SEE ALSO +.Xr uudecode 1 +.Sh STANDARDS +POSIX.1-2013. |