summaryrefslogtreecommitdiff
path: root/lib/libcrypto/man
diff options
context:
space:
mode:
authorTheo Buehler <tb@cvs.openbsd.org>2023-07-27 06:20:46 +0000
committerTheo Buehler <tb@cvs.openbsd.org>2023-07-27 06:20:46 +0000
commit936f8907987dcd4b45825b95051e705cf24f59fe (patch)
treebcdb0532f68c7b873ac017b689f890df07d1dfa9 /lib/libcrypto/man
parent96a55e1c4578d39645cf27ad03cc5b10795301ae (diff)
Fix two mandoc -Tlint warnings left in previous
Diffstat (limited to 'lib/libcrypto/man')
-rw-r--r--lib/libcrypto/man/BUF_MEM_new.37
1 files changed, 3 insertions, 4 deletions
diff --git a/lib/libcrypto/man/BUF_MEM_new.3 b/lib/libcrypto/man/BUF_MEM_new.3
index d6912c398b9..3b2f20d2172 100644
--- a/lib/libcrypto/man/BUF_MEM_new.3
+++ b/lib/libcrypto/man/BUF_MEM_new.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: BUF_MEM_new.3,v 1.17 2023/07/26 20:12:45 tb Exp $
+.\" $OpenBSD: BUF_MEM_new.3,v 1.18 2023/07/27 06:20:45 tb Exp $
.\" OpenSSL doc/crypto/buffer.pod 18edda0f Sep 20 03:28:54 2000 +0000
.\" not merged: 74924dcb, 58e3457a, 21b0fa91, 7644a9ae
.\" OpenSSL doc/crypto/BUF_MEM_new.pod 53934822 Jun 9 16:39:19 2016 -0400
@@ -52,14 +52,14 @@
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
.\" OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd $Mdocdate: July 26 2023 $
+.Dd $Mdocdate: July 27 2023 $
.Dt BUF_MEM_NEW 3
.Os
.Sh NAME
.Nm BUF_MEM_new ,
.Nm BUF_MEM_free ,
.Nm BUF_MEM_grow ,
-.Nm BUF_MEM_grow_clean ,
+.Nm BUF_MEM_grow_clean
.Nd simple character arrays structure
.Sh SYNOPSIS
.In openssl/buffer.h
@@ -152,4 +152,3 @@ All these functions have been available since
.Fn BUF_MEM_grow_clean
first appeared in OpenSSL 0.9.7 and has been available since
.Ox 3.2 .
-.Pp