Add some missing backslashes to man page.

w32-compat
Christopher Wellons 2017-07-22 16:43:55 -04:00
parent 32d40ad00b
commit f28b650290
1 changed files with 8 additions and 9 deletions

View File

@ -7,10 +7,9 @@ enchive \- personal archive encryption
.HP 8 .HP 8
.B enchive .B enchive
[\-\fBa\fR[\fIseconds\fR]|\fB\-A\fR] [\-\fBa\fR[\fIseconds\fR]|\fB\-A\fR]
[\fB\-r \fIdevice\fR] [\fB\-r\ \fIdevice\fR]
[\fB\-p \fIpubkey\fR] [\fB\-p\ \fIpubkey\fR]
[\fB\-s \fIseckey\fR] [\fB\-s\ \fIseckey\fR]
.br
[\fB\-\-version\fR] [\fB\-\-version\fR]
[\fB\-\-help\fR] [\fB\-\-help\fR]
.RS .RS
@ -20,7 +19,7 @@ enchive \- personal archive encryption
[\fB\-e\fR] [\fB\-e\fR]
[\fB\-f\fR] [\fB\-f\fR]
[\fB\-i\fR] [\fB\-i\fR]
[\fB\-k\fR \fIN\fR] [\fB\-k\fR\ \fIN\fR]
[\fB\-u\fR] [\fB\-u\fR]
.br .br
.B archive .B archive
@ -50,13 +49,13 @@ Default is 900 seconds (15 minutes).
\fB\-A\fB, \fB\-\-no\-agent\fR \fB\-A\fB, \fB\-\-no\-agent\fR
Do not start the key agent (default). Do not start the key agent (default).
.TP .TP
\fB-p, \-\-pubkey\fR \fIfile\fR \fB\-p, \-\-pubkey\fR \fIfile\fR
Specifies the public key file to use for encryption. Specifies the public key file to use for encryption.
.TP .TP
\fB\-r\fR, \fB\-\-random\-device\fR \fIdevice\fR \fB\-r\fR, \fB\-\-random\-device\fR \fIdevice\fR
Use \fIdevice\fR as an entropy source instead of \fB/dev/urandom\fR. Use \fIdevice\fR as an entropy source instead of \fB/dev/urandom\fR.
.TP .TP
\fB-s, \-\-seckey\fR \fIfile\fR \fB\-s, \-\-seckey\fR \fIfile\fR
Specifies the secret key file to use for decryption. Specifies the secret key file to use for decryption.
.TP .TP
\fB\-\-version\fR \fB\-\-version\fR
@ -140,13 +139,13 @@ The file holding the public key used for encrypting files.
The file holding the secret key used for decrypting files. The file holding the secret key used for decrypting files.
.SH EXAMPLES .SH EXAMPLES
.nf .nf
.B enchive keygen --derive .B enchive keygen \-\-derive
.fi .fi
.PP .PP
Generate a new keypair from a passphrase prompt. Generate a new keypair from a passphrase prompt.
.PP .PP
.nf .nf
.B enchive archive -d mydata.tar.gz .B enchive archive \-d mydata.tar.gz
.fi .fi
.PP .PP
Encrypt \fBmydata.tar.gz\fR to \fBmydata.tar.gz.enchive\fR and delete the unencrypted file. Encrypt \fBmydata.tar.gz\fR to \fBmydata.tar.gz.enchive\fR and delete the unencrypted file.