diff options
author | Theo Buehler <tb@cvs.openbsd.org> | 2023-09-25 11:12:09 +0000 |
---|---|---|
committer | Theo Buehler <tb@cvs.openbsd.org> | 2023-09-25 11:12:09 +0000 |
commit | 45dba0a0f106668a877ec2bc842d4c5a05abfd15 (patch) | |
tree | 3cf87ebb7e897152d51c2c6b58edbe9351791238 /lib | |
parent | 0041c127a79af9e8e5ddbb6f9b946fc506bf4c9c (diff) |
tweak wording and fix a typo
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libcrypto/man/ASIdentifiers_new.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libcrypto/man/ASIdentifiers_new.3 b/lib/libcrypto/man/ASIdentifiers_new.3 index 828cda6ec67..262c760f170 100644 --- a/lib/libcrypto/man/ASIdentifiers_new.3 +++ b/lib/libcrypto/man/ASIdentifiers_new.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ASIdentifiers_new.3,v 1.1 2023/09/25 01:14:34 tb Exp $ +.\" $OpenBSD: ASIdentifiers_new.3,v 1.2 2023/09/25 11:12:08 tb Exp $ .\" .\" Copyright (c) 2021 Theo Buehler <tb@openbsd.org> .\" @@ -75,11 +75,11 @@ and .Fn i2d_ASIdentifiers decode and encode ASN.1 .Vt ASIdentifiers -structures as defined in RFC 3779, section 3.2.3.1. +objects as defined in RFC 3779, section 3.2.3.1. For details about the semantics, examples, caveats, and bugs, see .Xr ASN1_item_d2i 3 . In order for the encoding produced by -.Fn d2i_ASIdentifiers +.Fn i2d_ASIdentifiers to conform to RFC 3779, .Fa asid must be in |