[hackers] [sbase] Update uudecode manpage and mark as complete || sin

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

commit b0b94ad119c88c91a06bced9cce661e4961dc446
Author: sin <sin_AT_2f30.org>
Date: Fri Feb 13 11:29:53 2015 +0000

    Update uudecode manpage and mark as complete

diff --git a/README b/README
index 954560b..df4a2a0 100644
--- a/README
+++ b/README
_AT_@ -81,7 +81,7 @@ The following tools are implemented ('*' == finished, '#' == UTF-8 support,
 #* unexpand yes none
 =* uniq yes none
 =* unlink yes none
-= uudecode yes none
+=* uudecode yes none
 = uuencode yes none
 #* wc yes none
 = xargs no -I, -L, -p, -s, -t, -x
diff --git a/uudecode.1 b/uudecode.1
index 5a0ca70..1eb6d53 100644
--- a/uudecode.1
+++ b/uudecode.1
_AT_@ -1,4 +1,4 @@
-.Dd January 30, 2015
+.Dd February 13, 2015
 .Dt UUDECODE 1
 .Os sbase
 .Sh NAME
_AT_@ -6,6 +6,8 @@
 .Nd decode a uuencoded file
 .Sh SYNOPSIS
 .Nm
+.Op Fl m
+.Op Fl o Ar output
 .Op Ar file
 .Sh DESCRIPTION
 .Nm
_AT_@ -16,9 +18,24 @@ version to the file specified in the uuencoded header. In case that
 the file already exists, it is truncated. Otherwise a new file is
 created. After the operation the permissions of the created/accessed
 are changed to reflect the mode in the header.
+.Sh OPTIONS
+.Bl -tag -width Ds
+.It Fl m
+Use Base64 for decoding.
+.It Fl o Ar output
+Use the file specified by
+.Ar output
+instead of standard output.
+.El
+.Sh SEE ALSO
+.Xr uuencode 1
+.Sh STANDARDS
+The
+.Nm
+utility is compliant with the
+.St -p1003.1-2008
+specification.
 .Sh IMPLEMENTATION NOTES
-This version of uudecode does not currently support the base64
-encoding algorithm.
 For safety currently uudecode operates only on regular files and
 stdout. Trying to uudecode to a link, directory, or special file
 yields an error.
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:08 CET