Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 25 May 2020 23:07:51 +0000 (UTC)
From:      John Baldwin <jhb@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r361488 - head/share/man/man9
Message-ID:  <202005252307.04PN7pOv036008@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jhb
Date: Mon May 25 23:07:50 2020
New Revision: 361488
URL: https://svnweb.freebsd.org/changeset/base/361488

Log:
  Remove an extraneous line continuation from r361481.

Modified:
  head/share/man/man9/Makefile

Modified: head/share/man/man9/Makefile
==============================================================================
--- head/share/man/man9/Makefile	Mon May 25 23:04:18 2020	(r361487)
+++ head/share/man/man9/Makefile	Mon May 25 23:07:50 2020	(r361488)
@@ -935,7 +935,7 @@ MLINKS+=crypto_request.9 crypto_dispatch.9 \
 	crypto_request.9 crypto_use_output_buf.9 \
 	crypto_request.9 crypto_use_output_mbuf.9 \
 	crypto_request.9 crypto_use_output_uio.9 \
-	crypto_request.9 crypto_use_uio.9 \
+	crypto_request.9 crypto_use_uio.9
 MLINKS+=crypto_session.9 crypto_auth_hash.9 \
 	crypto_session.9 crypto_cipher.9 \
 	crypto_session.9 crypto_get_params.9 \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202005252307.04PN7pOv036008>