Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.bin/uuencode Sort sections. Remove trailing whitespace.



details:   https://anonhg.NetBSD.org/src/rev/24e3e030c700
branches:  trunk
changeset: 332101:24e3e030c700
user:      wiz <wiz%NetBSD.org@localhost>
date:      Sat Sep 06 21:21:36 2014 +0000

description:
Sort sections. Remove trailing whitespace.

diffstat:

 usr.bin/uuencode/uuencode.1 |  27 +++++++++++++--------------
 1 files changed, 13 insertions(+), 14 deletions(-)

diffs (52 lines):

diff -r fd841d4b31ee -r 24e3e030c700 usr.bin/uuencode/uuencode.1
--- a/usr.bin/uuencode/uuencode.1       Sat Sep 06 20:56:39 2014 +0000
+++ b/usr.bin/uuencode/uuencode.1       Sat Sep 06 21:21:36 2014 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: uuencode.1,v 1.25 2014/09/06 18:58:05 dholland Exp $
+.\"    $NetBSD: uuencode.1,v 1.26 2014/09/06 21:21:36 wiz Exp $
 .\"
 .\" Copyright (c) 1980, 1990, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -86,7 +86,7 @@
 The encoding uses only printing
 .Tn ASCII
 characters suitable for text-only transport media.
-The string 
+The string
 .Ar headername
 is inserted into the output header as the
 .Ar outputfile
@@ -118,17 +118,6 @@
 .Pp
 The encoded form of the file is expanded by 35%.
 Every 3 bytes become 4 plus control information.
-.Sh SECURITY CONSIDERATIONS
-When using
-.Nm uudecode
-with files coming from dubious sources,
-always either explicitly pass the
-.Fl o
-option or check the header (the first line) of the encoded file for
-safety.
-Blindly using a
-.Ar headername
-from a hostile source can overwrite important files.
 .Sh EXIT STATUS
 The
 .Nm uudecode
@@ -173,4 +162,14 @@
 .Nm
 utilities appeared in
 .Bx 4.0 .
-
+.Sh SECURITY CONSIDERATIONS
+When using
+.Nm uudecode
+with files coming from dubious sources,
+always either explicitly pass the
+.Fl o
+option or check the header (the first line) of the encoded file for
+safety.
+Blindly using a
+.Ar headername
+from a hostile source can overwrite important files.



Home | Main Index | Thread Index | Old Index