diff options
author | Yuri Pankov <yuri.pankov@nexenta.com> | 2011-10-03 04:36:40 -0700 |
---|---|---|
committer | Yuri Pankov <yuri.pankov@nexenta.com> | 2011-10-03 04:36:40 -0700 |
commit | ed22c7109fc5dd9e1b7a5d0333bdc7ad2718e2ab (patch) | |
tree | 3b2f488c4a03bda877119449bd63c01fa32aa6f2 /usr/src/man/man1c/uuencode.1c | |
parent | af8dc4373b25cce2c0bbb80f24e791f99eccbb6f (diff) | |
download | illumos-joyent-ed22c7109fc5dd9e1b7a5d0333bdc7ad2718e2ab.tar.gz |
1502 Remove conversion cruft from manpages
Reviewed by: Alexander Eremin <alexander.eremin@nexenta.com>
Reviewed by: Gordon Ross <gordon.w.ross@gmail.com>
Reviewed by: Garrett D'Amore <garrett.damore@gmail.com>
Diffstat (limited to 'usr/src/man/man1c/uuencode.1c')
-rw-r--r-- | usr/src/man/man1c/uuencode.1c | 33 |
1 files changed, 8 insertions, 25 deletions
diff --git a/usr/src/man/man1c/uuencode.1c b/usr/src/man/man1c/uuencode.1c index 570be6ffee..2433e2e22c 100644 --- a/usr/src/man/man1c/uuencode.1c +++ b/usr/src/man/man1c/uuencode.1c @@ -1,10 +1,10 @@ '\" te .\" Copyright 1989 AT&T Copyright (c) 1980 Regents of the University of California. All rights reserved. The Berkeley software License Agreement specifies the terms and conditions for redistribution. Copyright (c) 2003, Sun Microsystems, Inc. All Rights Reserved Portions Copyright (c) 2002, X/Open Company Limited All Rights Reserved -.\" Sun Microsystems, Inc. gratefully acknowledges The Open Group for permission to reproduce portions of its copyrighted documentation. Original documentation from The Open Group can be obtained online at +.\" Sun Microsystems, Inc. gratefully acknowledges The Open Group for permission to reproduce portions of its copyrighted documentation. Original documentation from The Open Group can be obtained online at .\" http://www.opengroup.org/bookstore/. .\" The Institute of Electrical and Electronics Engineers and The Open Group, have given us permission to reprint portions of their documentation. In the following statement, the phrase "this text" refers to portions of the system documentation. Portions of this text are reprinted and reproduced in electronic form in the Sun OS Reference Manual, from IEEE Std 1003.1, 2004 Edition, Standard for Information Technology -- Portable Operating System Interface (POSIX), The Open Group Base Specifications Issue 6, Copyright (C) 2001-2004 by the Institute of Electrical and Electronics Engineers, Inc and The Open Group. In the event of any discrepancy between these versions and the original IEEE and The Open Group Standard, the original IEEE and The Open Group Standard is the referee document. The original Standard can be obtained online at http://www.opengroup.org/unix/online.html. .\" This notice shall appear on any product containing this material. -.TH uuencode 1C "6 Aug 2003" "SunOS 5.11" "Communication Commands" +.TH UUENCODE 1C "Aug 6, 2003" .SH NAME uuencode, uudecode \- encode a binary file, or decode its encoded representation @@ -63,12 +63,10 @@ The following options are supported: .SS "uuencode" .sp .ne 2 -.mk .na \fB\fB-m\fR\fR .ad .RS 6n -.rt Encodes \fIsource-file\fR using Base64 encoding and sends it to standard output. .RE @@ -76,12 +74,10 @@ output. .SS "uudecode" .sp .ne 2 -.mk .na \fB\fB-o\fR \fIoutfile\fR\fR .ad .RS 14n -.rt Specifies a file pathname that should be used instead of any pathname contained in the input data. Specifying an \fIoutfile\fR option-argument of \fB/dev/stdout\fR indicates standard output.This allows \fBuudecode\fR to be @@ -90,12 +86,10 @@ used in a pipeline. .sp .ne 2 -.mk .na \fB\fB-p\fR\fR .ad .RS 14n -.rt Decodes \fIencoded-file\fR and sends it to standard output. This allows \fBuudecode\fR to be used in a pipeline. .RE @@ -107,12 +101,10 @@ The following operands are supported by \fBuuencode\fR and \fBuudecode\fR: .SS "uuencode" .sp .ne 2 -.mk .na \fB\fIdecode_pathname\fR\fR .ad .RS 19n -.rt The pathname of the file into which the \fBuudecode\fR utility will place the decoded file. If there are characters in \fIdecode_pathname\fR that are not in the portable filename character set, the results are unspecified. @@ -120,24 +112,20 @@ the portable filename character set, the results are unspecified. .sp .ne 2 -.mk .na \fB\fIsource-file\fR\fR .ad .RS 19n -.rt A pathname of the file to be encoded. .RE .SS "uudecode" .sp .ne 2 -.mk .na \fB\fIencoded-file\fR\fR .ad .RS 16n -.rt The pathname of a file containing the output of \fBuuencode\fR. .RE @@ -176,7 +164,7 @@ and ends with the line: .sp .in +2 .nf -====\n +==== .fi .in -2 .sp @@ -336,23 +324,19 @@ octets to be encoded on each line is 45. The following exit values are returned: .sp .ne 2 -.mk .na \fB\fB0\fR\fR .ad .RS 6n -.rt Successful completion. .RE .sp .ne 2 -.mk .na \fB\fB>0\fR\fR .ad .RS 6n -.rt An error occurred. .RE @@ -364,13 +348,12 @@ See \fBattributes\fR(5) for descriptions of the following attributes: .sp .TS -tab() box; -cw(2.75i) |cw(2.75i) -lw(2.75i) |lw(2.75i) -. -ATTRIBUTE TYPE ATTRIBUTE VALUE +box; +c | c +l | l . +ATTRIBUTE TYPE ATTRIBUTE VALUE _ -Interface StabilityStandard +Interface Stability Standard .TE .SH SEE ALSO |