aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/uuencode/uuencode.1
diff options
context:
space:
mode:
authorPietro Cerutti <gahr@FreeBSD.org>2016-04-07 16:12:38 +0000
committerPietro Cerutti <gahr@FreeBSD.org>2016-04-07 16:12:38 +0000
commit019a4a20e7926be6e237b9b4618c5cf4420666e1 (patch)
treee8619b65a143c28fee6dd83b7a36de80a3c40d59 /usr.bin/uuencode/uuencode.1
parentf46a487807a7c9e39b88273f9aa9de9e6d91e4c6 (diff)
Notes
Diffstat (limited to 'usr.bin/uuencode/uuencode.1')
-rw-r--r--usr.bin/uuencode/uuencode.14
1 files changed, 4 insertions, 0 deletions
diff --git a/usr.bin/uuencode/uuencode.1 b/usr.bin/uuencode/uuencode.1
index 2c31bdcb03bdd..9ce7e05aface5 100644
--- a/usr.bin/uuencode/uuencode.1
+++ b/usr.bin/uuencode/uuencode.1
@@ -40,6 +40,7 @@
.Sh SYNOPSIS
.Nm
.Op Fl m
+.Op Fl r
.Op Fl o Ar output_file
.Op Ar file
.Ar name
@@ -50,6 +51,7 @@
.Op Fl i
.Fl o Ar output_file
.Nm b64encode
+.Op Fl r
.Op Fl o Ar output_file
.Op Ar file
.Ar name
@@ -123,6 +125,8 @@ The following options are available for
Use the Base64 method of encoding, rather than the traditional
.Nm
algorithm.
+.It Fl r
+Produce raw output by excluding the initial and final framing lines.
.It Fl o Ar output_file
Output to
.Ar output_file