sbase/uuencode.1
Hiltjo Posthuma f769c2402f fix mandoc warnings
- sort references in SEE ALSO section to section number, name.
- cols.1: proper order of sections.
- wrap lines to max 79 column length.
2015-01-31 14:43:27 +01:00

19 lines
479 B
Groff

.Dd January 30, 2015
.Dt UUENCODE 1
.Os
.Sh NAME
.Nm uuencode
.Nd encode a binary file
.Sh SYNOPSIS
.Nm
.Op Ar file
.Ar name
.Sh DESCRIPTION
.Nm
reads file (or by default, the standard input) and writes an encoded version
to the standard output. The encoding uses only printing ASCII characters and
includes the mode of the file and the operand name for use by uudecode.
.Sh IMPLEMENTATION NOTES
This version of uuencode does not currently support the base64
encoding algorithm.