[hackers] [sbase] Update uuencode manpage and mark as complete in README || sin

From: <git_AT_suckless.org>
Date: Fri, 13 Feb 2015 12:41:40 +0100 (CET)

commit 79d84f87f9b6d0d6ec89d09935b39f6746d2ac54
Author: sin <sin_AT_2f30.org>
Date: Fri Feb 13 11:38:52 2015 +0000

    Update uuencode manpage and mark as complete in README

diff --git a/README b/README
index df4a2a0..3cd5059 100644
--- a/README
+++ b/README
_AT_@ -82,7 +82,7 @@ The following tools are implemented ('*' == finished, '#' == UTF-8 support,
 =* uniq yes none
 =* unlink yes none
 =* uudecode yes none
-= uuencode yes none
+=* uuencode yes none
 #* wc yes none
 = xargs no -I, -L, -p, -s, -t, -x
 =* yes non-posix none
diff --git a/uuencode.1 b/uuencode.1
index c0dd4f4..9744309 100644
--- a/uuencode.1
+++ b/uuencode.1
_AT_@ -1,4 +1,4 @@
-.Dd January 30, 2015
+.Dd February 13, 2015
 .Dt UUENCODE 1
 .Os sbase
 .Sh NAME
_AT_@ -6,6 +6,7 @@
 .Nd encode a binary file
 .Sh SYNOPSIS
 .Nm
+.Op Fl m
 .Op Ar file
 .Ar name
 .Sh DESCRIPTION
_AT_@ -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
 .Ar name
 for use by uudecode.
-.Sh IMPLEMENTATION NOTES
-This version of uuencode does not currently support the base64
-encoding algorithm.
+.Sh OPTIONS
+.Bl -tag -width Ds
+.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.
Received on Fri Feb 13 2015 - 12:41:40 CET

This archive was generated by hypermail 2.3.0 : Fri Feb 13 2015 - 12:48:12 CET