Update uuencode manpage and mark as complete in README

This commit is contained in:
sin 2015-02-13 11:38:52 +00:00
parent f7b100ecdd
commit 9f1f8d5dd8
2 changed files with 16 additions and 5 deletions

2
README
View File

@ -82,7 +82,7 @@ The following tools are implemented ('*' == finished, '#' == UTF-8 support,
=* uniq yes none =* uniq yes none
=* unlink yes none =* unlink yes none
=* uudecode yes none =* uudecode yes none
= uuencode yes none =* uuencode yes none
#* wc yes none #* wc yes none
= xargs no -I, -L, -p, -s, -t, -x = xargs no -I, -L, -p, -s, -t, -x
=* yes non-posix none =* yes non-posix none

View File

@ -1,4 +1,4 @@
.Dd January 30, 2015 .Dd February 13, 2015
.Dt UUENCODE 1 .Dt UUENCODE 1
.Os sbase .Os sbase
.Sh NAME .Sh NAME
@ -6,6 +6,7 @@
.Nd encode a binary file .Nd encode a binary file
.Sh SYNOPSIS .Sh SYNOPSIS
.Nm .Nm
.Op Fl m
.Op Ar file .Op Ar file
.Ar name .Ar name
.Sh DESCRIPTION .Sh DESCRIPTION
@ -17,6 +18,16 @@ to the standard output. The encoding uses only printing ASCII characters and
includes the mode of the file and the operand includes the mode of the file and the operand
.Ar name .Ar name
for use by uudecode. for use by uudecode.
.Sh IMPLEMENTATION NOTES .Sh OPTIONS
This version of uuencode does not currently support the base64 .Bl -tag -width Ds
encoding algorithm. .It Fl m
Use Base64 for encoding.
.El
.Sh SEE ALSO
.Xr uudecode 1
.Sh STANDARDS
The
.Nm
utility is compliant with the
.St -p1003.1-2008
specification.