Fix section order in uudecode.1
This commit is contained in:
parent
bf4a39bb8c
commit
f7b100ecdd
|
@ -27,6 +27,10 @@ Use the file specified by
|
||||||
.Ar output
|
.Ar output
|
||||||
instead of standard output.
|
instead of standard output.
|
||||||
.El
|
.El
|
||||||
|
.Sh IMPLEMENTATION NOTES
|
||||||
|
For safety currently uudecode operates only on regular files and
|
||||||
|
stdout. Trying to uudecode to a link, directory, or special file
|
||||||
|
yields an error.
|
||||||
.Sh SEE ALSO
|
.Sh SEE ALSO
|
||||||
.Xr uuencode 1
|
.Xr uuencode 1
|
||||||
.Sh STANDARDS
|
.Sh STANDARDS
|
||||||
|
@ -39,7 +43,3 @@ specification.
|
||||||
The
|
The
|
||||||
.Op Fl m
|
.Op Fl m
|
||||||
flag is an extension to that specification.
|
flag is an extension to that specification.
|
||||||
.Sh IMPLEMENTATION NOTES
|
|
||||||
For safety currently uudecode operates only on regular files and
|
|
||||||
stdout. Trying to uudecode to a link, directory, or special file
|
|
||||||
yields an error.
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user