~ubuntu-branches/ubuntu/natty/vm/natty

« back to all changes in this revision

Viewing changes to base64-encode.1

  • Committer: Bazaar Package Importer
  • Author(s): Manoj Srivastava
  • Date: 2002-03-06 00:46:29 UTC
  • Revision ID: james.westby@ubuntu.com-20020306004629-d6hkaca872wyesmc
Tags: 7.03-1
* fixed defcustom syntax errors.
* minor compiler error cleanup.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
.\"                             -*- Mode: Nroff -*- 
 
2
.\" Copyright (C) 2000 Manoj Srivastava <srivasta@debian.org>.
 
3
.\"
 
4
.\" Permission is granted to make and distribute verbatim copies of
 
5
.\" this manual provided the copyright notice and this permission notice
 
6
.\" are preserved on all copies.
 
7
.\" 
 
8
.\" Permission is granted to copy and distribute modified versions of this
 
9
.\" manual under the conditions for verbatim copying, provided that the entire
 
10
.\" resulting derived work is distributed under the terms of a permission
 
11
.\" notice identical to this one.
 
12
.\" 
 
13
.\" Permission is granted to copy and distribute translations of this manual
 
14
.\" into another language, under the above conditions for modified versions,
 
15
.\" except that this permission notice may be stated in a translation approved
 
16
.\" by the Author.
 
17
.\"
 
18
.\" Author: Manoj Srivastava
 
19
.\"
 
20
.\"    $Id: base64-encode.1,v 1.2 2000/09/06 17:19:42 srivasta Exp $
 
21
.\"
 
22
.TH BASE64\-ENCODE 1 "Sep 2 2000" "Debian" "Debian GNU/Linux manual"
 
23
.SH NAME 
 
24
base64\-encode \- Fast Base 64 encoder
 
25
.SH SYNOPSIS
 
26
.B base64\-encode 
 
27
 
28
.I input 
 
29
 
30
.I base64\-encoded output
 
31
.SH DESCRIPTION
 
32
The
 
33
.B base64\-encode
 
34
utility takes arbitrary data on the standard input and converts
 
35
it to BASE64 data on standard output. UNIX's newline convention is
 
36
used, i.e. one ASCII control-j (10 decimal). 
 
37
.PP
 
38
This manual page was written for the Debian GNU/Linux distribution
 
39
because the original program does not have a manual page.
 
40
.SH OPTIONS
 
41
.B base64\-encode
 
42
does not take any arguments or options.
 
43
.SH BUGS
 
44
None known.
 
45
.SH SEE ALSO
 
46
.I base64\-decode (1)
 
47
.SH AUTHORS
 
48
.B base64\-encode
 
49
was written by Kyle Jones. and placed by him into the public domain.
 
50
This manual page was written by Manoj Srivastava <srivasta@debian.org>,
 
51
for the Debian GNU/Linux system.