sbase

suckless unix tools
git clone git://git.2f30.org/sbase
Log | Files | Refs | README | LICENSE

commit f7b100ecdd8560a2fa9b686abe3945f04e0ea928
parent bf4a39bb8c38adfbb9ca65b3feb7c4ae19044694
Author: sin <sin@2f30.org>
Date:   Fri, 13 Feb 2015 11:37:17 +0000

Fix section order in uudecode.1

Diffstat:
Muudecode.1 | 8++++----
1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/uudecode.1 b/uudecode.1 @@ -27,6 +27,10 @@ Use the file specified by .Ar output instead of standard output. .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 .Xr uuencode 1 .Sh STANDARDS @@ -39,7 +43,3 @@ specification. The .Op Fl m 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.