1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254
|
Author: Bjarni Ingi Gislason <bjarniig@simnet.is>
Description: editorial changes
--- a/unixpk.man
+++ b/unixpk.man
@@ -73,22 +73,22 @@ mpack \- pack a file in MIME format
.I newsgroups
.I file
.SH DESCRIPTION
-The
+The
.I mpack
-program encodes the
-the named file in one or more MIME messages.
+program encodes the
+named file in one or more MIME messages.
The resulting messages are mailed to one or more recipients,
-written to a named file or set of files, or posted to a set of
-newsgroups.
+written to a named file or set of files,
+or posted to a set of newsgroups.
.PP
.SH OPTIONS
.TP
-.BI \-a
+.B \-a
Set the Content-Disposition to attachment. If \-a is not used
the Content-Disposition is inline.
.TP
.BI \-s " subject"
-Set the
+Set the
.B Subject
header field to
.IR Subject .
@@ -103,25 +103,28 @@ in an introductory section at the beginn
generated message.
.TP
.BI \-m " maxsize"
-Split the message (if necessary) into partial messages, each not
-exceeding
+Split the message
+(if necessary)
+into partial messages,
+each not exceeding
.I maxsize
-characters. The default limit is the value of the
+characters. The default limit is the value of the
.B SPLITSIZE
-environment variable, or no limit if the environment variable
-does not exist.
-Specifying a
+environment variable,
+or no limit
+if the environment variable does not exist.
+Specifying a
.I maxsize
of 0 means there is no limit to the size of the generated message.
.TP
.BI \-c " content-type"
Label the included file as being of MIME type
.IR content-type ,
-which must be a subtype of
+which must be a subtype of
.BR application ,
.BR audio ,
.BR image ,
-or
+or
.BR video .
If this switch is not given,
.B mpack
@@ -130,8 +133,8 @@ examines the file to determine its type.
.BI \-o " outputfile"
Write the generated message to the file
.IR outputfile .
-If the message has to be split, the partial messages will instead be
-written to the files
+If the message has to be split,
+the partial messages will instead be written to the files
.IR outputfile .01,
.IR outputfile .02,
etc.
@@ -152,6 +155,6 @@ Mail the generated messages to the speci
Directory to store temporary files. Default is /tmp.
.TP
.B SPLITSIZE
-Default value of the -m switch.
-.SH "REPORTING BUGS"
+Default value of the \-m switch.
+.SH REPORTING BUGS
Send all bug reports to mpack\-bugs@andrew.cmu.edu.
--- a/unixunpk.man
+++ b/unixunpk.man
@@ -24,85 +24,99 @@ munpack \- unpack messages in MIME or sp
.I "filename \&..."
]
.SH DESCRIPTION
-The
+The
.I munpack
program reads each RFC-822 message
.I filename
-and writes all non-text MIME parts or split-uuencoded files as files.
-If no filename argument is given,
+and writes all non-text MIME parts
+or split-uuencoded files as files.
+If no filename argument is given,
.B munpack
reads from standard input.
.LP
-If the message suggests a file name to use for the imbedded part, that
-name is cleaned of potential problem characters and used for the
-output file. If the suggested filename includes subdirectories, they
-will be created as necessary.
-If the message does not suggest a file name, the names
-"part1", "part2", etc are used in sequence.
-.LP
-If the imbedded part was preceded with textual information, that
-information is also written to a file. The file is named the same as
-the imbedded part, with any filename extension replaced with ".desc".
+If the message suggests a file name to use for the imbedded part,
+that name is cleaned of potential problem characters
+and used for the output file.
+If the suggested filename includes subdirectories,
+they will be created as necessary.
+If the message does not suggest a file name,
+the names "part1", "part2", etc.\& are used in sequence.
+.LP
+If the imbedded part was preceded with textual information,
+that information is also written to a file.
+The file is named the same as the imbedded part,
+with any filename extension replaced with ".desc".
.SH OPTIONS
.TP
.B \-f
-Force overwriting of existing files. If a message suggests a file
-name of an existing file, the file will be overwritten. Without this
-flag,
-.B
-munpack
-appends ".1", ".2", etc to find a nonexistent file.
+Force overwriting of existing files.
+If a message suggests a file name of an existing file,
+the file will be overwritten.
+Without this flag,
+.B munpack
+appends ".1", ".2", etc.\& to find a nonexistent file.
.TP
.B \-q
-Be quiet. Suppresses messages about saving partial messages and about
-messages with no interesting information.
+Be quiet.
+Suppresses messages about saving partial messages
+and about messages with no interesting information.
.TP
.B \-t
-Also write the text MIME parts of multipart messages as files. By
-default, text parts that do not have a filename parameter do not get
-unpacked. This option effectively disables the ".desc" file feature
-for MIME messages.
+Also write the text MIME parts of multipart messages as files.
+By default,
+text parts
+that do not have a filename parameter
+do not get unpacked.
+This option effectively disables the ".desc" file feature for MIME messages.
.TP
.BI \-r " character"
-If the suggested filename contains invalid characters, they are
-replaced with this character. The default replacement character is
+If the suggested filename contains invalid characters,
+they are replaced with this character.
+The default replacement character is
"X".
.TP
.BI \-C " directory"
-Change the current directory to
+Change the current directory to
.I directory
-before reading any files. This is useful when invoking
+before reading any files. This is useful when invoking
.B munpack
from a mail or news reader.
-.SH "DECODING MIME"
-.LP
-To decode a MIME message, first save it to a text file. If possible,
-save it with all headers included.
+.SH DECODING MIME
+To decode a MIME message,
+first save it to a text file.
+If possible,
+save it with all headers included.
.I Munpack
can decode some MIME files
-when the headers are missing or incomplete, other files it cannot
-decode without having the information in the headers. In general,
-messages which have a statement at the beginning that they are in MIME
-format can be decoded without the headers. Messages which have been
-split into multiple parts generally require all headers in order to be
-reassembled and decoded.
-.LP
-Some LAN-based mail systems and some mail providers (including America
-Online, as of the writing of this document) place the mail headers at
-the bottom of the message, instead of at the top of the message. If
-you are having problems decoding a MIME message on such a system, you
-need to convert the mail back into the standard format by removing the
-system's nonstandard headers and moving the standard Internet headers
-at the top of the message (separated from the message body with a
-blank line).
+when the headers are missing or incomplete,
+other files
+it cannot decode without having the information in the headers.
+In general,
+messages which have a statement at the beginning
+that they are in MIME format
+can be decoded without the headers.
+Messages
+which have been split into multiple parts
+generally require all headers in order to be reassembled and decoded.
+.LP
+Some LAN-based mail systems and some mail providers
+(including America Online, as of the writing of this document)
+place the mail headers at the bottom of the message,
+instead of at the top of the message.
+If you are having problems decoding a MIME message on such a system,
+you need to convert the mail back into the standard format
+by removing the system's nonstandard headers
+and moving the standard Internet headers at the top of the message
+(separated from the message body with a blank line).
.LP
-There must be exactly one message per file.
+There must be exactly one message per file.
.I Munpack
-cannot deal with
-multiple messages in a single file, to decode things correctly it must
-know when one message ends and the next one begins.
+cannot deal with multiple messages in a single file,
+to decode things correctly it must know
+when one message ends and the next one begins.
.LP
-To decode a message, run the command:
+To decode a message,
+run the command:
.IP
.IB munpack " file"
.LP
@@ -121,5 +135,5 @@ Directory to store temporary files. Def
.TP
.B $TMPDIR/m-prts-$USER/
Directory used to store partial messages awaiting reassembly.
-.SH "REPORTING BUGS"
+.SH REPORTING BUGS
Send all bug reports to mpack\-bugs@andrew.cmu.edu.
|