summaryrefslogtreecommitdiff
path: root/src/lib
diff options
context:
space:
mode:
authortb <>2024-03-04 19:03:31 +0000
committertb <>2024-03-04 19:03:31 +0000
commit3631802ae7ae28f5f5485e9cd7fd4cb7904be377 (patch)
tree888a708198ed0c3ea05ab819122723860e196869 /src/lib
parent09e92203f5533a87e57de237a5dfb44b67d03569 (diff)
downloadopenbsd-3631802ae7ae28f5f5485e9cd7fd4cb7904be377.tar.gz
openbsd-3631802ae7ae28f5f5485e9cd7fd4cb7904be377.tar.bz2
openbsd-3631802ae7ae28f5f5485e9cd7fd4cb7904be377.zip
lh_new.3: zap a trailing comma
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/libcrypto/man/lh_new.36
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/libcrypto/man/lh_new.3 b/src/lib/libcrypto/man/lh_new.3
index eea5c288a2..37fccf0cbb 100644
--- a/src/lib/libcrypto/man/lh_new.3
+++ b/src/lib/libcrypto/man/lh_new.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: lh_new.3,v 1.11 2024/03/02 11:04:51 tb Exp $ 1.\" $OpenBSD: lh_new.3,v 1.12 2024/03/04 19:03:31 tb Exp $
2.\" full merge up to: 2.\" full merge up to:
3.\" OpenSSL doc/crypto/lhash.pod 1bc74519 May 20 08:11:46 2016 -0400 3.\" OpenSSL doc/crypto/lhash.pod 1bc74519 May 20 08:11:46 2016 -0400
4.\" selective merge up to: 4.\" selective merge up to:
@@ -118,7 +118,7 @@
118.\" copied and put under another distribution licence 118.\" copied and put under another distribution licence
119.\" [including the GNU Public Licence.] 119.\" [including the GNU Public Licence.]
120.\" 120.\"
121.Dd $Mdocdate: March 2 2024 $ 121.Dd $Mdocdate: March 4 2024 $
122.Dt LH_NEW 3 122.Dt LH_NEW 3
123.Os 123.Os
124.Sh NAME 124.Sh NAME
@@ -519,7 +519,7 @@ routine would not normally be passed to
519rather it would be used in the function passed to 519rather it would be used in the function passed to
520.Fn lh_<type>_new . 520.Fn lh_<type>_new .
521.Sh SEE ALSO 521.Sh SEE ALSO
522.Xr crypto 3 , 522.Xr crypto 3
523.Sh HISTORY 523.Sh HISTORY
524.Fn lh_new , 524.Fn lh_new ,
525.Fn lh_free , 525.Fn lh_free ,