diff options
author | tb <> | 2023-09-25 11:12:08 +0000 |
---|---|---|
committer | tb <> | 2023-09-25 11:12:08 +0000 |
commit | d1e214b52051a9544479371367628d05cb9b7a1f (patch) | |
tree | fac9f19c4520390a4b1eb720350b62c8777d89a8 /src | |
parent | e0097073086b60d463d24f9b90db7a763baf456e (diff) | |
download | openbsd-d1e214b52051a9544479371367628d05cb9b7a1f.tar.gz openbsd-d1e214b52051a9544479371367628d05cb9b7a1f.tar.bz2 openbsd-d1e214b52051a9544479371367628d05cb9b7a1f.zip |
tweak wording and fix a typo
Diffstat (limited to 'src')
-rw-r--r-- | src/lib/libcrypto/man/ASIdentifiers_new.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/libcrypto/man/ASIdentifiers_new.3 b/src/lib/libcrypto/man/ASIdentifiers_new.3 index 828cda6ec6..262c760f17 100644 --- a/src/lib/libcrypto/man/ASIdentifiers_new.3 +++ b/src/lib/libcrypto/man/ASIdentifiers_new.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: ASIdentifiers_new.3,v 1.1 2023/09/25 01:14:34 tb Exp $ | 1 | .\" $OpenBSD: ASIdentifiers_new.3,v 1.2 2023/09/25 11:12:08 tb Exp $ |
2 | .\" | 2 | .\" |
3 | .\" Copyright (c) 2021 Theo Buehler <tb@openbsd.org> | 3 | .\" Copyright (c) 2021 Theo Buehler <tb@openbsd.org> |
4 | .\" | 4 | .\" |
@@ -75,11 +75,11 @@ and | |||
75 | .Fn i2d_ASIdentifiers | 75 | .Fn i2d_ASIdentifiers |
76 | decode and encode ASN.1 | 76 | decode and encode ASN.1 |
77 | .Vt ASIdentifiers | 77 | .Vt ASIdentifiers |
78 | structures as defined in RFC 3779, section 3.2.3.1. | 78 | objects as defined in RFC 3779, section 3.2.3.1. |
79 | For details about the semantics, examples, caveats, and bugs, see | 79 | For details about the semantics, examples, caveats, and bugs, see |
80 | .Xr ASN1_item_d2i 3 . | 80 | .Xr ASN1_item_d2i 3 . |
81 | In order for the encoding produced by | 81 | In order for the encoding produced by |
82 | .Fn d2i_ASIdentifiers | 82 | .Fn i2d_ASIdentifiers |
83 | to conform to RFC 3779, | 83 | to conform to RFC 3779, |
84 | .Fa asid | 84 | .Fa asid |
85 | must be in | 85 | must be in |