diff options
author | Theo Buehler <tb@cvs.openbsd.org> | 2024-03-04 19:03:32 +0000 |
---|---|---|
committer | Theo Buehler <tb@cvs.openbsd.org> | 2024-03-04 19:03:32 +0000 |
commit | 8c1301c1a84d4d37e0cbd75a471a6953f97eeccc (patch) | |
tree | 077110198efb7e58d44bb9b2c57315d05e2db7c0 | |
parent | cfb60b32fc9454a5bc7bc6ce35d5e568b94c7f13 (diff) |
lh_new.3: zap a trailing comma
-rw-r--r-- | lib/libcrypto/man/lh_new.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libcrypto/man/lh_new.3 b/lib/libcrypto/man/lh_new.3 index eea5c288a25..37fccf0cbbc 100644 --- a/lib/libcrypto/man/lh_new.3 +++ b/lib/libcrypto/man/lh_new.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: lh_new.3,v 1.11 2024/03/02 11:04:51 tb Exp $ +.\" $OpenBSD: lh_new.3,v 1.12 2024/03/04 19:03:31 tb Exp $ .\" full merge up to: .\" OpenSSL doc/crypto/lhash.pod 1bc74519 May 20 08:11:46 2016 -0400 .\" selective merge up to: @@ -118,7 +118,7 @@ .\" copied and put under another distribution licence .\" [including the GNU Public Licence.] .\" -.Dd $Mdocdate: March 2 2024 $ +.Dd $Mdocdate: March 4 2024 $ .Dt LH_NEW 3 .Os .Sh NAME @@ -519,7 +519,7 @@ routine would not normally be passed to rather it would be used in the function passed to .Fn lh_<type>_new . .Sh SEE ALSO -.Xr crypto 3 , +.Xr crypto 3 .Sh HISTORY .Fn lh_new , .Fn lh_free , |