diff options
author | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2023-09-30 13:51:01 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2023-09-30 13:51:01 +0000 |
commit | d719a1991d83827fc362c67efec967b4b688d0e5 (patch) | |
tree | 5826942482ac65c47d3875524db9a1aac4142564 /lib | |
parent | 6534c590251ef097c514f06e638060c1e4cce625 (diff) |
garbage collect two stray words, no change of meaning
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libcrypto/man/ASIdentifiers_new.3 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/libcrypto/man/ASIdentifiers_new.3 b/lib/libcrypto/man/ASIdentifiers_new.3 index c67a7c3f174..56b1de31b04 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.9 2023/09/29 08:57:49 tb Exp $ +.\" $OpenBSD: ASIdentifiers_new.3,v 1.10 2023/09/30 13:51:00 schwarze Exp $ .\" .\" Copyright (c) 2021 Theo Buehler <tb@openbsd.org> .\" @@ -14,7 +14,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: September 29 2023 $ +.Dd $Mdocdate: September 30 2023 $ .Dt ASIDENTIFIERS_NEW 3 .Os .Sh NAME @@ -95,14 +95,14 @@ returns a new .Vt ASIdentifiers object or .Dv NULL -on if an error occurs. +if an error occurs. .Pp .Fn d2i_ASIdentifiers returns an .Vt ASIdentifiers object or .Dv NULL -on if a decoding or memory allocation error occurs. +if a decoding or memory allocation error occurs. .Pp .Fn i2d_ASIdentifiers returns the number of bytes successfully encoded |