diff options
| author | dholland <dholland@NetBSD.org> | 2014-09-06 18:58:05 +0000 |
|---|---|---|
| committer | dholland <dholland@NetBSD.org> | 2014-09-06 18:58:05 +0000 |
| commit | f3101b6c01d46bc7b677ab102bed55c62379b39e (patch) | |
| tree | 4c9e2b48fed8aa4d063927776b8a02454cf9bcac /usr.bin/uuencode | |
| parent | 94dec0830a3e15d91946e7805c6d3d3e153214be (diff) | |
On reflection change "outputname" to "headername" so it's clear it's not
the output of uuencode.
Diffstat (limited to 'usr.bin/uuencode')
| -rw-r--r-- | usr.bin/uuencode/uuencode.1 | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/usr.bin/uuencode/uuencode.1 b/usr.bin/uuencode/uuencode.1 index b5acfd8efba..db8e5448829 100644 --- a/usr.bin/uuencode/uuencode.1 +++ b/usr.bin/uuencode/uuencode.1 @@ -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 @@ Send the decoded output data to 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 @@ The encoding uses only printing .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 @@ transforms .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 @@ always either explicitly pass the .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 |
