diff options
author | schwarze <> | 2023-09-30 13:51:00 +0000 |
---|---|---|
committer | schwarze <> | 2023-09-30 13:51:00 +0000 |
commit | 0065b4efc273f6c520fc9bbed5a7af1d73e214c3 (patch) | |
tree | fa6d91939387366eb525007f5be0ceee488bc23b /src | |
parent | 266a46fc156d909c580ce8946cc574da9a2ee5b4 (diff) | |
download | openbsd-0065b4efc273f6c520fc9bbed5a7af1d73e214c3.tar.gz openbsd-0065b4efc273f6c520fc9bbed5a7af1d73e214c3.tar.bz2 openbsd-0065b4efc273f6c520fc9bbed5a7af1d73e214c3.zip |
garbage collect two stray words, no change of meaning
Diffstat (limited to 'src')
-rw-r--r-- | src/lib/libcrypto/man/ASIdentifiers_new.3 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/lib/libcrypto/man/ASIdentifiers_new.3 b/src/lib/libcrypto/man/ASIdentifiers_new.3 index c67a7c3f17..56b1de31b0 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.9 2023/09/29 08:57:49 tb Exp $ | 1 | .\" $OpenBSD: ASIdentifiers_new.3,v 1.10 2023/09/30 13:51:00 schwarze Exp $ |
2 | .\" | 2 | .\" |
3 | .\" Copyright (c) 2021 Theo Buehler <tb@openbsd.org> | 3 | .\" Copyright (c) 2021 Theo Buehler <tb@openbsd.org> |
4 | .\" | 4 | .\" |
@@ -14,7 +14,7 @@ | |||
14 | .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF | 14 | .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF |
15 | .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. | 15 | .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
16 | .\" | 16 | .\" |
17 | .Dd $Mdocdate: September 29 2023 $ | 17 | .Dd $Mdocdate: September 30 2023 $ |
18 | .Dt ASIDENTIFIERS_NEW 3 | 18 | .Dt ASIDENTIFIERS_NEW 3 |
19 | .Os | 19 | .Os |
20 | .Sh NAME | 20 | .Sh NAME |
@@ -95,14 +95,14 @@ returns a new | |||
95 | .Vt ASIdentifiers | 95 | .Vt ASIdentifiers |
96 | object or | 96 | object or |
97 | .Dv NULL | 97 | .Dv NULL |
98 | on if an error occurs. | 98 | if an error occurs. |
99 | .Pp | 99 | .Pp |
100 | .Fn d2i_ASIdentifiers | 100 | .Fn d2i_ASIdentifiers |
101 | returns an | 101 | returns an |
102 | .Vt ASIdentifiers | 102 | .Vt ASIdentifiers |
103 | object or | 103 | object or |
104 | .Dv NULL | 104 | .Dv NULL |
105 | on if a decoding or memory allocation error occurs. | 105 | if a decoding or memory allocation error occurs. |
106 | .Pp | 106 | .Pp |
107 | .Fn i2d_ASIdentifiers | 107 | .Fn i2d_ASIdentifiers |
108 | returns the number of bytes successfully encoded | 108 | returns the number of bytes successfully encoded |