Update uudecode manpage and mark as complete
This commit is contained in:
parent
c4e951366f
commit
e8cd6947ec
2
README
2
README
|
@ -81,7 +81,7 @@ The following tools are implemented ('*' == finished, '#' == UTF-8 support,
|
||||||
#* unexpand yes none
|
#* unexpand yes none
|
||||||
=* 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
|
||||||
|
|
23
uudecode.1
23
uudecode.1
|
@ -1,4 +1,4 @@
|
||||||
.Dd January 30, 2015
|
.Dd February 13, 2015
|
||||||
.Dt UUDECODE 1
|
.Dt UUDECODE 1
|
||||||
.Os sbase
|
.Os sbase
|
||||||
.Sh NAME
|
.Sh NAME
|
||||||
|
@ -6,6 +6,8 @@
|
||||||
.Nd decode a uuencoded file
|
.Nd decode a uuencoded file
|
||||||
.Sh SYNOPSIS
|
.Sh SYNOPSIS
|
||||||
.Nm
|
.Nm
|
||||||
|
.Op Fl m
|
||||||
|
.Op Fl o Ar output
|
||||||
.Op Ar file
|
.Op Ar file
|
||||||
.Sh DESCRIPTION
|
.Sh DESCRIPTION
|
||||||
.Nm
|
.Nm
|
||||||
|
@ -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
|
the file already exists, it is truncated. Otherwise a new file is
|
||||||
created. After the operation the permissions of the created/accessed
|
created. After the operation the permissions of the created/accessed
|
||||||
are changed to reflect the mode in the header.
|
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
|
.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
|
For safety currently uudecode operates only on regular files and
|
||||||
stdout. Trying to uudecode to a link, directory, or special file
|
stdout. Trying to uudecode to a link, directory, or special file
|
||||||
yields an error.
|
yields an error.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user