Fix two mandoc -Tlint warnings left in previous
authortb <tb@openbsd.org>
Thu, 27 Jul 2023 06:20:45 +0000 (06:20 +0000)
committertb <tb@openbsd.org>
Thu, 27 Jul 2023 06:20:45 +0000 (06:20 +0000)
lib/libcrypto/man/BUF_MEM_new.3

index d6912c3..3b2f20d 100644 (file)
@@ -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
 .\" 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