diff options
author | Angelos D. Keromytis <angelos@cvs.openbsd.org> | 2000-05-19 05:04:52 +0000 |
---|---|---|
committer | Angelos D. Keromytis <angelos@cvs.openbsd.org> | 2000-05-19 05:04:52 +0000 |
commit | f697ed1fbbb9247d2aa91d7a50f2d31252d543a3 (patch) | |
tree | d544c0fd9dd663af5a617c7d20c97e202ea20dba /lib/libkeynote/keynote.3 | |
parent | 4146adcf63c08e9ae024402240b72c7cec1de51b (diff) |
Fix macro typo.
Diffstat (limited to 'lib/libkeynote/keynote.3')
-rw-r--r-- | lib/libkeynote/keynote.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libkeynote/keynote.3 b/lib/libkeynote/keynote.3 index 1700cb4cabb..e58db0fb5d1 100644 --- a/lib/libkeynote/keynote.3 +++ b/lib/libkeynote/keynote.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: keynote.3,v 1.24 2000/05/18 08:31:02 angelos Exp $ +.\" $OpenBSD: keynote.3,v 1.25 2000/05/19 05:04:51 angelos Exp $ .\" .\" The author of this code is Angelos D. Keromytis (angelos@dsl.cis.upenn.edu) .\" @@ -689,7 +689,7 @@ in this implementation. .Fa iencoding describes how the key should be binary-encoded. This implementation supports -.DV INTERNAL_ENC_PKCS1 +.Dv INTERNAL_ENC_PKCS1 for RSA keys, .Dv INTERNAL_ENC_ASN1 for DSA keys, and |