Source-Changes-HG archive

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

[src/trunk]: src/usr.bin/uuencode On reflection change "outputname" to "heade...



details:   https://anonhg.NetBSD.org/src/rev/730130890261
branches:  trunk
changeset: 332096:730130890261
user:      dholland <dholland%NetBSD.org@localhost>
date:      Sat Sep 06 18:58:05 2014 +0000

description:
On reflection change "outputname" to "headername" so it's clear it's not
the output of uuencode.

diffstat:

 usr.bin/uuencode/uuencode.1 |  16 ++++++++--------
 1 files changed, 8 insertions(+), 8 deletions(-)

diffs (58 lines):

diff -r b954255ee1fa -r 730130890261 usr.bin/uuencode/uuencode.1
--- a/usr.bin/uuencode/uuencode.1       Sat Sep 06 18:54:46 2014 +0000
+++ b/usr.bin/uuencode/uuencode.1       Sat Sep 06 18:58:05 2014 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: uuencode.1,v 1.24 2014/09/06 18:54:46 dholland Exp $
+.\"    $NetBSD: uuencode.1,v 1.25 2014/09/06 18:58:05 dholland Exp $
 .\"
 .\" Copyright (c) 1980, 1990, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -40,7 +40,7 @@
 .Nm
 .Op Fl m
 .Op Ar inputfile
-.Ar outputname
+.Ar headername
 .Nm uudecode
 .Op Fl m
 .Op Fl p | Fl o Ar outputfile
@@ -71,8 +71,8 @@
 By default,
 .Nm uudecode
 uses the
-.Ar outputname
-recorded in the encoded data stream.
+.Ar headername
+recorded in the header of the encoded data stream.
 .It Fl p
 .Po Nm uudecode No only . Pc
 Write the decoded file to standard output instead of to a file.
@@ -87,7 +87,7 @@
 .Tn ASCII
 characters suitable for text-only transport media.
 The string 
-.Ar outputname
+.Ar headername
 is inserted into the output header as the
 .Ar outputfile
 to use at
@@ -100,7 +100,7 @@
 .Em uuencoded
 files (or by default, the standard input) into the original form.
 The resulting file is named
-.Ar outputname
+.Ar headername
 as recorded in the encoded file,
 or as specified by the
 .Fl o
@@ -126,8 +126,8 @@
 .Fl o
 option or check the header (the first line) of the encoded file for
 safety.
-Blindly using an
-.Ar outputname
+Blindly using a
+.Ar headername
 from a hostile source can overwrite important files.
 .Sh EXIT STATUS
 The



Home | Main Index | Thread Index | Old Index