lintian doesn't like orphan packages with uploaders...
[debian/amanda] / man / amcrypt.8
index 92ec9d0c2a4048d2ab626b01cbcbbb78946b47cd..f0f201f37ceccd7c0be9d7191dfd2d760db549e8 100644 (file)
@@ -1,13 +1,22 @@
 '\" t
 .\"     Title: amcrypt
 .\"    Author: Kevin Till <kevin.till@zmanda.com>
-.\" Generator: DocBook XSL Stylesheets vsnapshot_8273 <http://docbook.sf.net/>
-.\"      Date: 04/10/2009
+.\" Generator: DocBook XSL Stylesheets v1.76.1 <http://docbook.sf.net/>
+.\"      Date: 01/10/2013
 .\"    Manual: System Administration Commands
-.\"    Source: Amanda 2.6.1p1
+.\"    Source: Amanda 3.3.3
 .\"  Language: English
 .\"
-.TH "AMCRYPT" "8" "04/10/2009" "Amanda 2\&.6\&.1p1" "System Administration Commands"
+.TH "AMCRYPT" "8" "01/10/2013" "Amanda 3\&.3\&.3" "System Administration Commands"
+.\" -----------------------------------------------------------------
+.\" * Define some portability stuff
+.\" -----------------------------------------------------------------
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.\" http://bugs.debian.org/507673
+.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.ie \n(.g .ds Aq \(aq
+.el       .ds Aq '
 .\" -----------------------------------------------------------------
 .\" * set default formatting
 .\" -----------------------------------------------------------------
@@ -19,7 +28,7 @@
 .\" * MAIN CONTENT STARTS HERE *
 .\" -----------------------------------------------------------------
 .SH "NAME"
-amcrypt \- reference crypt program for \fIAmanda\fR symmetric data encryption
+amcrypt \- reference crypt program for Amanda symmetric data encryption
 .SH "SYNOPSIS"
 .HP \w'\fBamcrypt\fR\ 'u
 \fBamcrypt\fR
@@ -48,7 +57,7 @@ and pass the
 through file descriptor 3\&. The passphrase should be stored in ~amanda/\&.am_passphrase\&.
 .SH "HOW TO CREATE ENCRYPTION KEYS FOR AMCRYPT"
 .PP
-1\&. Create 65 random encryption keys and encrypt those keys using gpg\&. Reading from /dev/random may take indefinitely long if kernel\'s random entropy pool is empty\&. If that happens, do some other work on some other console (use keyboard, mouse and disks)\&.
+1\&. Create 65 random encryption keys and encrypt those keys using gpg\&. Reading from /dev/random may take indefinitely long if kernel\*(Aqs random entropy pool is empty\&. If that happens, do some other work on some other console (use keyboard, mouse and disks)\&.
 .PP
 head \-c 2925 /dev/random | uuencode \-m \- | head \-n 66 | tail \-n 65 \e | gpg \-\-symmetric \-a > ~amanda/\&.gnupg/am_key\&.gpg
 .PP
@@ -75,8 +84,10 @@ be recovered with the correct key and passphrase\&.
 \fBamanda.conf\fR(5),
 \fBaespipe\fR(1),
 \fBamaespipe\fR(8),
-\fBgpg\fR(1),
-: http://wiki.zmanda.com
+\fBgpg\fR(1)
+.PP
+The Amanda Wiki:
+: http://wiki.zmanda.com/
 .SH "AUTHOR"
 .PP
 \fBKevin Till\fR <\&kevin\&.till@zmanda\&.com\&>