man
This commit is contained in:
parent
3170c7d40b
commit
30f6ae144c
14 changed files with 158 additions and 90 deletions
|
|
@ -1,4 +1,4 @@
|
|||
.TH PEM 8
|
||||
.TH PEM 1
|
||||
.SH NAME
|
||||
pemdecode, pemencode \- encode files in Privacy Enhanced Mail (PEM) format
|
||||
.SH SYNOPSIS
|
||||
|
|
@ -20,7 +20,7 @@ Privacy Enhanced Mail program but now commonly used for
|
|||
other applications, notably TLS.
|
||||
PEM encodes data in base 64
|
||||
(see
|
||||
.IR encode (2))
|
||||
.IR encode (3))
|
||||
between lines of the form:
|
||||
.IP
|
||||
.EX
|
||||
|
|
@ -33,7 +33,7 @@ where
|
|||
may be any string describing the encoded data.
|
||||
The most common use of PEM format on Plan 9 is for encoding
|
||||
X.509 certificates; see
|
||||
.IR rsa (8).
|
||||
.IR rsa (1).
|
||||
.PP
|
||||
.I Pemdecode
|
||||
extracts the named
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue