summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortb <>2023-07-27 06:20:45 +0000
committertb <>2023-07-27 06:20:45 +0000
commitf8a5043c65dd7382778b88369d0061ef4d48ce6d (patch)
tree618823e7fe6101716049bde4fdb3a48e4293b20d
parent86ac31c8e5a369e5308e559797120eb5f4b6e82b (diff)
downloadopenbsd-f8a5043c65dd7382778b88369d0061ef4d48ce6d.tar.gz
openbsd-f8a5043c65dd7382778b88369d0061ef4d48ce6d.tar.bz2
openbsd-f8a5043c65dd7382778b88369d0061ef4d48ce6d.zip
Fix two mandoc -Tlint warnings left in previous
-rw-r--r--src/lib/libcrypto/man/BUF_MEM_new.37
1 files changed, 3 insertions, 4 deletions
diff --git a/src/lib/libcrypto/man/BUF_MEM_new.3 b/src/lib/libcrypto/man/BUF_MEM_new.3
index d6912c398b..3b2f20d217 100644
--- a/src/lib/libcrypto/man/BUF_MEM_new.3
+++ b/src/lib/libcrypto/man/BUF_MEM_new.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: BUF_MEM_new.3,v 1.17 2023/07/26 20:12:45 tb Exp $ 1.\" $OpenBSD: BUF_MEM_new.3,v 1.18 2023/07/27 06:20:45 tb Exp $
2.\" OpenSSL doc/crypto/buffer.pod 18edda0f Sep 20 03:28:54 2000 +0000 2.\" OpenSSL doc/crypto/buffer.pod 18edda0f Sep 20 03:28:54 2000 +0000
3.\" not merged: 74924dcb, 58e3457a, 21b0fa91, 7644a9ae 3.\" not merged: 74924dcb, 58e3457a, 21b0fa91, 7644a9ae
4.\" OpenSSL doc/crypto/BUF_MEM_new.pod 53934822 Jun 9 16:39:19 2016 -0400 4.\" OpenSSL doc/crypto/BUF_MEM_new.pod 53934822 Jun 9 16:39:19 2016 -0400
@@ -52,14 +52,14 @@
52.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED 52.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
53.\" OF THE POSSIBILITY OF SUCH DAMAGE. 53.\" OF THE POSSIBILITY OF SUCH DAMAGE.
54.\" 54.\"
55.Dd $Mdocdate: July 26 2023 $ 55.Dd $Mdocdate: July 27 2023 $
56.Dt BUF_MEM_NEW 3 56.Dt BUF_MEM_NEW 3
57.Os 57.Os
58.Sh NAME 58.Sh NAME
59.Nm BUF_MEM_new , 59.Nm BUF_MEM_new ,
60.Nm BUF_MEM_free , 60.Nm BUF_MEM_free ,
61.Nm BUF_MEM_grow , 61.Nm BUF_MEM_grow ,
62.Nm BUF_MEM_grow_clean , 62.Nm BUF_MEM_grow_clean
63.Nd simple character arrays structure 63.Nd simple character arrays structure
64.Sh SYNOPSIS 64.Sh SYNOPSIS
65.In openssl/buffer.h 65.In openssl/buffer.h
@@ -152,4 +152,3 @@ All these functions have been available since
152.Fn BUF_MEM_grow_clean 152.Fn BUF_MEM_grow_clean
153first appeared in OpenSSL 0.9.7 and has been available since 153first appeared in OpenSSL 0.9.7 and has been available since
154.Ox 3.2 . 154.Ox 3.2 .
155.Pp