summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authortb <>2023-07-27 06:20:45 +0000
committertb <>2023-07-27 06:20:45 +0000
commit2f822c1edd2f9eb937a1be84789bd0f7b25b337d (patch)
tree618823e7fe6101716049bde4fdb3a48e4293b20d /src
parentb73c1de8e833b8ff5ea18493168397841e193731 (diff)
downloadopenbsd-2f822c1edd2f9eb937a1be84789bd0f7b25b337d.tar.gz
openbsd-2f822c1edd2f9eb937a1be84789bd0f7b25b337d.tar.bz2
openbsd-2f822c1edd2f9eb937a1be84789bd0f7b25b337d.zip
Fix two mandoc -Tlint warnings left in previous
Diffstat (limited to 'src')
-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